Shades of Electric Purple #9E06F5
Tints of Electric Purple #9E06F5
RGB
CMYK
RGB Variations
Color information
#9E06F5 (or 0x9E06F5) is known color: Electric Purple. HEX triplet: 9E, 06 and F5. RGB value is (158,6,245). Sum of RGB (Red+Green+Blue) = 158+6+245=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 245 (96.09% from 255 or 59.90% from 409); Max value from RGB is 245 - color contains mainly: blue. Hex color #9E06F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E06F5 is #61F90A. Grayscale: #4D4D4D. Windows color (decimal): -6420747 or 16058014. OLE color: 16058014.
HSL color Cylindrical-coordinate representation of color #9E06F5: hue angle of 278.16º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E06F5 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 6 | 245 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.04 |
| HSL | 278.16º | 0.95% | 0.49% | - |
| HSV(B) | 278.16º | 0.98% | 0.96% | - |
| XYZ | 30.65 | 13.99 | 87.47 | - |
| YUV | 78.69 | 221.86 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 245 | 0.36 | 0.98 | 0 | 0.04 | 278.16 | 0.95 | 0.49 |
| Hex | 9E | 6 | F5 | 24 | 62 | 0 | 4 | 116 | 5F | 31 |
| Octal | 236 | 6 | 365 | 44 | 142 | 0 | 4 | 426 | 137 | 61 |
| Binary | 10011110 | 110 | 11110101 | 100100 | 1100010 | 0 | 100 | 100010110 | 1011111 | 110001 |
Color Harmonies of #9E06F5
Complementary color
Monochromatic Colors of #9E06F5
Black with #9E06F5
Text Example
Text Example
White with #9E06F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06F5; }
p { color: rgb(158,6,245); }
H1.HeaderClassName
{
color: #9E06F5;
}
.AnyTagClassName
{
color: #9E06F5;
}
</style>
background-color css
<style>
a { background-color: #9E06F5; }
a { background-color: rgb(158,6,245); }
div.DivClassName
{
background-color: #9E06F5;
}
.BgClassName
{
background-color: #9E06F5;
}
</style>
border-color css
<style>
span { border-color: #9E06F5; }
span { border-color: rgb(158,6,245); }
td.TdClassName
{
border-color: #9E06F5;
}
.TagClassName
{
border-color: #9E06F5;
}
</style>