#993A99
A medium, moderate magenta closely aligning with Purple.
About #993A99
Visually, #993A99 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(153, 58, 153).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#993A99
RGB153, 58, 153
HSL300.0°, 45.0%, 41.4%
CMYK0%, 62%, 0%, 40%
HSV300.0°, 62.1%, 60.0%
LAB41.4, 52.1, -33.2
XYZ20.4, 12.1, 31.4
Decimal10042009
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.14:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.87:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993A99;
}
.text-color {
color: #993A99;
}
.border-color {
border: 2px solid #993A99;
}