Shades of Electric Purple #9A0FFF
Tints of Electric Purple #9A0FFF
RGB
CMYK
RGB Variations
Color information
#9A0FFF (or 0x9A0FFF) is known color: Electric Purple. HEX triplet: 9A, 0F and FF. RGB value is (154,15,255). Sum of RGB (Red+Green+Blue) = 154+15+255=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0FFF is #65F000. Grayscale: #535353. Windows color (decimal): -6680577 or 16715674. OLE color: 16715674.
HSL color Cylindrical-coordinate representation of color #9A0FFF: hue angle of 274.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0FFF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 15 | 255 | - |
| CMYK | 0.40 | 0.94 | 0 | 0 |
| HSL | 274.75º | 1% | 0.53% | - |
| HSV(B) | 274.75º | 0.94% | 1% | - |
| XYZ | 31.55 | 14.43 | 95.73 | - |
| YUV | 83.92 | 224.55 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 255 | 0.40 | 0.94 | 0 | 0 | 274.75 | 1 | 0.53 |
| Hex | 9A | F | FF | 28 | 5E | 0 | 0 | 113 | 64 | 35 |
| Octal | 232 | 17 | 377 | 50 | 136 | 0 | 0 | 423 | 144 | 65 |
| Binary | 10011010 | 1111 | 11111111 | 101000 | 1011110 | 0 | 0 | 100010011 | 1100100 | 110101 |
Color Harmonies of #9A0FFF
Complementary color
Monochromatic Colors of #9A0FFF
Black with #9A0FFF
Text Example
Text Example
White with #9A0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0FFF; }
p { color: rgb(154,15,255); }
H1.HeaderClassName
{
color: #9A0FFF;
}
.AnyTagClassName
{
color: #9A0FFF;
}
</style>
background-color css
<style>
a { background-color: #9A0FFF; }
a { background-color: rgb(154,15,255); }
div.DivClassName
{
background-color: #9A0FFF;
}
.BgClassName
{
background-color: #9A0FFF;
}
</style>
border-color css
<style>
span { border-color: #9A0FFF; }
span { border-color: rgb(154,15,255); }
td.TdClassName
{
border-color: #9A0FFF;
}
.TagClassName
{
border-color: #9A0FFF;
}
</style>