Shades of Electric Purple #9E0BFE
Tints of Electric Purple #9E0BFE
RGB
CMYK
RGB Variations
Color information
#9E0BFE (or 0x9E0BFE) is known color: Electric Purple. HEX triplet: 9E, 0B and FE. RGB value is (158,11,254). Sum of RGB (Red+Green+Blue) = 158+11+254=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E0BFE is #61F401. Grayscale: #515151. Windows color (decimal): -6419458 or 16649118. OLE color: 16649118.
HSL color Cylindrical-coordinate representation of color #9E0BFE: hue angle of 276.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0BFE is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 11 | 254 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.00 |
| HSL | 276.3º | 0.99% | 0.52% | - |
| HSV(B) | 276.3º | 0.96% | 1% | - |
| XYZ | 32.11 | 14.66 | 94.9 | - |
| YUV | 82.66 | 224.7 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 254 | 0.38 | 0.96 | 0 | 0.00 | 276.3 | 0.99 | 0.52 |
| Hex | 9E | B | FE | 26 | 60 | 0 | 0 | 114 | 63 | 34 |
| Octal | 236 | 13 | 376 | 46 | 140 | 0 | 0 | 424 | 143 | 64 |
| Binary | 10011110 | 1011 | 11111110 | 100110 | 1100000 | 0 | 0 | 100010100 | 1100011 | 110100 |
Color Harmonies of #9E0BFE
Complementary color
Monochromatic Colors of #9E0BFE
Black with #9E0BFE
Text Example
Text Example
White with #9E0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0BFE; }
p { color: rgb(158,11,254); }
H1.HeaderClassName
{
color: #9E0BFE;
}
.AnyTagClassName
{
color: #9E0BFE;
}
</style>
background-color css
<style>
a { background-color: #9E0BFE; }
a { background-color: rgb(158,11,254); }
div.DivClassName
{
background-color: #9E0BFE;
}
.BgClassName
{
background-color: #9E0BFE;
}
</style>
border-color css
<style>
span { border-color: #9E0BFE; }
span { border-color: rgb(158,11,254); }
td.TdClassName
{
border-color: #9E0BFE;
}
.TagClassName
{
border-color: #9E0BFE;
}
</style>