Shades of Dark Violet #890ACB
Tints of Dark Violet #890ACB
RGB
CMYK
RGB Variations
Color information
#890ACB (or 0x890ACB) is known color: Dark Violet. HEX triplet: 89, 0A and CB. RGB value is (137,10,203). Sum of RGB (Red+Green+Blue) = 137+10+203=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #890ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ACB is #76F534. Grayscale: #454545. Windows color (decimal): -7796021 or 13306505. OLE color: 13306505.
HSL color Cylindrical-coordinate representation of color #890ACB: hue angle of 279.48º degrees, saturation: 0.91, 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 #890ACB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 10 | 203 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.20 |
| HSL | 279.48º | 0.91% | 0.42% | - |
| HSV(B) | 279.48º | 0.95% | 0.8% | - |
| XYZ | 21.2 | 9.85 | 57.28 | - |
| YUV | 69.98 | 203.08 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 203 | 0.33 | 0.95 | 0 | 0.20 | 279.48 | 0.91 | 0.42 |
| Hex | 89 | A | CB | 21 | 5F | 0 | 14 | 117 | 5B | 2A |
| Octal | 211 | 12 | 313 | 41 | 137 | 0 | 24 | 427 | 133 | 52 |
| Binary | 10001001 | 1010 | 11001011 | 100001 | 1011111 | 0 | 10100 | 100010111 | 1011011 | 101010 |
Color Harmonies of #890ACB
Complementary color
Monochromatic Colors of #890ACB
Black with #890ACB
Text Example
Text Example
White with #890ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ACB; }
p { color: rgb(137,10,203); }
H1.HeaderClassName
{
color: #890ACB;
}
.AnyTagClassName
{
color: #890ACB;
}
</style>
background-color css
<style>
a { background-color: #890ACB; }
a { background-color: rgb(137,10,203); }
div.DivClassName
{
background-color: #890ACB;
}
.BgClassName
{
background-color: #890ACB;
}
</style>
border-color css
<style>
span { border-color: #890ACB; }
span { border-color: rgb(137,10,203); }
td.TdClassName
{
border-color: #890ACB;
}
.TagClassName
{
border-color: #890ACB;
}
</style>