Shades of Electric Purple #9F02FC
Tints of Electric Purple #9F02FC
RGB
CMYK
RGB Variations
Color information
#9F02FC (or 0x9F02FC) is known color: Electric Purple. HEX triplet: 9F, 02 and FC. RGB value is (159,2,252). Sum of RGB (Red+Green+Blue) = 159+2+252=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F02FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F02FC is #60FD03. Grayscale: #4C4C4C. Windows color (decimal): -6356228 or 16515743. OLE color: 16515743.
HSL color Cylindrical-coordinate representation of color #9F02FC: hue angle of 277.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02FC is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 2 | 252 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.01 |
| HSL | 277.68º | 0.98% | 0.5% | - |
| HSV(B) | 277.68º | 0.99% | 0.99% | - |
| XYZ | 31.89 | 14.44 | 93.2 | - |
| YUV | 77.44 | 226.51 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 252 | 0.37 | 0.99 | 0 | 0.01 | 277.68 | 0.98 | 0.5 |
| Hex | 9F | 2 | FC | 25 | 63 | 0 | 1 | 116 | 62 | 32 |
| Octal | 237 | 2 | 374 | 45 | 143 | 0 | 1 | 426 | 142 | 62 |
| Binary | 10011111 | 10 | 11111100 | 100101 | 1100011 | 0 | 1 | 100010110 | 1100010 | 110010 |
Color Harmonies of #9F02FC
Complementary color
Monochromatic Colors of #9F02FC
Black with #9F02FC
Text Example
Text Example
White with #9F02FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02FC; }
p { color: rgb(159,2,252); }
H1.HeaderClassName
{
color: #9F02FC;
}
.AnyTagClassName
{
color: #9F02FC;
}
</style>
background-color css
<style>
a { background-color: #9F02FC; }
a { background-color: rgb(159,2,252); }
div.DivClassName
{
background-color: #9F02FC;
}
.BgClassName
{
background-color: #9F02FC;
}
</style>
border-color css
<style>
span { border-color: #9F02FC; }
span { border-color: rgb(159,2,252); }
td.TdClassName
{
border-color: #9F02FC;
}
.TagClassName
{
border-color: #9F02FC;
}
</style>