Shades of Dark Violet #890DDC
Tints of Dark Violet #890DDC
RGB
CMYK
RGB Variations
Color information
#890DDC (or 0x890DDC) is known color: Dark Violet. HEX triplet: 89, 0D and DC. RGB value is (137,13,220). Sum of RGB (Red+Green+Blue) = 137+13+220=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #890DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DDC is #76F223. Grayscale: #484848. Windows color (decimal): -7795236 or 14421385. OLE color: 14421385.
HSL color Cylindrical-coordinate representation of color #890DDC: hue angle of 275.94º degrees, saturation: 0.89, 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 #890DDC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 13 | 220 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.14 |
| HSL | 275.94º | 0.89% | 0.46% | - |
| HSV(B) | 275.94º | 0.94% | 0.86% | - |
| XYZ | 23.38 | 10.77 | 68.56 | - |
| YUV | 73.67 | 210.58 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 220 | 0.38 | 0.94 | 0 | 0.14 | 275.94 | 0.89 | 0.46 |
| Hex | 89 | D | DC | 26 | 5E | 0 | E | 114 | 59 | 2E |
| Octal | 211 | 15 | 334 | 46 | 136 | 0 | 16 | 424 | 131 | 56 |
| Binary | 10001001 | 1101 | 11011100 | 100110 | 1011110 | 0 | 1110 | 100010100 | 1011001 | 101110 |
Color Harmonies of #890DDC
Complementary color
Monochromatic Colors of #890DDC
Black with #890DDC
Text Example
Text Example
White with #890DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DDC; }
p { color: rgb(137,13,220); }
H1.HeaderClassName
{
color: #890DDC;
}
.AnyTagClassName
{
color: #890DDC;
}
</style>
background-color css
<style>
a { background-color: #890DDC; }
a { background-color: rgb(137,13,220); }
div.DivClassName
{
background-color: #890DDC;
}
.BgClassName
{
background-color: #890DDC;
}
</style>
border-color css
<style>
span { border-color: #890DDC; }
span { border-color: rgb(137,13,220); }
td.TdClassName
{
border-color: #890DDC;
}
.TagClassName
{
border-color: #890DDC;
}
</style>