#92005F
A dark, vivid magenta closely aligning with Mediumvioletred.
About #92005F
At its core, #92005F is a dark and vivid hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(146, 0, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 35% Y, and 43% K. With a hue angle of 321.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92005F
RGB146, 0, 95
HSL321.0°, 100.0%, 28.6%
CMYK0%, 100%, 35%, 43%
HSV321.0°, 100.0%, 57.3%
LAB31.7, 58.1, -12.2
XYZ13.9, 6.9, 11.4
Decimal9568351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.80:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.41:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92005F;
}
.text-color {
color: #92005F;
}
.border-color {
border: 2px solid #92005F;
}