Shades of Electric Purple #9E06F8
Tints of Electric Purple #9E06F8
RGB
CMYK
RGB Variations
Color information
#9E06F8 (or 0x9E06F8) is known color: Electric Purple. HEX triplet: 9E, 06 and F8. RGB value is (158,6,248). Sum of RGB (Red+Green+Blue) = 158+6+248=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E06F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E06F8 is #61F907. Grayscale: #4E4E4E. Windows color (decimal): -6420744 or 16254622. OLE color: 16254622.
HSL color Cylindrical-coordinate representation of color #9E06F8: hue angle of 277.69º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E06F8 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 6 | 248 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.03 |
| HSL | 277.69º | 0.95% | 0.5% | - |
| HSV(B) | 277.69º | 0.98% | 0.97% | - |
| XYZ | 31.11 | 14.18 | 89.9 | - |
| YUV | 79.04 | 223.36 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 248 | 0.36 | 0.98 | 0 | 0.03 | 277.69 | 0.95 | 0.5 |
| Hex | 9E | 6 | F8 | 24 | 62 | 0 | 3 | 116 | 5F | 32 |
| Octal | 236 | 6 | 370 | 44 | 142 | 0 | 3 | 426 | 137 | 62 |
| Binary | 10011110 | 110 | 11111000 | 100100 | 1100010 | 0 | 11 | 100010110 | 1011111 | 110010 |
Color Harmonies of #9E06F8
Complementary color
Monochromatic Colors of #9E06F8
Black with #9E06F8
Text Example
Text Example
White with #9E06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06F8; }
p { color: rgb(158,6,248); }
H1.HeaderClassName
{
color: #9E06F8;
}
.AnyTagClassName
{
color: #9E06F8;
}
</style>
background-color css
<style>
a { background-color: #9E06F8; }
a { background-color: rgb(158,6,248); }
div.DivClassName
{
background-color: #9E06F8;
}
.BgClassName
{
background-color: #9E06F8;
}
</style>
border-color css
<style>
span { border-color: #9E06F8; }
span { border-color: rgb(158,6,248); }
td.TdClassName
{
border-color: #9E06F8;
}
.TagClassName
{
border-color: #9E06F8;
}
</style>