#993392
A medium, moderate magenta closely aligning with Purple.
About #993392
At its core, #993392 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(153, 51, 146).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 67% magenta inks. The HSL representation is 304.1° hue, 50.0% saturation, and 40.0% lightness.
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#993392
RGB153, 51, 146
HSL304.1°, 50.0%, 40.0%
CMYK0%, 67%, 5%, 40%
HSV304.1°, 66.7%, 60.0%
LAB39.9, 53.8, -31.2
XYZ19.5, 11.2, 28.3
Decimal10040210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.48:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.19:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993392;
}
.text-color {
color: #993392;
}
.border-color {
border: 2px solid #993392;
}