What is the HEX code for faded purple?
The CSS color faded purple in HEX format is #916e99. Use this value directly in CSS, SVG, and most design tools.
How do I use faded purple in CSS?
To apply faded purple in CSS:
- Text color: color: #916e99;
- Background: background-color: #916e99;
- Border: border-color: #916e99;
What are all the color format values for faded purple?
| Format | Value |
|---|---|
| HEX | #916e99 |
| RGB | rgb(145, 110, 153) |
| HSL | hsl(288.8, 17.4%, 51.6%) |
| CMYK | cmyk(5.2%, 28.1%, 0%, 40%) |
How do I convert faded purple to HEX?
Select faded purple from the color name list in our color converter. The HEX value — #916e99 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does faded purple belong to?
faded purple belongs to the purple color family. It is a medium, muted color with HSL values: hue 288.8°, saturation 17.4%, lightness 51.6%.
How do I create lighter and darker shades of faded purple?
Lighter variant (lightness 66.6%): #b39bb9. Darker variant (lightness 36.6%): #684d6e. 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.