Shades of Dark Violet #890BCB
Tints of Dark Violet #890BCB
RGB
CMYK
RGB Variations
Color information
#890BCB (or 0x890BCB) is known color: Dark Violet. HEX triplet: 89, 0B and CB. RGB value is (137,11,203). Sum of RGB (Red+Green+Blue) = 137+11+203=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #890BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BCB is #76F434. Grayscale: #454545. Windows color (decimal): -7795765 or 13306761. OLE color: 13306761.
HSL color Cylindrical-coordinate representation of color #890BCB: hue angle of 279.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BCB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 11 | 203 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.20 |
| HSL | 279.38º | 0.9% | 0.42% | - |
| HSV(B) | 279.38º | 0.95% | 0.8% | - |
| XYZ | 21.22 | 9.87 | 57.29 | - |
| YUV | 70.56 | 202.74 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 203 | 0.33 | 0.95 | 0 | 0.20 | 279.38 | 0.9 | 0.42 |
| Hex | 89 | B | CB | 21 | 5F | 0 | 14 | 117 | 5A | 2A |
| Octal | 211 | 13 | 313 | 41 | 137 | 0 | 24 | 427 | 132 | 52 |
| Binary | 10001001 | 1011 | 11001011 | 100001 | 1011111 | 0 | 10100 | 100010111 | 1011010 | 101010 |
Color Harmonies of #890BCB
Complementary color
Monochromatic Colors of #890BCB
Black with #890BCB
Text Example
Text Example
White with #890BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BCB; }
p { color: rgb(137,11,203); }
H1.HeaderClassName
{
color: #890BCB;
}
.AnyTagClassName
{
color: #890BCB;
}
</style>
background-color css
<style>
a { background-color: #890BCB; }
a { background-color: rgb(137,11,203); }
div.DivClassName
{
background-color: #890BCB;
}
.BgClassName
{
background-color: #890BCB;
}
</style>
border-color css
<style>
span { border-color: #890BCB; }
span { border-color: rgb(137,11,203); }
td.TdClassName
{
border-color: #890BCB;
}
.TagClassName
{
border-color: #890BCB;
}
</style>