Shades of Electric Purple #9D02FD
Tints of Electric Purple #9D02FD
RGB
CMYK
RGB Variations
Color information
#9D02FD (or 0x9D02FD) is known color: Electric Purple. HEX triplet: 9D, 02 and FD. RGB value is (157,2,253). Sum of RGB (Red+Green+Blue) = 157+2+253=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D02FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D02FD is #62FD02. Grayscale: #4C4C4C. Windows color (decimal): -6487299 or 16581277. OLE color: 16581277.
HSL color Cylindrical-coordinate representation of color #9D02FD: hue angle of 277.05º 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 #9D02FD is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 2 | 253 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.01 |
| HSL | 277.05º | 0.98% | 0.5% | - |
| HSV(B) | 277.05º | 0.99% | 0.99% | - |
| XYZ | 31.66 | 14.3 | 94.02 | - |
| YUV | 76.96 | 227.35 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 253 | 0.38 | 0.99 | 0 | 0.01 | 277.05 | 0.98 | 0.5 |
| Hex | 9D | 2 | FD | 26 | 63 | 0 | 1 | 115 | 62 | 32 |
| Octal | 235 | 2 | 375 | 46 | 143 | 0 | 1 | 425 | 142 | 62 |
| Binary | 10011101 | 10 | 11111101 | 100110 | 1100011 | 0 | 1 | 100010101 | 1100010 | 110010 |
Color Harmonies of #9D02FD
Complementary color
Monochromatic Colors of #9D02FD
Black with #9D02FD
Text Example
Text Example
White with #9D02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D02FD; }
p { color: rgb(157,2,253); }
H1.HeaderClassName
{
color: #9D02FD;
}
.AnyTagClassName
{
color: #9D02FD;
}
</style>
background-color css
<style>
a { background-color: #9D02FD; }
a { background-color: rgb(157,2,253); }
div.DivClassName
{
background-color: #9D02FD;
}
.BgClassName
{
background-color: #9D02FD;
}
</style>
border-color css
<style>
span { border-color: #9D02FD; }
span { border-color: rgb(157,2,253); }
td.TdClassName
{
border-color: #9D02FD;
}
.TagClassName
{
border-color: #9D02FD;
}
</style>