Shades of Electric Indigo #890CFF
Tints of Electric Indigo #890CFF
RGB
CMYK
RGB Variations
Color information
#890CFF (or 0x890CFF) is known color: Electric Indigo. HEX triplet: 89, 0C and FF. RGB value is (137,12,255). Sum of RGB (Red+Green+Blue) = 137+12+255=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #890CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CFF is #76F300. Grayscale: #4C4C4C. Windows color (decimal): -7795457 or 16714889. OLE color: 16714889.
HSL color Cylindrical-coordinate representation of color #890CFF: hue angle of 270.86º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CFF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 12 | 255 | - |
| CMYK | 0.46 | 0.95 | 0 | 0 |
| HSL | 270.86º | 1% | 0.52% | - |
| HSV(B) | 270.86º | 0.95% | 1% | - |
| XYZ | 28.5 | 12.8 | 95.58 | - |
| YUV | 77.08 | 228.41 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 255 | 0.46 | 0.95 | 0 | 0 | 270.86 | 1 | 0.52 |
| Hex | 89 | C | FF | 2E | 5F | 0 | 0 | 10F | 64 | 34 |
| Octal | 211 | 14 | 377 | 56 | 137 | 0 | 0 | 417 | 144 | 64 |
| Binary | 10001001 | 1100 | 11111111 | 101110 | 1011111 | 0 | 0 | 100001111 | 1100100 | 110100 |
Color Harmonies of #890CFF
Complementary color
Monochromatic Colors of #890CFF
Black with #890CFF
Text Example
Text Example
White with #890CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CFF; }
p { color: rgb(137,12,255); }
H1.HeaderClassName
{
color: #890CFF;
}
.AnyTagClassName
{
color: #890CFF;
}
</style>
background-color css
<style>
a { background-color: #890CFF; }
a { background-color: rgb(137,12,255); }
div.DivClassName
{
background-color: #890CFF;
}
.BgClassName
{
background-color: #890CFF;
}
</style>
border-color css
<style>
span { border-color: #890CFF; }
span { border-color: rgb(137,12,255); }
td.TdClassName
{
border-color: #890CFF;
}
.TagClassName
{
border-color: #890CFF;
}
</style>