#993A8A
A medium, moderate magenta closely aligning with Purple.
About #993A8A
The hex code #993A8A represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. Its digital footprint relies on 153 parts red, 58 parts green, and 138 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 62% M, 10% Y, and 40% K. The HSL representation is 309.5° hue, 45.0% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#993A8A
RGB153, 58, 138
HSL309.5°, 45.0%, 41.4%
CMYK0%, 62%, 10%, 40%
HSV309.5°, 62.1%, 60.0%
LAB40.6, 49.5, -25.3
XYZ19.2, 11.6, 25.3
Decimal10041994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.31:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.03:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993A8A;
}
.text-color {
color: #993A8A;
}
.border-color {
border: 2px solid #993A8A;
}