Shades of Dark Violet #890AB8
Tints of Dark Violet #890AB8
RGB
CMYK
RGB Variations
Color information
#890AB8 (or 0x890AB8) is known color: Dark Violet. HEX triplet: 89, 0A and B8. RGB value is (137,10,184). Sum of RGB (Red+Green+Blue) = 137+10+184=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #890AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890AB8 is #76F547. Grayscale: #434343. Windows color (decimal): -7796040 or 12061321. OLE color: 12061321.
HSL color Cylindrical-coordinate representation of color #890AB8: hue angle of 283.79º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890AB8 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 10 | 184 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.28 |
| HSL | 283.79º | 0.9% | 0.38% | - |
| HSV(B) | 283.79º | 0.95% | 0.72% | - |
| XYZ | 19.08 | 9 | 46.08 | - |
| YUV | 67.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 184 | 0.26 | 0.95 | 0 | 0.28 | 283.79 | 0.9 | 0.38 |
| Hex | 89 | A | B8 | 1A | 5F | 0 | 1C | 11C | 5A | 26 |
| Octal | 211 | 12 | 270 | 32 | 137 | 0 | 34 | 434 | 132 | 46 |
| Binary | 10001001 | 1010 | 10111000 | 11010 | 1011111 | 0 | 11100 | 100011100 | 1011010 | 100110 |
Color Harmonies of #890AB8
Complementary color
Monochromatic Colors of #890AB8
Black with #890AB8
Text Example
Text Example
White with #890AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AB8; }
p { color: rgb(137,10,184); }
H1.HeaderClassName
{
color: #890AB8;
}
.AnyTagClassName
{
color: #890AB8;
}
</style>
background-color css
<style>
a { background-color: #890AB8; }
a { background-color: rgb(137,10,184); }
div.DivClassName
{
background-color: #890AB8;
}
.BgClassName
{
background-color: #890AB8;
}
</style>
border-color css
<style>
span { border-color: #890AB8; }
span { border-color: rgb(137,10,184); }
td.TdClassName
{
border-color: #890AB8;
}
.TagClassName
{
border-color: #890AB8;
}
</style>