#92007C
A dark, vivid magenta closely aligning with Purple.
About #92007C
Visually, #92007C is defined as a vivid magenta. Its closest recognized web color is Purple. This translates to an RGB value of rgb(146, 0, 124).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 100% magenta, 15% yellow, and 43% black. The HSL representation is 309.0° hue, 100.0% saturation, and 28.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92007C
RGB146, 0, 124
HSL309.0°, 100.0%, 28.6%
CMYK0%, 100%, 15%, 43%
HSV309.0°, 100.0%, 57.3%
LAB33.1, 61.6, -28.6
XYZ15.5, 7.6, 19.7
Decimal9568380
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.36:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
7.99:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92007C;
}
.text-color {
color: #92007C;
}
.border-color {
border: 2px solid #92007C;
}