Shades of Dark Violet #890BBC
Tints of Dark Violet #890BBC
RGB
CMYK
RGB Variations
Color information
#890BBC (or 0x890BBC) is known color: Dark Violet. HEX triplet: 89, 0B and BC. RGB value is (137,11,188). Sum of RGB (Red+Green+Blue) = 137+11+188=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #890BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BBC is #76F443. Grayscale: #444444. Windows color (decimal): -7795780 or 12323721. OLE color: 12323721.
HSL color Cylindrical-coordinate representation of color #890BBC: hue angle of 282.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BBC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 11 | 188 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.26 |
| HSL | 282.71º | 0.89% | 0.39% | - |
| HSV(B) | 282.71º | 0.94% | 0.74% | - |
| XYZ | 19.51 | 9.19 | 48.32 | - |
| YUV | 68.85 | 195.24 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 188 | 0.27 | 0.94 | 0 | 0.26 | 282.71 | 0.89 | 0.39 |
| Hex | 89 | B | BC | 1B | 5E | 0 | 1A | 11B | 59 | 27 |
| Octal | 211 | 13 | 274 | 33 | 136 | 0 | 32 | 433 | 131 | 47 |
| Binary | 10001001 | 1011 | 10111100 | 11011 | 1011110 | 0 | 11010 | 100011011 | 1011001 | 100111 |
Color Harmonies of #890BBC
Complementary color
Monochromatic Colors of #890BBC
Black with #890BBC
Text Example
Text Example
White with #890BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BBC; }
p { color: rgb(137,11,188); }
H1.HeaderClassName
{
color: #890BBC;
}
.AnyTagClassName
{
color: #890BBC;
}
</style>
background-color css
<style>
a { background-color: #890BBC; }
a { background-color: rgb(137,11,188); }
div.DivClassName
{
background-color: #890BBC;
}
.BgClassName
{
background-color: #890BBC;
}
</style>
border-color css
<style>
span { border-color: #890BBC; }
span { border-color: rgb(137,11,188); }
td.TdClassName
{
border-color: #890BBC;
}
.TagClassName
{
border-color: #890BBC;
}
</style>