Shades of Dark Violet #890BB9
Tints of Dark Violet #890BB9
RGB
CMYK
RGB Variations
Color information
#890BB9 (or 0x890BB9) is known color: Dark Violet. HEX triplet: 89, 0B and B9. RGB value is (137,11,185). Sum of RGB (Red+Green+Blue) = 137+11+185=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #890BB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BB9 is #76F446. Grayscale: #434343. Windows color (decimal): -7795783 or 12127113. OLE color: 12127113.
HSL color Cylindrical-coordinate representation of color #890BB9: hue angle of 283.45º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BB9 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 11 | 185 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.27 |
| HSL | 283.45º | 0.89% | 0.38% | - |
| HSV(B) | 283.45º | 0.94% | 0.73% | - |
| XYZ | 19.19 | 9.06 | 46.64 | - |
| YUV | 68.51 | 193.74 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 185 | 0.26 | 0.94 | 0 | 0.27 | 283.45 | 0.89 | 0.38 |
| Hex | 89 | B | B9 | 1A | 5E | 0 | 1B | 11B | 59 | 26 |
| Octal | 211 | 13 | 271 | 32 | 136 | 0 | 33 | 433 | 131 | 46 |
| Binary | 10001001 | 1011 | 10111001 | 11010 | 1011110 | 0 | 11011 | 100011011 | 1011001 | 100110 |
Color Harmonies of #890BB9
Complementary color
Monochromatic Colors of #890BB9
Black with #890BB9
Text Example
Text Example
White with #890BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BB9; }
p { color: rgb(137,11,185); }
H1.HeaderClassName
{
color: #890BB9;
}
.AnyTagClassName
{
color: #890BB9;
}
</style>
background-color css
<style>
a { background-color: #890BB9; }
a { background-color: rgb(137,11,185); }
div.DivClassName
{
background-color: #890BB9;
}
.BgClassName
{
background-color: #890BB9;
}
</style>
border-color css
<style>
span { border-color: #890BB9; }
span { border-color: rgb(137,11,185); }
td.TdClassName
{
border-color: #890BB9;
}
.TagClassName
{
border-color: #890BB9;
}
</style>