Shades of Electric Indigo #890CFC
Tints of Electric Indigo #890CFC
RGB
CMYK
RGB Variations
Color information
#890CFC (or 0x890CFC) is known color: Electric Indigo. HEX triplet: 89, 0C and FC. RGB value is (137,12,252). Sum of RGB (Red+Green+Blue) = 137+12+252=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #890CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CFC is #76F303. Grayscale: #4B4B4B. Windows color (decimal): -7795460 or 16518281. OLE color: 16518281.
HSL color Cylindrical-coordinate representation of color #890CFC: hue angle of 271.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CFC is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 12 | 252 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.01 |
| HSL | 271.25º | 0.98% | 0.52% | - |
| HSV(B) | 271.25º | 0.95% | 0.99% | - |
| XYZ | 28.02 | 12.61 | 93.05 | - |
| YUV | 76.74 | 226.91 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 252 | 0.46 | 0.95 | 0 | 0.01 | 271.25 | 0.98 | 0.52 |
| Hex | 89 | C | FC | 2E | 5F | 0 | 1 | 10F | 62 | 34 |
| Octal | 211 | 14 | 374 | 56 | 137 | 0 | 1 | 417 | 142 | 64 |
| Binary | 10001001 | 1100 | 11111100 | 101110 | 1011111 | 0 | 1 | 100001111 | 1100010 | 110100 |
Color Harmonies of #890CFC
Complementary color
Monochromatic Colors of #890CFC
Black with #890CFC
Text Example
Text Example
White with #890CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CFC; }
p { color: rgb(137,12,252); }
H1.HeaderClassName
{
color: #890CFC;
}
.AnyTagClassName
{
color: #890CFC;
}
</style>
background-color css
<style>
a { background-color: #890CFC; }
a { background-color: rgb(137,12,252); }
div.DivClassName
{
background-color: #890CFC;
}
.BgClassName
{
background-color: #890CFC;
}
</style>
border-color css
<style>
span { border-color: #890CFC; }
span { border-color: rgb(137,12,252); }
td.TdClassName
{
border-color: #890CFC;
}
.TagClassName
{
border-color: #890CFC;
}
</style>