RGB
157, 0, 255
HSL
277°, 100%, 50%
CMYK
38, 100, 0, 0
HSV
277°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #9D00FF |
color: #9D00FF;
|
| RGB | 157, 0, 255 |
color: rgb(157, 0, 255);
|
| RGB Percentage | 62%, 0%, 100% |
color: rgb(62%, 0%, 100%);
|
| CMYK | 38%, 100%, 0%, 0% | Not supported in CSS |
| HSL | 277°, 100%, 50% |
color: hsl(277, 100%, 50%);
|
| HSV | 277°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 31, -85 |
color: lab(40% 31 -85);
|
| Decimal | 10289407 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.purple {
color: #9D00FF;
}
SCSS
$purple: #9D00FF;
RGB
rgb(157, 0, 255)
Accessibility & Contrast
White background
5.42:1
5.42
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
3.88:1
3.88
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element