#922CA8
A medium, moderate magenta closely aligning with Darkmagenta.
About #922CA8
At its core, #922CA8 is a medium and moderate hue. Its closest recognized web color is Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 44, and 168.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 13% cyan and 74% magenta inks. With a hue angle of 289.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#922CA8
RGB146, 44, 168
HSL289.4°, 58.5%, 41.6%
CMYK13%, 74%, 0%, 34%
HSV289.4°, 73.8%, 65.9%
LAB39.1, 58.8, -45.8
XYZ19.8, 10.7, 38.1
Decimal9579688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.67:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.38:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922CA8;
}
.text-color {
color: #922CA8;
}
.border-color {
border: 2px solid #922CA8;
}