Shades of Dark Violet #890CCB
Tints of Dark Violet #890CCB
RGB
CMYK
RGB Variations
Color information
#890CCB (or 0x890CCB) is known color: Dark Violet. HEX triplet: 89, 0C and CB. RGB value is (137,12,203). Sum of RGB (Red+Green+Blue) = 137+12+203=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #890CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CCB is #76F334. Grayscale: #464646. Windows color (decimal): -7795509 or 13307017. OLE color: 13307017.
HSL color Cylindrical-coordinate representation of color #890CCB: hue angle of 279.27º degrees, saturation: 0.89, 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 #890CCB is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 12 | 203 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.20 |
| HSL | 279.27º | 0.89% | 0.42% | - |
| HSV(B) | 279.27º | 0.94% | 0.8% | - |
| XYZ | 21.23 | 9.89 | 57.29 | - |
| YUV | 71.15 | 202.41 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 203 | 0.33 | 0.94 | 0 | 0.20 | 279.27 | 0.89 | 0.42 |
| Hex | 89 | C | CB | 21 | 5E | 0 | 14 | 117 | 59 | 2A |
| Octal | 211 | 14 | 313 | 41 | 136 | 0 | 24 | 427 | 131 | 52 |
| Binary | 10001001 | 1100 | 11001011 | 100001 | 1011110 | 0 | 10100 | 100010111 | 1011001 | 101010 |
Color Harmonies of #890CCB
Complementary color
Monochromatic Colors of #890CCB
Black with #890CCB
Text Example
Text Example
White with #890CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CCB; }
p { color: rgb(137,12,203); }
H1.HeaderClassName
{
color: #890CCB;
}
.AnyTagClassName
{
color: #890CCB;
}
</style>
background-color css
<style>
a { background-color: #890CCB; }
a { background-color: rgb(137,12,203); }
div.DivClassName
{
background-color: #890CCB;
}
.BgClassName
{
background-color: #890CCB;
}
</style>
border-color css
<style>
span { border-color: #890CCB; }
span { border-color: rgb(137,12,203); }
td.TdClassName
{
border-color: #890CCB;
}
.TagClassName
{
border-color: #890CCB;
}
</style>