#921DCC
A medium, vivid purple closely aligning with Darkviolet.
About #921DCC
The hex code #921DCC represents a beautifully specific shade of purple. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(146, 29, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 28% cyan, 86% magenta, 0% yellow, and 20% black. The HSL representation is 280.1° hue, 75.1% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#921DCC
RGB146, 29, 204
HSL280.1°, 75.1%, 45.7%
CMYK28%, 86%, 0%, 20%
HSV280.1°, 85.8%, 80.0%
LAB40.2, 70.4, -65.4
XYZ23.2, 11.3, 58.1
Decimal9575884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.42:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.14:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921DCC;
}
.text-color {
color: #921DCC;
}
.border-color {
border: 2px solid #921DCC;
}