Shades of Electric Indigo #890AFE
Tints of Electric Indigo #890AFE
RGB
CMYK
RGB Variations
Color information
#890AFE (or 0x890AFE) is known color: Electric Indigo. HEX triplet: 89, 0A and FE. RGB value is (137,10,254). Sum of RGB (Red+Green+Blue) = 137+10+254=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #890AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890AFE is #76F501. Grayscale: #4A4A4A. Windows color (decimal): -7795970 or 16648841. OLE color: 16648841.
HSL color Cylindrical-coordinate representation of color #890AFE: hue angle of 271.23º 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 #890AFE is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 10 | 254 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.00 |
| HSL | 271.23º | 0.99% | 0.52% | - |
| HSV(B) | 271.23º | 0.96% | 1% | - |
| XYZ | 28.31 | 12.69 | 94.72 | - |
| YUV | 75.79 | 228.58 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 254 | 0.46 | 0.96 | 0 | 0.00 | 271.23 | 0.99 | 0.52 |
| Hex | 89 | A | FE | 2E | 60 | 0 | 0 | 10F | 63 | 34 |
| Octal | 211 | 12 | 376 | 56 | 140 | 0 | 0 | 417 | 143 | 64 |
| Binary | 10001001 | 1010 | 11111110 | 101110 | 1100000 | 0 | 0 | 100001111 | 1100011 | 110100 |
Color Harmonies of #890AFE
Complementary color
Monochromatic Colors of #890AFE
Black with #890AFE
Text Example
Text Example
White with #890AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AFE; }
p { color: rgb(137,10,254); }
H1.HeaderClassName
{
color: #890AFE;
}
.AnyTagClassName
{
color: #890AFE;
}
</style>
background-color css
<style>
a { background-color: #890AFE; }
a { background-color: rgb(137,10,254); }
div.DivClassName
{
background-color: #890AFE;
}
.BgClassName
{
background-color: #890AFE;
}
</style>
border-color css
<style>
span { border-color: #890AFE; }
span { border-color: rgb(137,10,254); }
td.TdClassName
{
border-color: #890AFE;
}
.TagClassName
{
border-color: #890AFE;
}
</style>