Shades of Dark Violet #890DBB
Tints of Dark Violet #890DBB
RGB
CMYK
RGB Variations
Color information
#890DBB (or 0x890DBB) is known color: Dark Violet. HEX triplet: 89, 0D and BB. RGB value is (137,13,187). Sum of RGB (Red+Green+Blue) = 137+13+187=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #890DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DBB is #76F244. Grayscale: #454545. Windows color (decimal): -7795269 or 12258697. OLE color: 12258697.
HSL color Cylindrical-coordinate representation of color #890DBB: hue angle of 282.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890DBB is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 13 | 187 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.27 |
| HSL | 282.76º | 0.87% | 0.39% | - |
| HSV(B) | 282.76º | 0.93% | 0.73% | - |
| XYZ | 19.43 | 9.19 | 47.76 | - |
| YUV | 69.91 | 194.08 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 187 | 0.27 | 0.93 | 0 | 0.27 | 282.76 | 0.87 | 0.39 |
| Hex | 89 | D | BB | 1B | 5D | 0 | 1B | 11B | 57 | 27 |
| Octal | 211 | 15 | 273 | 33 | 135 | 0 | 33 | 433 | 127 | 47 |
| Binary | 10001001 | 1101 | 10111011 | 11011 | 1011101 | 0 | 11011 | 100011011 | 1010111 | 100111 |
Color Harmonies of #890DBB
Complementary color
Monochromatic Colors of #890DBB
Black with #890DBB
Text Example
Text Example
White with #890DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DBB; }
p { color: rgb(137,13,187); }
H1.HeaderClassName
{
color: #890DBB;
}
.AnyTagClassName
{
color: #890DBB;
}
</style>
background-color css
<style>
a { background-color: #890DBB; }
a { background-color: rgb(137,13,187); }
div.DivClassName
{
background-color: #890DBB;
}
.BgClassName
{
background-color: #890DBB;
}
</style>
border-color css
<style>
span { border-color: #890DBB; }
span { border-color: rgb(137,13,187); }
td.TdClassName
{
border-color: #890DBB;
}
.TagClassName
{
border-color: #890DBB;
}
</style>