Shades of Dark Violet #890CC0
Tints of Dark Violet #890CC0
RGB
CMYK
RGB Variations
Color information
#890CC0 (or 0x890CC0) is known color: Dark Violet. HEX triplet: 89, 0C and C0. RGB value is (137,12,192). Sum of RGB (Red+Green+Blue) = 137+12+192=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #890CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CC0 is #76F33F. Grayscale: #454545. Windows color (decimal): -7795520 or 12586121. OLE color: 12586121.
HSL color Cylindrical-coordinate representation of color #890CC0: hue angle of 281.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890CC0 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 12 | 192 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.25 |
| HSL | 281.67º | 0.88% | 0.4% | - |
| HSV(B) | 281.67º | 0.94% | 0.75% | - |
| XYZ | 19.96 | 9.39 | 50.63 | - |
| YUV | 69.9 | 196.91 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 192 | 0.29 | 0.94 | 0 | 0.25 | 281.67 | 0.88 | 0.4 |
| Hex | 89 | C | C0 | 1D | 5E | 0 | 19 | 11A | 58 | 28 |
| Octal | 211 | 14 | 300 | 35 | 136 | 0 | 31 | 432 | 130 | 50 |
| Binary | 10001001 | 1100 | 11000000 | 11101 | 1011110 | 0 | 11001 | 100011010 | 1011000 | 101000 |
Color Harmonies of #890CC0
Complementary color
Monochromatic Colors of #890CC0
Black with #890CC0
Text Example
Text Example
White with #890CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CC0; }
p { color: rgb(137,12,192); }
H1.HeaderClassName
{
color: #890CC0;
}
.AnyTagClassName
{
color: #890CC0;
}
</style>
background-color css
<style>
a { background-color: #890CC0; }
a { background-color: rgb(137,12,192); }
div.DivClassName
{
background-color: #890CC0;
}
.BgClassName
{
background-color: #890CC0;
}
</style>
border-color css
<style>
span { border-color: #890CC0; }
span { border-color: rgb(137,12,192); }
td.TdClassName
{
border-color: #890CC0;
}
.TagClassName
{
border-color: #890CC0;
}
</style>