#993AB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #993AB6
At its core, #993AB6 is a medium and moderate hue. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(153, 58, 182).
For print applications, it's crucial to understand its CMYK makeup. The color uses 16% Cyan, 68% Magenta, 0% Yellow, and 29% Black. With a hue angle of 286.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#993AB6
RGB153, 58, 182
HSL286.0°, 51.7%, 47.1%
CMYK16%, 68%, 0%, 29%
HSV286.0°, 68.1%, 71.4%
LAB43.0, 57.6, -47.8
XYZ23.1, 13.2, 45.6
Decimal10042038
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.78:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.52:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #993AB6;
}
.text-color {
color: #993AB6;
}
.border-color {
border: 2px solid #993AB6;
}