Shades of Electric Purple #9E10FE
Tints of Electric Purple #9E10FE
RGB
CMYK
RGB Variations
Color information
#9E10FE (or 0x9E10FE) is known color: Electric Purple. HEX triplet: 9E, 10 and FE. RGB value is (158,16,254). Sum of RGB (Red+Green+Blue) = 158+16+254=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E10FE is #61EF01. Grayscale: #545454. Windows color (decimal): -6418178 or 16650398. OLE color: 16650398.
HSL color Cylindrical-coordinate representation of color #9E10FE: hue angle of 275.8º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E10FE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 16 | 254 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.00 |
| HSL | 275.8º | 0.99% | 0.53% | - |
| HSV(B) | 275.8º | 0.94% | 1% | - |
| XYZ | 32.18 | 14.8 | 94.93 | - |
| YUV | 85.59 | 223.04 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 254 | 0.38 | 0.94 | 0 | 0.00 | 275.8 | 0.99 | 0.53 |
| Hex | 9E | 10 | FE | 26 | 5E | 0 | 0 | 114 | 63 | 35 |
| Octal | 236 | 20 | 376 | 46 | 136 | 0 | 0 | 424 | 143 | 65 |
| Binary | 10011110 | 10000 | 11111110 | 100110 | 1011110 | 0 | 0 | 100010100 | 1100011 | 110101 |
Color Harmonies of #9E10FE
Complementary color
Monochromatic Colors of #9E10FE
Black with #9E10FE
Text Example
Text Example
White with #9E10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E10FE; }
p { color: rgb(158,16,254); }
H1.HeaderClassName
{
color: #9E10FE;
}
.AnyTagClassName
{
color: #9E10FE;
}
</style>
background-color css
<style>
a { background-color: #9E10FE; }
a { background-color: rgb(158,16,254); }
div.DivClassName
{
background-color: #9E10FE;
}
.BgClassName
{
background-color: #9E10FE;
}
</style>
border-color css
<style>
span { border-color: #9E10FE; }
span { border-color: rgb(158,16,254); }
td.TdClassName
{
border-color: #9E10FE;
}
.TagClassName
{
border-color: #9E10FE;
}
</style>