Shades of Electric Indigo #890DFF
Tints of Electric Indigo #890DFF
RGB
CMYK
RGB Variations
Color information
#890DFF (or 0x890DFF) is known color: Electric Indigo. HEX triplet: 89, 0D and FF. RGB value is (137,13,255). Sum of RGB (Red+Green+Blue) = 137+13+255=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #890DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890DFF is #76F200. Grayscale: #4C4C4C. Windows color (decimal): -7795201 or 16715145. OLE color: 16715145.
HSL color Cylindrical-coordinate representation of color #890DFF: hue angle of 270.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890DFF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 13 | 255 | - |
| CMYK | 0.46 | 0.95 | 0 | 0 |
| HSL | 270.74º | 1% | 0.53% | - |
| HSV(B) | 270.74º | 0.95% | 1% | - |
| XYZ | 28.51 | 12.83 | 95.58 | - |
| YUV | 77.66 | 228.08 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 255 | 0.46 | 0.95 | 0 | 0 | 270.74 | 1 | 0.53 |
| Hex | 89 | D | FF | 2E | 5F | 0 | 0 | 10F | 64 | 35 |
| Octal | 211 | 15 | 377 | 56 | 137 | 0 | 0 | 417 | 144 | 65 |
| Binary | 10001001 | 1101 | 11111111 | 101110 | 1011111 | 0 | 0 | 100001111 | 1100100 | 110101 |
Color Harmonies of #890DFF
Complementary color
Monochromatic Colors of #890DFF
Black with #890DFF
Text Example
Text Example
White with #890DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DFF; }
p { color: rgb(137,13,255); }
H1.HeaderClassName
{
color: #890DFF;
}
.AnyTagClassName
{
color: #890DFF;
}
</style>
background-color css
<style>
a { background-color: #890DFF; }
a { background-color: rgb(137,13,255); }
div.DivClassName
{
background-color: #890DFF;
}
.BgClassName
{
background-color: #890DFF;
}
</style>
border-color css
<style>
span { border-color: #890DFF; }
span { border-color: rgb(137,13,255); }
td.TdClassName
{
border-color: #890DFF;
}
.TagClassName
{
border-color: #890DFF;
}
</style>