What is the HEX code for light urple?
The CSS color light urple in HEX format is #b36ff6. Use this value directly in CSS, SVG, and most design tools.
How do I use light urple in CSS?
To apply light urple in CSS:
- Text color: color: #b36ff6;
- Background: background-color: #b36ff6;
- Border: border-color: #b36ff6;
What are all the color format values for light urple?
| Format | Value |
|---|---|
| HEX | #b36ff6 |
| RGB | rgb(179, 111, 246) |
| HSL | hsl(270.2, 88.2%, 70%) |
| CMYK | cmyk(27.2%, 54.9%, 0%, 3.5%) |
How do I convert light urple to HEX?
Select light urple from the color name list in our color converter. The HEX value — #b36ff6 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light urple belong to?
light urple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 270.2°, saturation 88.2%, lightness 70%.
How do I create lighter and darker shades of light urple?
Lighter variant (lightness 85%): #d9b7fa. Darker variant (lightness 55%): #8d27f1. 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.