Shades of Dark Violet #890ECA
Tints of Dark Violet #890ECA
RGB
CMYK
RGB Variations
Color information
#890ECA (or 0x890ECA) is known color: Dark Violet. HEX triplet: 89, 0E and CA. RGB value is (137,14,202). Sum of RGB (Red+Green+Blue) = 137+14+202=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #890ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ECA is #76F135. Grayscale: #474747. Windows color (decimal): -7794998 or 13241993. OLE color: 13241993.
HSL color Cylindrical-coordinate representation of color #890ECA: hue angle of 279.26º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890ECA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 14 | 202 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.21 |
| HSL | 279.26º | 0.87% | 0.42% | - |
| HSV(B) | 279.26º | 0.93% | 0.79% | - |
| XYZ | 21.13 | 9.9 | 56.67 | - |
| YUV | 72.21 | 201.25 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 202 | 0.32 | 0.93 | 0 | 0.21 | 279.26 | 0.87 | 0.42 |
| Hex | 89 | E | CA | 20 | 5D | 0 | 15 | 117 | 57 | 2A |
| Octal | 211 | 16 | 312 | 40 | 135 | 0 | 25 | 427 | 127 | 52 |
| Binary | 10001001 | 1110 | 11001010 | 100000 | 1011101 | 0 | 10101 | 100010111 | 1010111 | 101010 |
Color Harmonies of #890ECA
Complementary color
Monochromatic Colors of #890ECA
Black with #890ECA
Text Example
Text Example
White with #890ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ECA; }
p { color: rgb(137,14,202); }
H1.HeaderClassName
{
color: #890ECA;
}
.AnyTagClassName
{
color: #890ECA;
}
</style>
background-color css
<style>
a { background-color: #890ECA; }
a { background-color: rgb(137,14,202); }
div.DivClassName
{
background-color: #890ECA;
}
.BgClassName
{
background-color: #890ECA;
}
</style>
border-color css
<style>
span { border-color: #890ECA; }
span { border-color: rgb(137,14,202); }
td.TdClassName
{
border-color: #890ECA;
}
.TagClassName
{
border-color: #890ECA;
}
</style>