Shades of Electric Purple #990AFE
Tints of Electric Purple #990AFE
RGB
CMYK
RGB Variations
Color information
#990AFE (or 0x990AFE) is known color: Electric Purple. HEX triplet: 99, 0A and FE. RGB value is (153,10,254). Sum of RGB (Red+Green+Blue) = 153+10+254=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #990AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990AFE is #66F501. Grayscale: #4F4F4F. Windows color (decimal): -6747394 or 16648857. OLE color: 16648857.
HSL color Cylindrical-coordinate representation of color #990AFE: hue angle of 275.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990AFE is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 10 | 254 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.00 |
| HSL | 275.16º | 0.99% | 0.52% | - |
| HSV(B) | 275.16º | 0.96% | 1% | - |
| XYZ | 31.13 | 14.15 | 94.86 | - |
| YUV | 80.57 | 225.88 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 254 | 0.40 | 0.96 | 0 | 0.00 | 275.16 | 0.99 | 0.52 |
| Hex | 99 | A | FE | 28 | 60 | 0 | 0 | 113 | 63 | 34 |
| Octal | 231 | 12 | 376 | 50 | 140 | 0 | 0 | 423 | 143 | 64 |
| Binary | 10011001 | 1010 | 11111110 | 101000 | 1100000 | 0 | 0 | 100010011 | 1100011 | 110100 |
Color Harmonies of #990AFE
Complementary color
Monochromatic Colors of #990AFE
Black with #990AFE
Text Example
Text Example
White with #990AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AFE; }
p { color: rgb(153,10,254); }
H1.HeaderClassName
{
color: #990AFE;
}
.AnyTagClassName
{
color: #990AFE;
}
</style>
background-color css
<style>
a { background-color: #990AFE; }
a { background-color: rgb(153,10,254); }
div.DivClassName
{
background-color: #990AFE;
}
.BgClassName
{
background-color: #990AFE;
}
</style>
border-color css
<style>
span { border-color: #990AFE; }
span { border-color: rgb(153,10,254); }
td.TdClassName
{
border-color: #990AFE;
}
.TagClassName
{
border-color: #990AFE;
}
</style>