What is the RGB code for dark periwinkle?
The CSS color dark periwinkle in RGB format is rgb(102, 95, 209). Use this value directly in CSS, SVG, and most design tools.
How do I use dark periwinkle in CSS?
To apply dark periwinkle in CSS:
- Text color: color: rgb(102, 95, 209);
- Background: background-color: rgb(102, 95, 209);
- Border: border-color: rgb(102, 95, 209);
What are all the color format values for dark periwinkle?
| Format | Value |
|---|---|
| HEX | #665fd1 |
| RGB | rgb(102, 95, 209) |
| HSL | hsl(243.7, 55.3%, 59.6%) |
| CMYK | cmyk(51.2%, 54.5%, 0%, 18%) |
How do I convert dark periwinkle to RGB?
Select dark periwinkle from the color name list in our color converter. The RGB value — rgb(102, 95, 209) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark periwinkle belong to?
dark periwinkle belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 243.7°, saturation 55.3%, lightness 59.6%.
How do I create lighter and darker shades of dark periwinkle?
Lighter variant (lightness 74.6%): #9f9ae2. Darker variant (lightness 44.6%): #3b33b1. 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.