#993AF0
A medium, vivid purple closely aligning with Blueviolet.
About #993AF0
At its core, #993AF0 is a medium and vivid hue. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(153, 58, 240).
Translating this color to physical media requires the CMYK color model. The color uses 36% Cyan, 76% Magenta, 0% Yellow, and 6% Black. The HSL representation is 271.3° hue, 85.8% saturation, and 58.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#993AF0
RGB153, 58, 240
HSL271.3°, 85.8%, 58.4%
CMYK36%, 76%, 0%, 6%
HSV271.3°, 75.8%, 94.1%
LAB47.1, 69.9, -74.6
XYZ30.4, 16.1, 83.9
Decimal10042096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #993AF0;
}
.text-color {
color: #993AF0;
}
.border-color {
border: 2px solid #993AF0;
}