Shades of Dark Violet #890EDB
Tints of Dark Violet #890EDB
RGB
CMYK
RGB Variations
Color information
#890EDB (or 0x890EDB) is known color: Dark Violet. HEX triplet: 89, 0E and DB. RGB value is (137,14,219). Sum of RGB (Red+Green+Blue) = 137+14+219=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #890EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890EDB is #76F124. Grayscale: #494949. Windows color (decimal): -7794981 or 14356105. OLE color: 14356105.
HSL color Cylindrical-coordinate representation of color #890EDB: hue angle of 276º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EDB is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 14 | 219 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.14 |
| HSL | 276º | 0.88% | 0.46% | - |
| HSV(B) | 276º | 0.94% | 0.86% | - |
| XYZ | 23.26 | 10.75 | 67.87 | - |
| YUV | 74.15 | 209.75 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 219 | 0.37 | 0.94 | 0 | 0.14 | 276 | 0.88 | 0.46 |
| Hex | 89 | E | DB | 25 | 5E | 0 | E | 114 | 58 | 2E |
| Octal | 211 | 16 | 333 | 45 | 136 | 0 | 16 | 424 | 130 | 56 |
| Binary | 10001001 | 1110 | 11011011 | 100101 | 1011110 | 0 | 1110 | 100010100 | 1011000 | 101110 |
Color Harmonies of #890EDB
Complementary color
Monochromatic Colors of #890EDB
Black with #890EDB
Text Example
Text Example
White with #890EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EDB; }
p { color: rgb(137,14,219); }
H1.HeaderClassName
{
color: #890EDB;
}
.AnyTagClassName
{
color: #890EDB;
}
</style>
background-color css
<style>
a { background-color: #890EDB; }
a { background-color: rgb(137,14,219); }
div.DivClassName
{
background-color: #890EDB;
}
.BgClassName
{
background-color: #890EDB;
}
</style>
border-color css
<style>
span { border-color: #890EDB; }
span { border-color: rgb(137,14,219); }
td.TdClassName
{
border-color: #890EDB;
}
.TagClassName
{
border-color: #890EDB;
}
</style>