Shades of Dark Violet #890ED2
Tints of Dark Violet #890ED2
RGB
CMYK
RGB Variations
Color information
#890ED2 (or 0x890ED2) is known color: Dark Violet. HEX triplet: 89, 0E and D2. RGB value is (137,14,210). Sum of RGB (Red+Green+Blue) = 137+14+210=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #890ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ED2 is #76F12D. Grayscale: #484848. Windows color (decimal): -7794990 or 13766281. OLE color: 13766281.
HSL color Cylindrical-coordinate representation of color #890ED2: hue angle of 277.65º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890ED2 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 14 | 210 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.18 |
| HSL | 277.65º | 0.88% | 0.44% | - |
| HSV(B) | 277.65º | 0.93% | 0.82% | - |
| XYZ | 22.11 | 10.29 | 61.79 | - |
| YUV | 73.12 | 205.25 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 210 | 0.35 | 0.93 | 0 | 0.18 | 277.65 | 0.88 | 0.44 |
| Hex | 89 | E | D2 | 23 | 5D | 0 | 12 | 116 | 58 | 2C |
| Octal | 211 | 16 | 322 | 43 | 135 | 0 | 22 | 426 | 130 | 54 |
| Binary | 10001001 | 1110 | 11010010 | 100011 | 1011101 | 0 | 10010 | 100010110 | 1011000 | 101100 |
Color Harmonies of #890ED2
Complementary color
Monochromatic Colors of #890ED2
Black with #890ED2
Text Example
Text Example
White with #890ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ED2; }
p { color: rgb(137,14,210); }
H1.HeaderClassName
{
color: #890ED2;
}
.AnyTagClassName
{
color: #890ED2;
}
</style>
background-color css
<style>
a { background-color: #890ED2; }
a { background-color: rgb(137,14,210); }
div.DivClassName
{
background-color: #890ED2;
}
.BgClassName
{
background-color: #890ED2;
}
</style>
border-color css
<style>
span { border-color: #890ED2; }
span { border-color: rgb(137,14,210); }
td.TdClassName
{
border-color: #890ED2;
}
.TagClassName
{
border-color: #890ED2;
}
</style>