Shades of Electric Purple #9F02FE
Tints of Electric Purple #9F02FE
RGB
CMYK
RGB Variations
Color information
#9F02FE (or 0x9F02FE) is known color: Electric Purple. HEX triplet: 9F, 02 and FE. RGB value is (159,2,254). Sum of RGB (Red+Green+Blue) = 159+2+254=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F02FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F02FE is #60FD01. Grayscale: #4C4C4C. Windows color (decimal): -6356226 or 16646815. OLE color: 16646815.
HSL color Cylindrical-coordinate representation of color #9F02FE: hue angle of 277.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02FE is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 2 | 254 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.00 |
| HSL | 277.38º | 0.99% | 0.5% | - |
| HSV(B) | 277.38º | 0.99% | 1% | - |
| XYZ | 32.21 | 14.57 | 94.88 | - |
| YUV | 77.67 | 227.51 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 254 | 0.37 | 0.99 | 0 | 0.00 | 277.38 | 0.99 | 0.5 |
| Hex | 9F | 2 | FE | 25 | 63 | 0 | 0 | 115 | 63 | 32 |
| Octal | 237 | 2 | 376 | 45 | 143 | 0 | 0 | 425 | 143 | 62 |
| Binary | 10011111 | 10 | 11111110 | 100101 | 1100011 | 0 | 0 | 100010101 | 1100011 | 110010 |
Color Harmonies of #9F02FE
Complementary color
Monochromatic Colors of #9F02FE
Black with #9F02FE
Text Example
Text Example
White with #9F02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02FE; }
p { color: rgb(159,2,254); }
H1.HeaderClassName
{
color: #9F02FE;
}
.AnyTagClassName
{
color: #9F02FE;
}
</style>
background-color css
<style>
a { background-color: #9F02FE; }
a { background-color: rgb(159,2,254); }
div.DivClassName
{
background-color: #9F02FE;
}
.BgClassName
{
background-color: #9F02FE;
}
</style>
border-color css
<style>
span { border-color: #9F02FE; }
span { border-color: rgb(159,2,254); }
td.TdClassName
{
border-color: #9F02FE;
}
.TagClassName
{
border-color: #9F02FE;
}
</style>