Shades of Dark Violet #890AC0
Tints of Dark Violet #890AC0
RGB
CMYK
RGB Variations
Color information
#890AC0 (or 0x890AC0) is known color: Dark Violet. HEX triplet: 89, 0A and C0. RGB value is (137,10,192). Sum of RGB (Red+Green+Blue) = 137+10+192=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #890AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890AC0 is #76F53F. Grayscale: #444444. Windows color (decimal): -7796032 or 12585609. OLE color: 12585609.
HSL color Cylindrical-coordinate representation of color #890AC0: hue angle of 281.87º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890AC0 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 10 | 192 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.25 |
| HSL | 281.87º | 0.9% | 0.4% | - |
| HSV(B) | 281.87º | 0.95% | 0.75% | - |
| XYZ | 19.94 | 9.34 | 50.62 | - |
| YUV | 68.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 192 | 0.29 | 0.95 | 0 | 0.25 | 281.87 | 0.9 | 0.4 |
| Hex | 89 | A | C0 | 1D | 5F | 0 | 19 | 11A | 5A | 28 |
| Octal | 211 | 12 | 300 | 35 | 137 | 0 | 31 | 432 | 132 | 50 |
| Binary | 10001001 | 1010 | 11000000 | 11101 | 1011111 | 0 | 11001 | 100011010 | 1011010 | 101000 |
Color Harmonies of #890AC0
Complementary color
Monochromatic Colors of #890AC0
Black with #890AC0
Text Example
Text Example
White with #890AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AC0; }
p { color: rgb(137,10,192); }
H1.HeaderClassName
{
color: #890AC0;
}
.AnyTagClassName
{
color: #890AC0;
}
</style>
background-color css
<style>
a { background-color: #890AC0; }
a { background-color: rgb(137,10,192); }
div.DivClassName
{
background-color: #890AC0;
}
.BgClassName
{
background-color: #890AC0;
}
</style>
border-color css
<style>
span { border-color: #890AC0; }
span { border-color: rgb(137,10,192); }
td.TdClassName
{
border-color: #890AC0;
}
.TagClassName
{
border-color: #890AC0;
}
</style>