Shades of Dark Violet #890EDC
Tints of Dark Violet #890EDC
RGB
CMYK
RGB Variations
Color information
#890EDC (or 0x890EDC) is known color: Dark Violet. HEX triplet: 89, 0E and DC. RGB value is (137,14,220). Sum of RGB (Red+Green+Blue) = 137+14+220=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #890EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890EDC is #76F123. Grayscale: #494949. Windows color (decimal): -7794980 or 14421641. OLE color: 14421641.
HSL color Cylindrical-coordinate representation of color #890EDC: hue angle of 275.83º 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 #890EDC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 14 | 220 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.14 |
| HSL | 275.83º | 0.88% | 0.46% | - |
| HSV(B) | 275.83º | 0.94% | 0.86% | - |
| XYZ | 23.39 | 10.8 | 68.56 | - |
| YUV | 74.26 | 210.25 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 220 | 0.38 | 0.94 | 0 | 0.14 | 275.83 | 0.88 | 0.46 |
| Hex | 89 | E | DC | 26 | 5E | 0 | E | 114 | 58 | 2E |
| Octal | 211 | 16 | 334 | 46 | 136 | 0 | 16 | 424 | 130 | 56 |
| Binary | 10001001 | 1110 | 11011100 | 100110 | 1011110 | 0 | 1110 | 100010100 | 1011000 | 101110 |
Color Harmonies of #890EDC
Complementary color
Monochromatic Colors of #890EDC
Black with #890EDC
Text Example
Text Example
White with #890EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EDC; }
p { color: rgb(137,14,220); }
H1.HeaderClassName
{
color: #890EDC;
}
.AnyTagClassName
{
color: #890EDC;
}
</style>
background-color css
<style>
a { background-color: #890EDC; }
a { background-color: rgb(137,14,220); }
div.DivClassName
{
background-color: #890EDC;
}
.BgClassName
{
background-color: #890EDC;
}
</style>
border-color css
<style>
span { border-color: #890EDC; }
span { border-color: rgb(137,14,220); }
td.TdClassName
{
border-color: #890EDC;
}
.TagClassName
{
border-color: #890EDC;
}
</style>