Shades of Electric Purple #9902FF
Tints of Electric Purple #9902FF
RGB
CMYK
RGB Variations
Color information
#9902FF (or 0x9902FF) is known color: Electric Purple. HEX triplet: 99, 02 and FF. RGB value is (153,2,255). Sum of RGB (Red+Green+Blue) = 153+2+255=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #9902FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9902FF is #66FD00. Grayscale: #4B4B4B. Windows color (decimal): -6749441 or 16712345. OLE color: 16712345.
HSL color Cylindrical-coordinate representation of color #9902FF: hue angle of 275.81º 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 #9902FF is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 2 | 255 | - |
| CMYK | 0.4 | 0.99 | 0 | 0 |
| HSL | 275.81º | 1% | 0.5% | - |
| HSV(B) | 275.81º | 0.99% | 1% | - |
| XYZ | 31.21 | 14.04 | 95.67 | - |
| YUV | 75.99 | 229.03 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 255 | 0.4 | 0.99 | 0 | 0 | 275.81 | 1 | 0.5 |
| Hex | 99 | 2 | FF | 28 | 63 | 0 | 0 | 114 | 64 | 32 |
| Octal | 231 | 2 | 377 | 50 | 143 | 0 | 0 | 424 | 144 | 62 |
| Binary | 10011001 | 10 | 11111111 | 101000 | 1100011 | 0 | 0 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9902FF
Complementary color
Monochromatic Colors of #9902FF
Black with #9902FF
Text Example
Text Example
White with #9902FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9902FF; }
p { color: rgb(153,2,255); }
H1.HeaderClassName
{
color: #9902FF;
}
.AnyTagClassName
{
color: #9902FF;
}
</style>
background-color css
<style>
a { background-color: #9902FF; }
a { background-color: rgb(153,2,255); }
div.DivClassName
{
background-color: #9902FF;
}
.BgClassName
{
background-color: #9902FF;
}
</style>
border-color css
<style>
span { border-color: #9902FF; }
span { border-color: rgb(153,2,255); }
td.TdClassName
{
border-color: #9902FF;
}
.TagClassName
{
border-color: #9902FF;
}
</style>