Shades of Electric Purple #9A02FD
Tints of Electric Purple #9A02FD
RGB
CMYK
RGB Variations
Color information
#9A02FD (or 0x9A02FD) is known color: Electric Purple. HEX triplet: 9A, 02 and FD. RGB value is (154,2,253). Sum of RGB (Red+Green+Blue) = 154+2+253=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A02FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A02FD is #65FD02. Grayscale: #4B4B4B. Windows color (decimal): -6683907 or 16581274. OLE color: 16581274.
HSL color Cylindrical-coordinate representation of color #9A02FD: hue angle of 276.33º 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 #9A02FD is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 2 | 253 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.01 |
| HSL | 276.33º | 0.98% | 0.5% | - |
| HSV(B) | 276.33º | 0.99% | 0.99% | - |
| XYZ | 31.08 | 14.01 | 93.99 | - |
| YUV | 76.06 | 227.86 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 253 | 0.39 | 0.99 | 0 | 0.01 | 276.33 | 0.98 | 0.5 |
| Hex | 9A | 2 | FD | 27 | 63 | 0 | 1 | 114 | 62 | 32 |
| Octal | 232 | 2 | 375 | 47 | 143 | 0 | 1 | 424 | 142 | 62 |
| Binary | 10011010 | 10 | 11111101 | 100111 | 1100011 | 0 | 1 | 100010100 | 1100010 | 110010 |
Color Harmonies of #9A02FD
Complementary color
Monochromatic Colors of #9A02FD
Black with #9A02FD
Text Example
Text Example
White with #9A02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A02FD; }
p { color: rgb(154,2,253); }
H1.HeaderClassName
{
color: #9A02FD;
}
.AnyTagClassName
{
color: #9A02FD;
}
</style>
background-color css
<style>
a { background-color: #9A02FD; }
a { background-color: rgb(154,2,253); }
div.DivClassName
{
background-color: #9A02FD;
}
.BgClassName
{
background-color: #9A02FD;
}
</style>
border-color css
<style>
span { border-color: #9A02FD; }
span { border-color: rgb(154,2,253); }
td.TdClassName
{
border-color: #9A02FD;
}
.TagClassName
{
border-color: #9A02FD;
}
</style>