Shades of Electric Purple #9E11FC
Tints of Electric Purple #9E11FC
RGB
CMYK
RGB Variations
Color information
#9E11FC (or 0x9E11FC) is known color: Electric Purple. HEX triplet: 9E, 11 and FC. RGB value is (158,17,252). Sum of RGB (Red+Green+Blue) = 158+17+252=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E11FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E11FC is #61EE03. Grayscale: #555555. Windows color (decimal): -6417924 or 16519582. OLE color: 16519582.
HSL color Cylindrical-coordinate representation of color #9E11FC: hue angle of 276º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E11FC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 17 | 252 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.01 |
| HSL | 276º | 0.98% | 0.53% | - |
| HSV(B) | 276º | 0.93% | 0.99% | - |
| XYZ | 31.87 | 14.7 | 93.25 | - |
| YUV | 85.95 | 221.71 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 252 | 0.37 | 0.93 | 0 | 0.01 | 276 | 0.98 | 0.53 |
| Hex | 9E | 11 | FC | 25 | 5D | 0 | 1 | 114 | 62 | 35 |
| Octal | 236 | 21 | 374 | 45 | 135 | 0 | 1 | 424 | 142 | 65 |
| Binary | 10011110 | 10001 | 11111100 | 100101 | 1011101 | 0 | 1 | 100010100 | 1100010 | 110101 |
Color Harmonies of #9E11FC
Complementary color
Monochromatic Colors of #9E11FC
Black with #9E11FC
Text Example
Text Example
White with #9E11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E11FC; }
p { color: rgb(158,17,252); }
H1.HeaderClassName
{
color: #9E11FC;
}
.AnyTagClassName
{
color: #9E11FC;
}
</style>
background-color css
<style>
a { background-color: #9E11FC; }
a { background-color: rgb(158,17,252); }
div.DivClassName
{
background-color: #9E11FC;
}
.BgClassName
{
background-color: #9E11FC;
}
</style>
border-color css
<style>
span { border-color: #9E11FC; }
span { border-color: rgb(158,17,252); }
td.TdClassName
{
border-color: #9E11FC;
}
.TagClassName
{
border-color: #9E11FC;
}
</style>