#9975FF
A light, vivid purple closely aligning with Mediumslateblue.
About #9975FF
The hex code #9975FF represents a beautifully specific shade of purple. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 117, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 40% Cyan, 54% Magenta, 0% Yellow, and 0% Black. The HSL representation is 255.7° hue, 100.0% saturation, and 72.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9975FF
RGB153, 117, 255
HSL255.7°, 100.0%, 72.9%
CMYK40%, 54%, 0%, 0%
HSV255.7°, 54.1%, 100.0%
LAB58.7, 44.9, -64.2
XYZ37.5, 26.7, 97.8
Decimal10057215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.34:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9975FF;
}
.text-color {
color: #9975FF;
}
.border-color {
border: 2px solid #9975FF;
}