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