Shades of Electric Purple #9A02FF
Tints of Electric Purple #9A02FF
RGB
CMYK
RGB Variations
Color information
#9A02FF (or 0x9A02FF) is known color: Electric Purple. HEX triplet: 9A, 02 and FF. RGB value is (154,2,255). Sum of RGB (Red+Green+Blue) = 154+2+255=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A02FF is #65FD00. Grayscale: #4B4B4B. Windows color (decimal): -6683905 or 16712346. OLE color: 16712346.
HSL color Cylindrical-coordinate representation of color #9A02FF: hue angle of 276.05º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A02FF is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 2 | 255 | - |
| CMYK | 0.40 | 0.99 | 0 | 0 |
| HSL | 276.05º | 1% | 0.5% | - |
| HSV(B) | 276.05º | 0.99% | 1% | - |
| XYZ | 31.4 | 14.13 | 95.68 | - |
| YUV | 76.29 | 228.86 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 255 | 0.40 | 0.99 | 0 | 0 | 276.05 | 1 | 0.5 |
| Hex | 9A | 2 | FF | 28 | 63 | 0 | 0 | 114 | 64 | 32 |
| Octal | 232 | 2 | 377 | 50 | 143 | 0 | 0 | 424 | 144 | 62 |
| Binary | 10011010 | 10 | 11111111 | 101000 | 1100011 | 0 | 0 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9A02FF
Complementary color
Monochromatic Colors of #9A02FF
Black with #9A02FF
Text Example
Text Example
White with #9A02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A02FF; }
p { color: rgb(154,2,255); }
H1.HeaderClassName
{
color: #9A02FF;
}
.AnyTagClassName
{
color: #9A02FF;
}
</style>
background-color css
<style>
a { background-color: #9A02FF; }
a { background-color: rgb(154,2,255); }
div.DivClassName
{
background-color: #9A02FF;
}
.BgClassName
{
background-color: #9A02FF;
}
</style>
border-color css
<style>
span { border-color: #9A02FF; }
span { border-color: rgb(154,2,255); }
td.TdClassName
{
border-color: #9A02FF;
}
.TagClassName
{
border-color: #9A02FF;
}
</style>