Shades of Dark Violet #890DDD
Tints of Dark Violet #890DDD
RGB
CMYK
RGB Variations
Color information
#890DDD (or 0x890DDD) is known color: Dark Violet. HEX triplet: 89, 0D and DD. RGB value is (137,13,221). Sum of RGB (Red+Green+Blue) = 137+13+221=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #890DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DDD is #76F222. Grayscale: #494949. Windows color (decimal): -7795235 or 14486921. OLE color: 14486921.
HSL color Cylindrical-coordinate representation of color #890DDD: hue angle of 275.77º degrees, saturation: 0.89, 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 #890DDD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 13 | 221 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.13 |
| HSL | 275.77º | 0.89% | 0.46% | - |
| HSV(B) | 275.77º | 0.94% | 0.87% | - |
| XYZ | 23.51 | 10.83 | 69.26 | - |
| YUV | 73.79 | 211.08 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 221 | 0.38 | 0.94 | 0 | 0.13 | 275.77 | 0.89 | 0.46 |
| Hex | 89 | D | DD | 26 | 5E | 0 | D | 114 | 59 | 2E |
| Octal | 211 | 15 | 335 | 46 | 136 | 0 | 15 | 424 | 131 | 56 |
| Binary | 10001001 | 1101 | 11011101 | 100110 | 1011110 | 0 | 1101 | 100010100 | 1011001 | 101110 |
Color Harmonies of #890DDD
Complementary color
Monochromatic Colors of #890DDD
Black with #890DDD
Text Example
Text Example
White with #890DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DDD; }
p { color: rgb(137,13,221); }
H1.HeaderClassName
{
color: #890DDD;
}
.AnyTagClassName
{
color: #890DDD;
}
</style>
background-color css
<style>
a { background-color: #890DDD; }
a { background-color: rgb(137,13,221); }
div.DivClassName
{
background-color: #890DDD;
}
.BgClassName
{
background-color: #890DDD;
}
</style>
border-color css
<style>
span { border-color: #890DDD; }
span { border-color: rgb(137,13,221); }
td.TdClassName
{
border-color: #890DDD;
}
.TagClassName
{
border-color: #890DDD;
}
</style>