#922CD3
A medium, moderate purple closely aligning with Darkorchid.
About #922CD3
The precise color #922CD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(146, 44, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 31% cyan and 79% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#922CD3
RGB146, 44, 211
HSL276.6°, 65.5%, 50.0%
CMYK31%, 79%, 0%, 17%
HSV276.6°, 79.1%, 82.7%
LAB42.2, 67.5, -66.1
XYZ24.5, 12.6, 62.8
Decimal9579731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.96:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922CD3;
}
.text-color {
color: #922CD3;
}
.border-color {
border: 2px solid #922CD3;
}