#993A92
A medium, moderate magenta closely aligning with Purple.
About #993A92
Visually, #993A92 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 58, and 146.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 62% Magenta, 5% Yellow, and 40% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#993A92
RGB153, 58, 146
HSL304.4°, 45.0%, 41.4%
CMYK0%, 62%, 5%, 40%
HSV304.4°, 62.1%, 60.0%
LAB41.0, 50.8, -29.5
XYZ19.8, 11.9, 28.4
Decimal10042002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.22:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.95:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993A92;
}
.text-color {
color: #993A92;
}
.border-color {
border: 2px solid #993A92;
}