Shades of Electric Purple #990EFF
Tints of Electric Purple #990EFF
RGB
CMYK
RGB Variations
Color information
#990EFF (or 0x990EFF) is known color: Electric Purple. HEX triplet: 99, 0E and FF. RGB value is (153,14,255). Sum of RGB (Red+Green+Blue) = 153+14+255=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #990EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EFF is #66F100. Grayscale: #525252. Windows color (decimal): -6746369 or 16715417. OLE color: 16715417.
HSL color Cylindrical-coordinate representation of color #990EFF: hue angle of 274.61º 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 #990EFF is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 14 | 255 | - |
| CMYK | 0.4 | 0.95 | 0 | 0 |
| HSL | 274.61º | 1% | 0.53% | - |
| HSV(B) | 274.61º | 0.95% | 1% | - |
| XYZ | 31.34 | 14.31 | 95.72 | - |
| YUV | 83.04 | 225.05 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 255 | 0.4 | 0.95 | 0 | 0 | 274.61 | 1 | 0.53 |
| Hex | 99 | E | FF | 28 | 5F | 0 | 0 | 113 | 64 | 35 |
| Octal | 231 | 16 | 377 | 50 | 137 | 0 | 0 | 423 | 144 | 65 |
| Binary | 10011001 | 1110 | 11111111 | 101000 | 1011111 | 0 | 0 | 100010011 | 1100100 | 110101 |
Color Harmonies of #990EFF
Complementary color
Monochromatic Colors of #990EFF
Black with #990EFF
Text Example
Text Example
White with #990EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EFF; }
p { color: rgb(153,14,255); }
H1.HeaderClassName
{
color: #990EFF;
}
.AnyTagClassName
{
color: #990EFF;
}
</style>
background-color css
<style>
a { background-color: #990EFF; }
a { background-color: rgb(153,14,255); }
div.DivClassName
{
background-color: #990EFF;
}
.BgClassName
{
background-color: #990EFF;
}
</style>
border-color css
<style>
span { border-color: #990EFF; }
span { border-color: rgb(153,14,255); }
td.TdClassName
{
border-color: #990EFF;
}
.TagClassName
{
border-color: #990EFF;
}
</style>