Shades of Dark Violet #890CBE
Tints of Dark Violet #890CBE
RGB
CMYK
RGB Variations
Color information
#890CBE (or 0x890CBE) is known color: Dark Violet. HEX triplet: 89, 0C and BE. RGB value is (137,12,190). Sum of RGB (Red+Green+Blue) = 137+12+190=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #890CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CBE is #76F341. Grayscale: #454545. Windows color (decimal): -7795522 or 12455049. OLE color: 12455049.
HSL color Cylindrical-coordinate representation of color #890CBE: hue angle of 282.13º 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 #890CBE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 12 | 190 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.25 |
| HSL | 282.13º | 0.88% | 0.4% | - |
| HSV(B) | 282.13º | 0.94% | 0.75% | - |
| XYZ | 19.74 | 9.3 | 49.47 | - |
| YUV | 69.67 | 195.91 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 190 | 0.28 | 0.94 | 0 | 0.25 | 282.13 | 0.88 | 0.4 |
| Hex | 89 | C | BE | 1C | 5E | 0 | 19 | 11A | 58 | 28 |
| Octal | 211 | 14 | 276 | 34 | 136 | 0 | 31 | 432 | 130 | 50 |
| Binary | 10001001 | 1100 | 10111110 | 11100 | 1011110 | 0 | 11001 | 100011010 | 1011000 | 101000 |
Color Harmonies of #890CBE
Complementary color
Monochromatic Colors of #890CBE
Black with #890CBE
Text Example
Text Example
White with #890CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CBE; }
p { color: rgb(137,12,190); }
H1.HeaderClassName
{
color: #890CBE;
}
.AnyTagClassName
{
color: #890CBE;
}
</style>
background-color css
<style>
a { background-color: #890CBE; }
a { background-color: rgb(137,12,190); }
div.DivClassName
{
background-color: #890CBE;
}
.BgClassName
{
background-color: #890CBE;
}
</style>
border-color css
<style>
span { border-color: #890CBE; }
span { border-color: rgb(137,12,190); }
td.TdClassName
{
border-color: #890CBE;
}
.TagClassName
{
border-color: #890CBE;
}
</style>