What is the HSL code for deep lavender?
The CSS color deep lavender in HSL format is hsl(271.7, 38.2%, 54.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use deep lavender in CSS?
To apply deep lavender in CSS:
- Text color: color: hsl(271.7, 38.2%, 54.3%);
- Background: background-color: hsl(271.7, 38.2%, 54.3%);
- Border: border-color: hsl(271.7, 38.2%, 54.3%);
What are all the color format values for deep lavender?
| Format | Value |
|---|---|
| HEX | #8d5eb7 |
| RGB | rgb(141, 94, 183) |
| HSL | hsl(271.7, 38.2%, 54.3%) |
| CMYK | cmyk(23%, 48.6%, 0%, 28.2%) |
How do I convert deep lavender to HSL?
Select deep lavender from the color name list in our color converter. The HSL value — hsl(271.7, 38.2%, 54.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does deep lavender belong to?
deep lavender belongs to the purple color family. It is a medium, moderately saturated color with HSL values: hue 271.7°, saturation 38.2%, lightness 54.3%.
How do I create lighter and darker shades of deep lavender?
Lighter variant (lightness 69.3%): #b293cf. Darker variant (lightness 39.3%): #663e8a. 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.