Shades of Electric Purple #9902FD
Tints of Electric Purple #9902FD
RGB
CMYK
RGB Variations
Color information
#9902FD (or 0x9902FD) is known color: Electric Purple. HEX triplet: 99, 02 and FD. RGB value is (153,2,253). Sum of RGB (Red+Green+Blue) = 153+2+253=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #9902FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9902FD is #66FD02. Grayscale: #4A4A4A. Windows color (decimal): -6749443 or 16581273. OLE color: 16581273.
HSL color Cylindrical-coordinate representation of color #9902FD: hue angle of 276.1º 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 #9902FD is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 2 | 253 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.01 |
| HSL | 276.1º | 0.98% | 0.5% | - |
| HSV(B) | 276.1º | 0.99% | 0.99% | - |
| XYZ | 30.89 | 13.91 | 93.98 | - |
| YUV | 75.76 | 228.03 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 253 | 0.40 | 0.99 | 0 | 0.01 | 276.1 | 0.98 | 0.5 |
| Hex | 99 | 2 | FD | 28 | 63 | 0 | 1 | 114 | 62 | 32 |
| Octal | 231 | 2 | 375 | 50 | 143 | 0 | 1 | 424 | 142 | 62 |
| Binary | 10011001 | 10 | 11111101 | 101000 | 1100011 | 0 | 1 | 100010100 | 1100010 | 110010 |
Color Harmonies of #9902FD
Complementary color
Monochromatic Colors of #9902FD
Black with #9902FD
Text Example
Text Example
White with #9902FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9902FD; }
p { color: rgb(153,2,253); }
H1.HeaderClassName
{
color: #9902FD;
}
.AnyTagClassName
{
color: #9902FD;
}
</style>
background-color css
<style>
a { background-color: #9902FD; }
a { background-color: rgb(153,2,253); }
div.DivClassName
{
background-color: #9902FD;
}
.BgClassName
{
background-color: #9902FD;
}
</style>
border-color css
<style>
span { border-color: #9902FD; }
span { border-color: rgb(153,2,253); }
td.TdClassName
{
border-color: #9902FD;
}
.TagClassName
{
border-color: #9902FD;
}
</style>