What is the HSL code for dark lavender?
The CSS color dark lavender in HSL format is hsl(276.7, 19.2%, 50%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark lavender in CSS?
To apply dark lavender in CSS:
- Text color: color: hsl(276.7, 19.2%, 50%);
- Background: background-color: hsl(276.7, 19.2%, 50%);
- Border: border-color: hsl(276.7, 19.2%, 50%);
What are all the color format values for dark lavender?
| Format | Value |
|---|---|
| HEX | #856798 |
| RGB | rgb(133, 103, 152) |
| HSL | hsl(276.7, 19.2%, 50%) |
| CMYK | cmyk(12.5%, 32.2%, 0%, 40.4%) |
How do I convert dark lavender to HSL?
Select dark lavender from the color name list in our color converter. The HSL value — hsl(276.7, 19.2%, 50%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark lavender belong to?
dark lavender belongs to the purple color family. It is a medium, muted color with HSL values: hue 276.7°, saturation 19.2%, lightness 50%.
How do I create lighter and darker shades of dark lavender?
Lighter variant (lightness 65%): #aa95b7. Darker variant (lightness 35%): #5d486a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.