Shades of Electric Purple #9D02FE
Tints of Electric Purple #9D02FE
RGB
CMYK
RGB Variations
Color information
#9D02FE (or 0x9D02FE) is known color: Electric Purple. HEX triplet: 9D, 02 and FE. RGB value is (157,2,254). Sum of RGB (Red+Green+Blue) = 157+2+254=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D02FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D02FE is #62FD01. Grayscale: #4C4C4C. Windows color (decimal): -6487298 or 16646813. OLE color: 16646813.
HSL color Cylindrical-coordinate representation of color #9D02FE: hue angle of 276.9º 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 #9D02FE is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 2 | 254 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.00 |
| HSL | 276.9º | 0.99% | 0.5% | - |
| HSV(B) | 276.9º | 0.99% | 1% | - |
| XYZ | 31.82 | 14.37 | 94.86 | - |
| YUV | 77.07 | 227.85 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 254 | 0.38 | 0.99 | 0 | 0.00 | 276.9 | 0.99 | 0.5 |
| Hex | 9D | 2 | FE | 26 | 63 | 0 | 0 | 115 | 63 | 32 |
| Octal | 235 | 2 | 376 | 46 | 143 | 0 | 0 | 425 | 143 | 62 |
| Binary | 10011101 | 10 | 11111110 | 100110 | 1100011 | 0 | 0 | 100010101 | 1100011 | 110010 |
Color Harmonies of #9D02FE
Complementary color
Monochromatic Colors of #9D02FE
Black with #9D02FE
Text Example
Text Example
White with #9D02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D02FE; }
p { color: rgb(157,2,254); }
H1.HeaderClassName
{
color: #9D02FE;
}
.AnyTagClassName
{
color: #9D02FE;
}
</style>
background-color css
<style>
a { background-color: #9D02FE; }
a { background-color: rgb(157,2,254); }
div.DivClassName
{
background-color: #9D02FE;
}
.BgClassName
{
background-color: #9D02FE;
}
</style>
border-color css
<style>
span { border-color: #9D02FE; }
span { border-color: rgb(157,2,254); }
td.TdClassName
{
border-color: #9D02FE;
}
.TagClassName
{
border-color: #9D02FE;
}
</style>