Shades of Electric Purple #9F02FF
Tints of Electric Purple #9F02FF
RGB
CMYK
RGB Variations
Color information
#9F02FF (or 0x9F02FF) is known color: Electric Purple. HEX triplet: 9F, 02 and FF. RGB value is (159,2,255). Sum of RGB (Red+Green+Blue) = 159+2+255=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F02FF is #60FD00. Grayscale: #4C4C4C. Windows color (decimal): -6356225 or 16712351. OLE color: 16712351.
HSL color Cylindrical-coordinate representation of color #9F02FF: hue angle of 277.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02FF is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 2 | 255 | - |
| CMYK | 0.38 | 0.99 | 0 | 0 |
| HSL | 277.23º | 1% | 0.5% | - |
| HSV(B) | 277.23º | 0.99% | 1% | - |
| XYZ | 32.37 | 14.63 | 95.73 | - |
| YUV | 77.79 | 228.01 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 255 | 0.38 | 0.99 | 0 | 0 | 277.23 | 1 | 0.5 |
| Hex | 9F | 2 | FF | 26 | 63 | 0 | 0 | 115 | 64 | 32 |
| Octal | 237 | 2 | 377 | 46 | 143 | 0 | 0 | 425 | 144 | 62 |
| Binary | 10011111 | 10 | 11111111 | 100110 | 1100011 | 0 | 0 | 100010101 | 1100100 | 110010 |
Color Harmonies of #9F02FF
Complementary color
Monochromatic Colors of #9F02FF
Black with #9F02FF
Text Example
Text Example
White with #9F02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02FF; }
p { color: rgb(159,2,255); }
H1.HeaderClassName
{
color: #9F02FF;
}
.AnyTagClassName
{
color: #9F02FF;
}
</style>
background-color css
<style>
a { background-color: #9F02FF; }
a { background-color: rgb(159,2,255); }
div.DivClassName
{
background-color: #9F02FF;
}
.BgClassName
{
background-color: #9F02FF;
}
</style>
border-color css
<style>
span { border-color: #9F02FF; }
span { border-color: rgb(159,2,255); }
td.TdClassName
{
border-color: #9F02FF;
}
.TagClassName
{
border-color: #9F02FF;
}
</style>