Shades of Electric Purple #9E07FB
Tints of Electric Purple #9E07FB
RGB
CMYK
RGB Variations
Color information
#9E07FB (or 0x9E07FB) is known color: Electric Purple. HEX triplet: 9E, 07 and FB. RGB value is (158,7,251). Sum of RGB (Red+Green+Blue) = 158+7+251=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E07FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E07FB is #61F804. Grayscale: #4F4F4F. Windows color (decimal): -6420485 or 16451486. OLE color: 16451486.
HSL color Cylindrical-coordinate representation of color #9E07FB: hue angle of 277.13º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E07FB is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 7 | 251 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.02 |
| HSL | 277.13º | 0.97% | 0.51% | - |
| HSV(B) | 277.13º | 0.97% | 0.98% | - |
| XYZ | 31.59 | 14.39 | 92.38 | - |
| YUV | 79.97 | 224.53 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 251 | 0.37 | 0.97 | 0 | 0.02 | 277.13 | 0.97 | 0.51 |
| Hex | 9E | 7 | FB | 25 | 61 | 0 | 2 | 115 | 61 | 33 |
| Octal | 236 | 7 | 373 | 45 | 141 | 0 | 2 | 425 | 141 | 63 |
| Binary | 10011110 | 111 | 11111011 | 100101 | 1100001 | 0 | 10 | 100010101 | 1100001 | 110011 |
Color Harmonies of #9E07FB
Complementary color
Monochromatic Colors of #9E07FB
Black with #9E07FB
Text Example
Text Example
White with #9E07FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E07FB; }
p { color: rgb(158,7,251); }
H1.HeaderClassName
{
color: #9E07FB;
}
.AnyTagClassName
{
color: #9E07FB;
}
</style>
background-color css
<style>
a { background-color: #9E07FB; }
a { background-color: rgb(158,7,251); }
div.DivClassName
{
background-color: #9E07FB;
}
.BgClassName
{
background-color: #9E07FB;
}
</style>
border-color css
<style>
span { border-color: #9E07FB; }
span { border-color: rgb(158,7,251); }
td.TdClassName
{
border-color: #9E07FB;
}
.TagClassName
{
border-color: #9E07FB;
}
</style>