Shades of Electric Purple #9A0EFF
Tints of Electric Purple #9A0EFF
RGB
CMYK
RGB Variations
Color information
#9A0EFF (or 0x9A0EFF) is known color: Electric Purple. HEX triplet: 9A, 0E and FF. RGB value is (154,14,255). Sum of RGB (Red+Green+Blue) = 154+14+255=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0EFF is #65F100. Grayscale: #525252. Windows color (decimal): -6680833 or 16715418. OLE color: 16715418.
HSL color Cylindrical-coordinate representation of color #9A0EFF: hue angle of 274.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0EFF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 14 | 255 | - |
| CMYK | 0.40 | 0.95 | 0 | 0 |
| HSL | 274.85º | 1% | 0.53% | - |
| HSV(B) | 274.85º | 0.95% | 1% | - |
| XYZ | 31.53 | 14.4 | 95.73 | - |
| YUV | 83.33 | 224.88 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 255 | 0.40 | 0.95 | 0 | 0 | 274.85 | 1 | 0.53 |
| Hex | 9A | E | FF | 28 | 5F | 0 | 0 | 113 | 64 | 35 |
| Octal | 232 | 16 | 377 | 50 | 137 | 0 | 0 | 423 | 144 | 65 |
| Binary | 10011010 | 1110 | 11111111 | 101000 | 1011111 | 0 | 0 | 100010011 | 1100100 | 110101 |
Color Harmonies of #9A0EFF
Complementary color
Monochromatic Colors of #9A0EFF
Black with #9A0EFF
Text Example
Text Example
White with #9A0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0EFF; }
p { color: rgb(154,14,255); }
H1.HeaderClassName
{
color: #9A0EFF;
}
.AnyTagClassName
{
color: #9A0EFF;
}
</style>
background-color css
<style>
a { background-color: #9A0EFF; }
a { background-color: rgb(154,14,255); }
div.DivClassName
{
background-color: #9A0EFF;
}
.BgClassName
{
background-color: #9A0EFF;
}
</style>
border-color css
<style>
span { border-color: #9A0EFF; }
span { border-color: rgb(154,14,255); }
td.TdClassName
{
border-color: #9A0EFF;
}
.TagClassName
{
border-color: #9A0EFF;
}
</style>