Shades of Dark Violet #890AB1
Tints of Dark Violet #890AB1
RGB
CMYK
RGB Variations
Color information
#890AB1 (or 0x890AB1) is known color: Dark Violet. HEX triplet: 89, 0A and B1. RGB value is (137,10,177). Sum of RGB (Red+Green+Blue) = 137+10+177=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 177 (69.53% from 255 or 54.63% from 324); Max value from RGB is 177 - color contains mainly: blue. Hex color #890AB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890AB1 is #76F54E. Grayscale: #424242. Windows color (decimal): -7796047 or 11602569. OLE color: 11602569.
HSL color Cylindrical-coordinate representation of color #890AB1: hue angle of 285.63º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890AB1 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 10 | 177 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.31 |
| HSL | 285.63º | 0.89% | 0.37% | - |
| HSV(B) | 285.63º | 0.94% | 0.69% | - |
| XYZ | 18.36 | 8.71 | 42.31 | - |
| YUV | 67.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 177 | 0.23 | 0.94 | 0 | 0.31 | 285.63 | 0.89 | 0.37 |
| Hex | 89 | A | B1 | 17 | 5E | 0 | 1F | 11E | 59 | 25 |
| Octal | 211 | 12 | 261 | 27 | 136 | 0 | 37 | 436 | 131 | 45 |
| Binary | 10001001 | 1010 | 10110001 | 10111 | 1011110 | 0 | 11111 | 100011110 | 1011001 | 100101 |
Color Harmonies of #890AB1
Complementary color
Monochromatic Colors of #890AB1
Black with #890AB1
Text Example
Text Example
White with #890AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AB1; }
p { color: rgb(137,10,177); }
H1.HeaderClassName
{
color: #890AB1;
}
.AnyTagClassName
{
color: #890AB1;
}
</style>
background-color css
<style>
a { background-color: #890AB1; }
a { background-color: rgb(137,10,177); }
div.DivClassName
{
background-color: #890AB1;
}
.BgClassName
{
background-color: #890AB1;
}
</style>
border-color css
<style>
span { border-color: #890AB1; }
span { border-color: rgb(137,10,177); }
td.TdClassName
{
border-color: #890AB1;
}
.TagClassName
{
border-color: #890AB1;
}
</style>