Shades of Dark Violet #890ABC
Tints of Dark Violet #890ABC
RGB
CMYK
RGB Variations
Color information
#890ABC (or 0x890ABC) is known color: Dark Violet. HEX triplet: 89, 0A and BC. RGB value is (137,10,188). Sum of RGB (Red+Green+Blue) = 137+10+188=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #890ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ABC is #76F543. Grayscale: #434343. Windows color (decimal): -7796036 or 12323465. OLE color: 12323465.
HSL color Cylindrical-coordinate representation of color #890ABC: hue angle of 282.81º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890ABC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 10 | 188 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.26 |
| HSL | 282.81º | 0.9% | 0.39% | - |
| HSV(B) | 282.81º | 0.95% | 0.74% | - |
| XYZ | 19.5 | 9.17 | 48.32 | - |
| YUV | 68.27 | 195.58 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 188 | 0.27 | 0.95 | 0 | 0.26 | 282.81 | 0.9 | 0.39 |
| Hex | 89 | A | BC | 1B | 5F | 0 | 1A | 11B | 5A | 27 |
| Octal | 211 | 12 | 274 | 33 | 137 | 0 | 32 | 433 | 132 | 47 |
| Binary | 10001001 | 1010 | 10111100 | 11011 | 1011111 | 0 | 11010 | 100011011 | 1011010 | 100111 |
Color Harmonies of #890ABC
Complementary color
Monochromatic Colors of #890ABC
Black with #890ABC
Text Example
Text Example
White with #890ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ABC; }
p { color: rgb(137,10,188); }
H1.HeaderClassName
{
color: #890ABC;
}
.AnyTagClassName
{
color: #890ABC;
}
</style>
background-color css
<style>
a { background-color: #890ABC; }
a { background-color: rgb(137,10,188); }
div.DivClassName
{
background-color: #890ABC;
}
.BgClassName
{
background-color: #890ABC;
}
</style>
border-color css
<style>
span { border-color: #890ABC; }
span { border-color: rgb(137,10,188); }
td.TdClassName
{
border-color: #890ABC;
}
.TagClassName
{
border-color: #890ABC;
}
</style>