#921DC5
A medium, vivid purple closely aligning with Darkorchid.
About #921DC5
At its core, #921DC5 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(146, 29, 197).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 26% cyan and 85% magenta inks. With a hue angle of 281.8 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#921DC5
RGB146, 29, 197
HSL281.8°, 74.3%, 44.3%
CMYK26%, 85%, 0%, 23%
HSV281.8°, 85.3%, 77.3%
LAB39.6, 69.0, -62.2
XYZ22.4, 11.0, 53.8
Decimal9575877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.55:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.26:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921DC5;
}
.text-color {
color: #921DC5;
}
.border-color {
border: 2px solid #921DC5;
}