Shades of Electric Purple #9E08FF
Tints of Electric Purple #9E08FF
RGB
CMYK
RGB Variations
Color information
#9E08FF (or 0x9E08FF) is known color: Electric Purple. HEX triplet: 9E, 08 and FF. RGB value is (158,8,255). Sum of RGB (Red+Green+Blue) = 158+8+255=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E08FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E08FF is #61F700. Grayscale: #505050. Windows color (decimal): -6420225 or 16713886. OLE color: 16713886.
HSL color Cylindrical-coordinate representation of color #9E08FF: hue angle of 276.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E08FF is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 8 | 255 | - |
| CMYK | 0.38 | 0.97 | 0 | 0 |
| HSL | 276.44º | 1% | 0.52% | - |
| HSV(B) | 276.44º | 0.97% | 1% | - |
| XYZ | 32.24 | 14.66 | 95.74 | - |
| YUV | 81.01 | 226.2 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 255 | 0.38 | 0.97 | 0 | 0 | 276.44 | 1 | 0.52 |
| Hex | 9E | 8 | FF | 26 | 61 | 0 | 0 | 114 | 64 | 34 |
| Octal | 236 | 10 | 377 | 46 | 141 | 0 | 0 | 424 | 144 | 64 |
| Binary | 10011110 | 1000 | 11111111 | 100110 | 1100001 | 0 | 0 | 100010100 | 1100100 | 110100 |
Color Harmonies of #9E08FF
Complementary color
Monochromatic Colors of #9E08FF
Black with #9E08FF
Text Example
Text Example
White with #9E08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E08FF; }
p { color: rgb(158,8,255); }
H1.HeaderClassName
{
color: #9E08FF;
}
.AnyTagClassName
{
color: #9E08FF;
}
</style>
background-color css
<style>
a { background-color: #9E08FF; }
a { background-color: rgb(158,8,255); }
div.DivClassName
{
background-color: #9E08FF;
}
.BgClassName
{
background-color: #9E08FF;
}
</style>
border-color css
<style>
span { border-color: #9E08FF; }
span { border-color: rgb(158,8,255); }
td.TdClassName
{
border-color: #9E08FF;
}
.TagClassName
{
border-color: #9E08FF;
}
</style>