Shades of Electric Purple #9E0FFF
Tints of Electric Purple #9E0FFF
RGB
CMYK
RGB Variations
Color information
#9E0FFF (or 0x9E0FFF) is known color: Electric Purple. HEX triplet: 9E, 0F and FF. RGB value is (158,15,255). Sum of RGB (Red+Green+Blue) = 158+15+255=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E0FFF is #61F000. Grayscale: #545454. Windows color (decimal): -6418433 or 16715678. OLE color: 16715678.
HSL color Cylindrical-coordinate representation of color #9E0FFF: hue angle of 275.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0FFF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 15 | 255 | - |
| CMYK | 0.38 | 0.94 | 0 | 0 |
| HSL | 275.75º | 1% | 0.53% | - |
| HSV(B) | 275.75º | 0.94% | 1% | - |
| XYZ | 32.32 | 14.83 | 95.77 | - |
| YUV | 85.12 | 223.88 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 255 | 0.38 | 0.94 | 0 | 0 | 275.75 | 1 | 0.53 |
| Hex | 9E | F | FF | 26 | 5E | 0 | 0 | 114 | 64 | 35 |
| Octal | 236 | 17 | 377 | 46 | 136 | 0 | 0 | 424 | 144 | 65 |
| Binary | 10011110 | 1111 | 11111111 | 100110 | 1011110 | 0 | 0 | 100010100 | 1100100 | 110101 |
Color Harmonies of #9E0FFF
Complementary color
Monochromatic Colors of #9E0FFF
Black with #9E0FFF
Text Example
Text Example
White with #9E0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0FFF; }
p { color: rgb(158,15,255); }
H1.HeaderClassName
{
color: #9E0FFF;
}
.AnyTagClassName
{
color: #9E0FFF;
}
</style>
background-color css
<style>
a { background-color: #9E0FFF; }
a { background-color: rgb(158,15,255); }
div.DivClassName
{
background-color: #9E0FFF;
}
.BgClassName
{
background-color: #9E0FFF;
}
</style>
border-color css
<style>
span { border-color: #9E0FFF; }
span { border-color: rgb(158,15,255); }
td.TdClassName
{
border-color: #9E0FFF;
}
.TagClassName
{
border-color: #9E0FFF;
}
</style>