Shades of Dark Violet #890EBC
Tints of Dark Violet #890EBC
RGB
CMYK
RGB Variations
Color information
#890EBC (or 0x890EBC) is known color: Dark Violet. HEX triplet: 89, 0E and BC. RGB value is (137,14,188). Sum of RGB (Red+Green+Blue) = 137+14+188=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #890EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890EBC is #76F143. Grayscale: #464646. Windows color (decimal): -7795012 or 12324489. OLE color: 12324489.
HSL color Cylindrical-coordinate representation of color #890EBC: hue angle of 282.41º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890EBC is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 14 | 188 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.26 |
| HSL | 282.41º | 0.86% | 0.4% | - |
| HSV(B) | 282.41º | 0.93% | 0.74% | - |
| XYZ | 19.55 | 9.26 | 48.33 | - |
| YUV | 70.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 188 | 0.27 | 0.93 | 0 | 0.26 | 282.41 | 0.86 | 0.4 |
| Hex | 89 | E | BC | 1B | 5D | 0 | 1A | 11A | 56 | 28 |
| Octal | 211 | 16 | 274 | 33 | 135 | 0 | 32 | 432 | 126 | 50 |
| Binary | 10001001 | 1110 | 10111100 | 11011 | 1011101 | 0 | 11010 | 100011010 | 1010110 | 101000 |
Color Harmonies of #890EBC
Complementary color
Monochromatic Colors of #890EBC
Black with #890EBC
Text Example
Text Example
White with #890EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EBC; }
p { color: rgb(137,14,188); }
H1.HeaderClassName
{
color: #890EBC;
}
.AnyTagClassName
{
color: #890EBC;
}
</style>
background-color css
<style>
a { background-color: #890EBC; }
a { background-color: rgb(137,14,188); }
div.DivClassName
{
background-color: #890EBC;
}
.BgClassName
{
background-color: #890EBC;
}
</style>
border-color css
<style>
span { border-color: #890EBC; }
span { border-color: rgb(137,14,188); }
td.TdClassName
{
border-color: #890EBC;
}
.TagClassName
{
border-color: #890EBC;
}
</style>