Shades of Dark Violet #890DBA
Tints of Dark Violet #890DBA
RGB
CMYK
RGB Variations
Color information
#890DBA (or 0x890DBA) is known color: Dark Violet. HEX triplet: 89, 0D and BA. RGB value is (137,13,186). Sum of RGB (Red+Green+Blue) = 137+13+186=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #890DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DBA is #76F245. Grayscale: #454545. Windows color (decimal): -7795270 or 12193161. OLE color: 12193161.
HSL color Cylindrical-coordinate representation of color #890DBA: hue angle of 283.01º 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 #890DBA is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 13 | 186 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.27 |
| HSL | 283.01º | 0.87% | 0.39% | - |
| HSV(B) | 283.01º | 0.93% | 0.73% | - |
| XYZ | 19.32 | 9.15 | 47.2 | - |
| YUV | 69.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 186 | 0.26 | 0.93 | 0 | 0.27 | 283.01 | 0.87 | 0.39 |
| Hex | 89 | D | BA | 1A | 5D | 0 | 1B | 11B | 57 | 27 |
| Octal | 211 | 15 | 272 | 32 | 135 | 0 | 33 | 433 | 127 | 47 |
| Binary | 10001001 | 1101 | 10111010 | 11010 | 1011101 | 0 | 11011 | 100011011 | 1010111 | 100111 |
Color Harmonies of #890DBA
Complementary color
Monochromatic Colors of #890DBA
Black with #890DBA
Text Example
Text Example
White with #890DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DBA; }
p { color: rgb(137,13,186); }
H1.HeaderClassName
{
color: #890DBA;
}
.AnyTagClassName
{
color: #890DBA;
}
</style>
background-color css
<style>
a { background-color: #890DBA; }
a { background-color: rgb(137,13,186); }
div.DivClassName
{
background-color: #890DBA;
}
.BgClassName
{
background-color: #890DBA;
}
</style>
border-color css
<style>
span { border-color: #890DBA; }
span { border-color: rgb(137,13,186); }
td.TdClassName
{
border-color: #890DBA;
}
.TagClassName
{
border-color: #890DBA;
}
</style>