Shades of Electric Purple #990EFE
Tints of Electric Purple #990EFE
RGB
CMYK
RGB Variations
Color information
#990EFE (or 0x990EFE) is known color: Electric Purple. HEX triplet: 99, 0E and FE. RGB value is (153,14,254). Sum of RGB (Red+Green+Blue) = 153+14+254=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #990EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990EFE is #66F101. Grayscale: #525252. Windows color (decimal): -6746370 or 16649881. OLE color: 16649881.
HSL color Cylindrical-coordinate representation of color #990EFE: hue angle of 274.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990EFE is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 14 | 254 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.00 |
| HSL | 274.75º | 0.99% | 0.53% | - |
| HSV(B) | 274.75º | 0.94% | 1% | - |
| XYZ | 31.18 | 14.24 | 94.87 | - |
| YUV | 82.92 | 224.55 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 254 | 0.40 | 0.94 | 0 | 0.00 | 274.75 | 0.99 | 0.53 |
| Hex | 99 | E | FE | 28 | 5E | 0 | 0 | 113 | 63 | 35 |
| Octal | 231 | 16 | 376 | 50 | 136 | 0 | 0 | 423 | 143 | 65 |
| Binary | 10011001 | 1110 | 11111110 | 101000 | 1011110 | 0 | 0 | 100010011 | 1100011 | 110101 |
Color Harmonies of #990EFE
Complementary color
Monochromatic Colors of #990EFE
Black with #990EFE
Text Example
Text Example
White with #990EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990EFE; }
p { color: rgb(153,14,254); }
H1.HeaderClassName
{
color: #990EFE;
}
.AnyTagClassName
{
color: #990EFE;
}
</style>
background-color css
<style>
a { background-color: #990EFE; }
a { background-color: rgb(153,14,254); }
div.DivClassName
{
background-color: #990EFE;
}
.BgClassName
{
background-color: #990EFE;
}
</style>
border-color css
<style>
span { border-color: #990EFE; }
span { border-color: rgb(153,14,254); }
td.TdClassName
{
border-color: #990EFE;
}
.TagClassName
{
border-color: #990EFE;
}
</style>