What is the HEX code for dark lavender?
The CSS color dark lavender in HEX format is #856798. 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: #856798;
- Background: background-color: #856798;
- Border: border-color: #856798;
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 HEX?
Select dark lavender from the color name list in our color converter. The HEX value — #856798 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.