Shades of Dark Violet #890EDD
Tints of Dark Violet #890EDD
RGB
CMYK
RGB Variations
Color information
#890EDD (or 0x890EDD) is known color: Dark Violet. HEX triplet: 89, 0E and DD. RGB value is (137,14,221). Sum of RGB (Red+Green+Blue) = 137+14+221=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #890EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890EDD is #76F122. Grayscale: #494949. Windows color (decimal): -7794979 or 14487177. OLE color: 14487177.
HSL color Cylindrical-coordinate representation of color #890EDD: hue angle of 275.65º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EDD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 14 | 221 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.13 |
| HSL | 275.65º | 0.88% | 0.46% | - |
| HSV(B) | 275.65º | 0.94% | 0.87% | - |
| XYZ | 23.52 | 10.85 | 69.26 | - |
| YUV | 74.38 | 210.75 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 221 | 0.38 | 0.94 | 0 | 0.13 | 275.65 | 0.88 | 0.46 |
| Hex | 89 | E | DD | 26 | 5E | 0 | D | 114 | 58 | 2E |
| Octal | 211 | 16 | 335 | 46 | 136 | 0 | 15 | 424 | 130 | 56 |
| Binary | 10001001 | 1110 | 11011101 | 100110 | 1011110 | 0 | 1101 | 100010100 | 1011000 | 101110 |
Color Harmonies of #890EDD
Complementary color
Monochromatic Colors of #890EDD
Black with #890EDD
Text Example
Text Example
White with #890EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EDD; }
p { color: rgb(137,14,221); }
H1.HeaderClassName
{
color: #890EDD;
}
.AnyTagClassName
{
color: #890EDD;
}
</style>
background-color css
<style>
a { background-color: #890EDD; }
a { background-color: rgb(137,14,221); }
div.DivClassName
{
background-color: #890EDD;
}
.BgClassName
{
background-color: #890EDD;
}
</style>
border-color css
<style>
span { border-color: #890EDD; }
span { border-color: rgb(137,14,221); }
td.TdClassName
{
border-color: #890EDD;
}
.TagClassName
{
border-color: #890EDD;
}
</style>