#994299
A medium, moderate magenta closely aligning with Purple.
About #994299
The hex code #994299 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(153, 66, 153).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 57% Magenta, 0% Yellow, and 40% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#994299
RGB153, 66, 153
HSL300.0°, 39.7%, 42.9%
CMYK0%, 57%, 0%, 40%
HSV300.0°, 56.9%, 60.0%
LAB42.7, 48.4, -31.1
XYZ20.8, 13.0, 31.5
Decimal10044057
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.84:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.59:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #994299;
}
.text-color {
color: #994299;
}
.border-color {
border: 2px solid #994299;
}