Shades of Dark Violet #890DCB
Tints of Dark Violet #890DCB
RGB
CMYK
RGB Variations
Color information
#890DCB (or 0x890DCB) is known color: Dark Violet. HEX triplet: 89, 0D and CB. RGB value is (137,13,203). Sum of RGB (Red+Green+Blue) = 137+13+203=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #890DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DCB is #76F234. Grayscale: #474747. Windows color (decimal): -7795253 or 13307273. OLE color: 13307273.
HSL color Cylindrical-coordinate representation of color #890DCB: hue angle of 279.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DCB is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 13 | 203 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.20 |
| HSL | 279.16º | 0.88% | 0.42% | - |
| HSV(B) | 279.16º | 0.94% | 0.8% | - |
| XYZ | 21.24 | 9.92 | 57.29 | - |
| YUV | 71.74 | 202.08 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 203 | 0.33 | 0.94 | 0 | 0.20 | 279.16 | 0.88 | 0.42 |
| Hex | 89 | D | CB | 21 | 5E | 0 | 14 | 117 | 58 | 2A |
| Octal | 211 | 15 | 313 | 41 | 136 | 0 | 24 | 427 | 130 | 52 |
| Binary | 10001001 | 1101 | 11001011 | 100001 | 1011110 | 0 | 10100 | 100010111 | 1011000 | 101010 |
Color Harmonies of #890DCB
Complementary color
Monochromatic Colors of #890DCB
Black with #890DCB
Text Example
Text Example
White with #890DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DCB; }
p { color: rgb(137,13,203); }
H1.HeaderClassName
{
color: #890DCB;
}
.AnyTagClassName
{
color: #890DCB;
}
</style>
background-color css
<style>
a { background-color: #890DCB; }
a { background-color: rgb(137,13,203); }
div.DivClassName
{
background-color: #890DCB;
}
.BgClassName
{
background-color: #890DCB;
}
</style>
border-color css
<style>
span { border-color: #890DCB; }
span { border-color: rgb(137,13,203); }
td.TdClassName
{
border-color: #890DCB;
}
.TagClassName
{
border-color: #890DCB;
}
</style>