Shades of Electric Purple #9E0FFA
Tints of Electric Purple #9E0FFA
RGB
CMYK
RGB Variations
Color information
#9E0FFA (or 0x9E0FFA) is known color: Electric Purple. HEX triplet: 9E, 0F and FA. RGB value is (158,15,250). Sum of RGB (Red+Green+Blue) = 158+15+250=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E0FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E0FFA is #61F005. Grayscale: #535353. Windows color (decimal): -6418438 or 16387998. OLE color: 16387998.
HSL color Cylindrical-coordinate representation of color #9E0FFA: hue angle of 276.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0FFA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 15 | 250 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.02 |
| HSL | 276.51º | 0.96% | 0.52% | - |
| HSV(B) | 276.51º | 0.94% | 0.98% | - |
| XYZ | 31.53 | 14.51 | 91.58 | - |
| YUV | 84.55 | 221.38 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 250 | 0.37 | 0.94 | 0 | 0.02 | 276.51 | 0.96 | 0.52 |
| Hex | 9E | F | FA | 25 | 5E | 0 | 2 | 115 | 60 | 34 |
| Octal | 236 | 17 | 372 | 45 | 136 | 0 | 2 | 425 | 140 | 64 |
| Binary | 10011110 | 1111 | 11111010 | 100101 | 1011110 | 0 | 10 | 100010101 | 1100000 | 110100 |
Color Harmonies of #9E0FFA
Complementary color
Monochromatic Colors of #9E0FFA
Black with #9E0FFA
Text Example
Text Example
White with #9E0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0FFA; }
p { color: rgb(158,15,250); }
H1.HeaderClassName
{
color: #9E0FFA;
}
.AnyTagClassName
{
color: #9E0FFA;
}
</style>
background-color css
<style>
a { background-color: #9E0FFA; }
a { background-color: rgb(158,15,250); }
div.DivClassName
{
background-color: #9E0FFA;
}
.BgClassName
{
background-color: #9E0FFA;
}
</style>
border-color css
<style>
span { border-color: #9E0FFA; }
span { border-color: rgb(158,15,250); }
td.TdClassName
{
border-color: #9E0FFA;
}
.TagClassName
{
border-color: #9E0FFA;
}
</style>