Shades of Electric Purple #9802FE
Tints of Electric Purple #9802FE
RGB
CMYK
RGB Variations
Color information
#9802FE (or 0x9802FE) is known color: Electric Purple. HEX triplet: 98, 02 and FE. RGB value is (152,2,254). Sum of RGB (Red+Green+Blue) = 152+2+254=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #9802FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9802FE is #67FD01. Grayscale: #4A4A4A. Windows color (decimal): -6814978 or 16646808. OLE color: 16646808.
HSL color Cylindrical-coordinate representation of color #9802FE: hue angle of 275.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802FE is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 2 | 254 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.00 |
| HSL | 275.71º | 0.99% | 0.5% | - |
| HSV(B) | 275.71º | 0.99% | 1% | - |
| XYZ | 30.86 | 13.87 | 94.82 | - |
| YUV | 75.58 | 228.7 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 254 | 0.40 | 0.99 | 0 | 0.00 | 275.71 | 0.99 | 0.5 |
| Hex | 98 | 2 | FE | 28 | 63 | 0 | 0 | 114 | 63 | 32 |
| Octal | 230 | 2 | 376 | 50 | 143 | 0 | 0 | 424 | 143 | 62 |
| Binary | 10011000 | 10 | 11111110 | 101000 | 1100011 | 0 | 0 | 100010100 | 1100011 | 110010 |
Color Harmonies of #9802FE
Complementary color
Monochromatic Colors of #9802FE
Black with #9802FE
Text Example
Text Example
White with #9802FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802FE; }
p { color: rgb(152,2,254); }
H1.HeaderClassName
{
color: #9802FE;
}
.AnyTagClassName
{
color: #9802FE;
}
</style>
background-color css
<style>
a { background-color: #9802FE; }
a { background-color: rgb(152,2,254); }
div.DivClassName
{
background-color: #9802FE;
}
.BgClassName
{
background-color: #9802FE;
}
</style>
border-color css
<style>
span { border-color: #9802FE; }
span { border-color: rgb(152,2,254); }
td.TdClassName
{
border-color: #9802FE;
}
.TagClassName
{
border-color: #9802FE;
}
</style>