#993A83
A medium, moderate magenta closely aligning with Purple.
About #993A83
At its core, #993A83 is a medium and moderate hue. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 58, and 131.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 62% magenta, 14% yellow, and 40% black. The HSL representation is 313.9° hue, 45.0% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#993A83
RGB153, 58, 131
HSL313.9°, 45.0%, 41.4%
CMYK0%, 62%, 14%, 40%
HSV313.9°, 62.1%, 60.0%
LAB40.3, 48.3, -21.5
XYZ18.7, 11.4, 22.7
Decimal10041987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.39:1
Text on #FFFFFF
AA
3.29:1
Text on #000000
AA Large
6.11:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993A83;
}
.text-color {
color: #993A83;
}
.border-color {
border: 2px solid #993A83;
}