What is the RGB code for dark lavender?
The CSS color dark lavender in RGB format is rgb(133, 103, 152). 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: rgb(133, 103, 152);
- Background: background-color: rgb(133, 103, 152);
- Border: border-color: rgb(133, 103, 152);
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 RGB?
Select dark lavender from the color name list in our color converter. The RGB value — rgb(133, 103, 152) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.