Shades of Dark Violet #890ECC
Tints of Dark Violet #890ECC
RGB
CMYK
RGB Variations
Color information
#890ECC (or 0x890ECC) is known color: Dark Violet. HEX triplet: 89, 0E and CC. RGB value is (137,14,204). Sum of RGB (Red+Green+Blue) = 137+14+204=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #890ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ECC is #76F133. Grayscale: #474747. Windows color (decimal): -7794996 or 13373065. OLE color: 13373065.
HSL color Cylindrical-coordinate representation of color #890ECC: hue angle of 278.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890ECC is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 14 | 204 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.2 |
| HSL | 278.84º | 0.87% | 0.43% | - |
| HSV(B) | 278.84º | 0.93% | 0.8% | - |
| XYZ | 21.37 | 9.99 | 57.93 | - |
| YUV | 72.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 204 | 0.33 | 0.93 | 0 | 0.2 | 278.84 | 0.87 | 0.43 |
| Hex | 89 | E | CC | 21 | 5D | 0 | 14 | 117 | 57 | 2B |
| Octal | 211 | 16 | 314 | 41 | 135 | 0 | 24 | 427 | 127 | 53 |
| Binary | 10001001 | 1110 | 11001100 | 100001 | 1011101 | 0 | 10100 | 100010111 | 1010111 | 101011 |
Color Harmonies of #890ECC
Complementary color
Monochromatic Colors of #890ECC
Black with #890ECC
Text Example
Text Example
White with #890ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ECC; }
p { color: rgb(137,14,204); }
H1.HeaderClassName
{
color: #890ECC;
}
.AnyTagClassName
{
color: #890ECC;
}
</style>
background-color css
<style>
a { background-color: #890ECC; }
a { background-color: rgb(137,14,204); }
div.DivClassName
{
background-color: #890ECC;
}
.BgClassName
{
background-color: #890ECC;
}
</style>
border-color css
<style>
span { border-color: #890ECC; }
span { border-color: rgb(137,14,204); }
td.TdClassName
{
border-color: #890ECC;
}
.TagClassName
{
border-color: #890ECC;
}
</style>