What is the HSL code for medium purple?
The CSS color medium purple in HSL format is hsl(297.5, 41.5%, 44.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use medium purple in CSS?
To apply medium purple in CSS:
- Text color: color: hsl(297.5, 41.5%, 44.9%);
- Background: background-color: hsl(297.5, 41.5%, 44.9%);
- Border: border-color: hsl(297.5, 41.5%, 44.9%);
What are all the color format values for medium purple?
| Format | Value |
|---|---|
| HEX | #9e43a2 |
| RGB | rgb(158, 67, 162) |
| HSL | hsl(297.5, 41.5%, 44.9%) |
| CMYK | cmyk(2.5%, 58.6%, 0%, 36.5%) |
How do I convert medium purple to HSL?
Select medium purple from the color name list in our color converter. The HSL value — hsl(297.5, 41.5%, 44.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does medium purple belong to?
medium purple belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 297.5°, saturation 41.5%, lightness 44.9%.
How do I create lighter and darker shades of medium purple?
Lighter variant (lightness 59.9%): #c06ec3. Darker variant (lightness 29.9%): #692d6c. 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.