Shades of Electric Purple #9E00FF
Tints of Electric Purple #9E00FF
RGB
CMYK
RGB Variations
Color information
#9E00FF (or 0x9E00FF) is known color: Electric Purple. HEX triplet: 9E, 00 and FF. RGB value is (158,0,255). Sum of RGB (Red+Green+Blue) = 158+0+255=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E00FF is #61FF00. Grayscale: #4B4B4B. Windows color (decimal): -6422273 or 16711838. OLE color: 16711838.
HSL color Cylindrical-coordinate representation of color #9E00FF: hue angle of 277.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00FF is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 0 | 255 | - |
| CMYK | 0.38 | 1 | 0 | 0 |
| HSL | 277.18º | 1% | 0.5% | - |
| HSV(B) | 277.18º | 1% | 1% | - |
| XYZ | 32.15 | 14.49 | 95.71 | - |
| YUV | 76.31 | 228.85 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 255 | 0.38 | 1 | 0 | 0 | 277.18 | 1 | 0.5 |
| Hex | 9E | 0 | FF | 26 | 64 | 0 | 0 | 115 | 64 | 32 |
| Octal | 236 | 0 | 377 | 46 | 144 | 0 | 0 | 425 | 144 | 62 |
| Binary | 10011110 | 0 | 11111111 | 100110 | 1100100 | 0 | 0 | 100010101 | 1100100 | 110010 |
Color Harmonies of #9E00FF
Complementary color
Monochromatic Colors of #9E00FF
Black with #9E00FF
Text Example
Text Example
White with #9E00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00FF; }
p { color: rgb(158,0,255); }
H1.HeaderClassName
{
color: #9E00FF;
}
.AnyTagClassName
{
color: #9E00FF;
}
</style>
background-color css
<style>
a { background-color: #9E00FF; }
a { background-color: rgb(158,0,255); }
div.DivClassName
{
background-color: #9E00FF;
}
.BgClassName
{
background-color: #9E00FF;
}
</style>
border-color css
<style>
span { border-color: #9E00FF; }
span { border-color: rgb(158,0,255); }
td.TdClassName
{
border-color: #9E00FF;
}
.TagClassName
{
border-color: #9E00FF;
}
</style>