Shades of Electric Purple #9802FC
Tints of Electric Purple #9802FC
RGB
CMYK
RGB Variations
Color information
#9802FC (or 0x9802FC) is known color: Electric Purple. HEX triplet: 98, 02 and FC. RGB value is (152,2,252). Sum of RGB (Red+Green+Blue) = 152+2+252=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #9802FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9802FC is #67FD03. Grayscale: #4A4A4A. Windows color (decimal): -6814980 or 16515736. OLE color: 16515736.
HSL color Cylindrical-coordinate representation of color #9802FC: hue angle of 276º 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 #9802FC is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 2 | 252 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.01 |
| HSL | 276º | 0.98% | 0.5% | - |
| HSV(B) | 276º | 0.99% | 0.99% | - |
| XYZ | 30.54 | 13.75 | 93.14 | - |
| YUV | 75.35 | 227.7 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 252 | 0.40 | 0.99 | 0 | 0.01 | 276 | 0.98 | 0.5 |
| Hex | 98 | 2 | FC | 28 | 63 | 0 | 1 | 114 | 62 | 32 |
| Octal | 230 | 2 | 374 | 50 | 143 | 0 | 1 | 424 | 142 | 62 |
| Binary | 10011000 | 10 | 11111100 | 101000 | 1100011 | 0 | 1 | 100010100 | 1100010 | 110010 |
Color Harmonies of #9802FC
Complementary color
Monochromatic Colors of #9802FC
Black with #9802FC
Text Example
Text Example
White with #9802FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802FC; }
p { color: rgb(152,2,252); }
H1.HeaderClassName
{
color: #9802FC;
}
.AnyTagClassName
{
color: #9802FC;
}
</style>
background-color css
<style>
a { background-color: #9802FC; }
a { background-color: rgb(152,2,252); }
div.DivClassName
{
background-color: #9802FC;
}
.BgClassName
{
background-color: #9802FC;
}
</style>
border-color css
<style>
span { border-color: #9802FC; }
span { border-color: rgb(152,2,252); }
td.TdClassName
{
border-color: #9802FC;
}
.TagClassName
{
border-color: #9802FC;
}
</style>