Shades of Electric Purple #9E14FE
Tints of Electric Purple #9E14FE
RGB
CMYK
RGB Variations
Color information
#9E14FE (or 0x9E14FE) is known color: Electric Purple. HEX triplet: 9E, 14 and FE. RGB value is (158,20,254). Sum of RGB (Red+Green+Blue) = 158+20+254=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E14FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E14FE is #61EB01. Grayscale: #575757. Windows color (decimal): -6417154 or 16651422. OLE color: 16651422.
HSL color Cylindrical-coordinate representation of color #9E14FE: hue angle of 275.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E14FE is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 20 | 254 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.00 |
| HSL | 275.38º | 0.99% | 0.54% | - |
| HSV(B) | 275.38º | 0.92% | 1% | - |
| XYZ | 32.24 | 14.93 | 94.95 | - |
| YUV | 87.94 | 221.72 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 254 | 0.38 | 0.92 | 0 | 0.00 | 275.38 | 0.99 | 0.54 |
| Hex | 9E | 14 | FE | 26 | 5C | 0 | 0 | 113 | 63 | 36 |
| Octal | 236 | 24 | 376 | 46 | 134 | 0 | 0 | 423 | 143 | 66 |
| Binary | 10011110 | 10100 | 11111110 | 100110 | 1011100 | 0 | 0 | 100010011 | 1100011 | 110110 |
Color Harmonies of #9E14FE
Complementary color
Monochromatic Colors of #9E14FE
Black with #9E14FE
Text Example
Text Example
White with #9E14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14FE; }
p { color: rgb(158,20,254); }
H1.HeaderClassName
{
color: #9E14FE;
}
.AnyTagClassName
{
color: #9E14FE;
}
</style>
background-color css
<style>
a { background-color: #9E14FE; }
a { background-color: rgb(158,20,254); }
div.DivClassName
{
background-color: #9E14FE;
}
.BgClassName
{
background-color: #9E14FE;
}
</style>
border-color css
<style>
span { border-color: #9E14FE; }
span { border-color: rgb(158,20,254); }
td.TdClassName
{
border-color: #9E14FE;
}
.TagClassName
{
border-color: #9E14FE;
}
</style>