Shades of Electric Purple #9D11FF
Tints of Electric Purple #9D11FF
RGB
CMYK
RGB Variations
Color information
#9D11FF (or 0x9D11FF) is known color: Electric Purple. HEX triplet: 9D, 11 and FF. RGB value is (157,17,255). Sum of RGB (Red+Green+Blue) = 157+17+255=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D11FF is #62EE00. Grayscale: #555555. Windows color (decimal): -6483457 or 16716189. OLE color: 16716189.
HSL color Cylindrical-coordinate representation of color #9D11FF: hue angle of 275.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D11FF is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 17 | 255 | - |
| CMYK | 0.38 | 0.93 | 0 | 0 |
| HSL | 275.29º | 1% | 0.53% | - |
| HSV(B) | 275.29º | 0.93% | 1% | - |
| XYZ | 32.16 | 14.79 | 95.77 | - |
| YUV | 85.99 | 223.38 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 255 | 0.38 | 0.93 | 0 | 0 | 275.29 | 1 | 0.53 |
| Hex | 9D | 11 | FF | 26 | 5D | 0 | 0 | 113 | 64 | 35 |
| Octal | 235 | 21 | 377 | 46 | 135 | 0 | 0 | 423 | 144 | 65 |
| Binary | 10011101 | 10001 | 11111111 | 100110 | 1011101 | 0 | 0 | 100010011 | 1100100 | 110101 |
Color Harmonies of #9D11FF
Complementary color
Monochromatic Colors of #9D11FF
Black with #9D11FF
Text Example
Text Example
White with #9D11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D11FF; }
p { color: rgb(157,17,255); }
H1.HeaderClassName
{
color: #9D11FF;
}
.AnyTagClassName
{
color: #9D11FF;
}
</style>
background-color css
<style>
a { background-color: #9D11FF; }
a { background-color: rgb(157,17,255); }
div.DivClassName
{
background-color: #9D11FF;
}
.BgClassName
{
background-color: #9D11FF;
}
</style>
border-color css
<style>
span { border-color: #9D11FF; }
span { border-color: rgb(157,17,255); }
td.TdClassName
{
border-color: #9D11FF;
}
.TagClassName
{
border-color: #9D11FF;
}
</style>