Pantone工具

HSV 到 HSL

將 HSV 色彩值轉換為 HSL,以便在設計系統中進行多種色彩處理

在直覺的顏色模型之間轉換,以增強設計靈活性

顏色轉換器

HSV Input

180° 360°
100%
0% 50% 100%
100%
0% 50% 100%

點擊顏色樣本查看範例

HSL Output

hsl(0°, 100%, 50%)

HSL Values

色調

0-360° color wheel position

飽和 100%

0-100% color intensity

亮度 50%

0-100% brightness

hsl(0°, 100%, 50%)

其他格式

HSV Value

hsv(0°, 100%, 100%)

RGB Value

rgb(255, 0, 0)

CSS 使用

color: hsl(0°, 100%, 50%);
background-color: hsl(0°, 100%, 50%);

轉化洞察

這種鮮豔的紅色在兩種顏色模型中都保持了完全飽和度,但顯示出不同的亮度測量,顯示了數值(HSV)和亮度(HSL)之間的主要差異。

轉換範例

鮮豔的紅色

HSV 0°, 100%, 100%
HSL 0°, 100%, 50%
不同之處 亮度 = 值的 50%

森林綠

HSV 120°, 75%, 55%
HSL 120°, 60%, 35%
不同之處 依亮度等級調整

皇家藍

HSV 220°, 75%, 88%
HSL 220°, 70%, 55%
不同之處 亮度與感知平衡

柔粉色

HSV 340°, 40%, 95%
HSL 340°, 70%, 80%
不同之處 HSL 中的飽和度增加

柔和的紫色

HSV 270°, 30%, 70%
HSL 270°, 30%, 60%
不同之處 亮度向下調整

灰色調

HSV 0°, 0%, 50%
HSL 0°, 0%, 50%
不同之處 灰階相同

推薦工具

關於此工具

此 HSV 到 HSL 轉換器可促進兩種直覺顏色模型之間的無縫過渡,每種模型對於不同的設計任務和工作流程都有獨特的優勢。

HSV (Hue, Saturation, Value) represents colors based on human perception, with Value controlling the brightness from black to full color. This makes it particularly intuitive for tasks like adjusting lightness while preserving chromatic intensity, common in interface design.

HSL (Hue, Saturation, Lightness) structures color around perceived lightness, with Lightness ranging from black through the pure color to white. This model excels at creating consistent color scales and harmonies, as equal increments in lightness produce perceptually consistent steps.

雖然兩個模型都包含色相和飽和度組件,但它們對亮度(明度 vs. 亮度)的處理方式卻截然不同。此轉換器使用精確的數學演算法在這兩個模型之間進行轉換,同時保持視覺一致性,使設計師能夠在整個工作流程中充分利用每個模型的優勢。

常見問題