Shades of Dark Violet #890CBC
Tints of Dark Violet #890CBC
RGB
CMYK
RGB Variations
Color information
#890CBC (or 0x890CBC) is known color: Dark Violet. HEX triplet: 89, 0C and BC. RGB value is (137,12,188). Sum of RGB (Red+Green+Blue) = 137+12+188=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #890CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CBC is #76F343. Grayscale: #444444. Windows color (decimal): -7795524 or 12323977. OLE color: 12323977.
HSL color Cylindrical-coordinate representation of color #890CBC: hue angle of 282.61º degrees, saturation: 0.88, 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 #890CBC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 12 | 188 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.26 |
| HSL | 282.61º | 0.88% | 0.39% | - |
| HSV(B) | 282.61º | 0.94% | 0.74% | - |
| XYZ | 19.53 | 9.21 | 48.33 | - |
| YUV | 69.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 188 | 0.27 | 0.94 | 0 | 0.26 | 282.61 | 0.88 | 0.39 |
| Hex | 89 | C | BC | 1B | 5E | 0 | 1A | 11B | 58 | 27 |
| Octal | 211 | 14 | 274 | 33 | 136 | 0 | 32 | 433 | 130 | 47 |
| Binary | 10001001 | 1100 | 10111100 | 11011 | 1011110 | 0 | 11010 | 100011011 | 1011000 | 100111 |
Color Harmonies of #890CBC
Complementary color
Monochromatic Colors of #890CBC
Black with #890CBC
Text Example
Text Example
White with #890CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CBC; }
p { color: rgb(137,12,188); }
H1.HeaderClassName
{
color: #890CBC;
}
.AnyTagClassName
{
color: #890CBC;
}
</style>
background-color css
<style>
a { background-color: #890CBC; }
a { background-color: rgb(137,12,188); }
div.DivClassName
{
background-color: #890CBC;
}
.BgClassName
{
background-color: #890CBC;
}
</style>
border-color css
<style>
span { border-color: #890CBC; }
span { border-color: rgb(137,12,188); }
td.TdClassName
{
border-color: #890CBC;
}
.TagClassName
{
border-color: #890CBC;
}
</style>