#99248A
A dark, moderate magenta closely aligning with Purple.
About #99248A
At its core, #99248A is a dark and moderate hue. It is closely associated with the named CSS color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 36, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99248A
RGB153, 36, 138
HSL307.7°, 61.9%, 37.1%
CMYK0%, 76%, 10%, 40%
HSV307.7°, 76.5%, 60.0%
LAB37.6, 57.9, -30.0
XYZ18.4, 9.9, 25.0
Decimal10036362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.06:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.75:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99248A;
}
.text-color {
color: #99248A;
}
.border-color {
border: 2px solid #99248A;
}