#99168A
A dark, vivid magenta closely aligning with Darkmagenta.
About #99168A
At its core, #99168A is a dark and vivid hue. Designers often compare it to the standard color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 22, and 138.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 86% magenta, 10% yellow, and 40% black. The HSL representation is 306.9° hue, 74.9% saturation, and 34.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99168A
RGB153, 22, 138
HSL306.9°, 74.9%, 34.3%
CMYK0%, 86%, 10%, 40%
HSV306.9°, 85.6%, 60.0%
LAB36.3, 61.6, -32.0
XYZ18.0, 9.2, 24.9
Decimal10032778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.40:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.08:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99168A;
}
.text-color {
color: #99168A;
}
.border-color {
border: 2px solid #99168A;
}