Shades of Electric Purple #9A02FE
Tints of Electric Purple #9A02FE
RGB
CMYK
RGB Variations
Color information
#9A02FE (or 0x9A02FE) is known color: Electric Purple. HEX triplet: 9A, 02 and FE. RGB value is (154,2,254). Sum of RGB (Red+Green+Blue) = 154+2+254=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A02FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A02FE is #65FD01. Grayscale: #4B4B4B. Windows color (decimal): -6683906 or 16646810. OLE color: 16646810.
HSL color Cylindrical-coordinate representation of color #9A02FE: hue angle of 276.19º 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 #9A02FE is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 2 | 254 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.00 |
| HSL | 276.19º | 0.99% | 0.5% | - |
| HSV(B) | 276.19º | 0.99% | 1% | - |
| XYZ | 31.24 | 14.07 | 94.84 | - |
| YUV | 76.18 | 228.36 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 254 | 0.39 | 0.99 | 0 | 0.00 | 276.19 | 0.99 | 0.5 |
| Hex | 9A | 2 | FE | 27 | 63 | 0 | 0 | 114 | 63 | 32 |
| Octal | 232 | 2 | 376 | 47 | 143 | 0 | 0 | 424 | 143 | 62 |
| Binary | 10011010 | 10 | 11111110 | 100111 | 1100011 | 0 | 0 | 100010100 | 1100011 | 110010 |
Color Harmonies of #9A02FE
Complementary color
Monochromatic Colors of #9A02FE
Black with #9A02FE
Text Example
Text Example
White with #9A02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A02FE; }
p { color: rgb(154,2,254); }
H1.HeaderClassName
{
color: #9A02FE;
}
.AnyTagClassName
{
color: #9A02FE;
}
</style>
background-color css
<style>
a { background-color: #9A02FE; }
a { background-color: rgb(154,2,254); }
div.DivClassName
{
background-color: #9A02FE;
}
.BgClassName
{
background-color: #9A02FE;
}
</style>
border-color css
<style>
span { border-color: #9A02FE; }
span { border-color: rgb(154,2,254); }
td.TdClassName
{
border-color: #9A02FE;
}
.TagClassName
{
border-color: #9A02FE;
}
</style>