Shades of Dark Violet #890ECD
Tints of Dark Violet #890ECD
RGB
CMYK
RGB Variations
Color information
#890ECD (or 0x890ECD) is known color: Dark Violet. HEX triplet: 89, 0E and CD. RGB value is (137,14,205). Sum of RGB (Red+Green+Blue) = 137+14+205=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #890ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ECD is #76F132. Grayscale: #474747. Windows color (decimal): -7794995 or 13438601. OLE color: 13438601.
HSL color Cylindrical-coordinate representation of color #890ECD: hue angle of 278.64º 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 #890ECD is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 14 | 205 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.20 |
| HSL | 278.64º | 0.87% | 0.43% | - |
| HSV(B) | 278.64º | 0.93% | 0.8% | - |
| XYZ | 21.49 | 10.04 | 58.56 | - |
| YUV | 72.55 | 202.75 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 205 | 0.33 | 0.93 | 0 | 0.20 | 278.64 | 0.87 | 0.43 |
| Hex | 89 | E | CD | 21 | 5D | 0 | 14 | 117 | 57 | 2B |
| Octal | 211 | 16 | 315 | 41 | 135 | 0 | 24 | 427 | 127 | 53 |
| Binary | 10001001 | 1110 | 11001101 | 100001 | 1011101 | 0 | 10100 | 100010111 | 1010111 | 101011 |
Color Harmonies of #890ECD
Complementary color
Monochromatic Colors of #890ECD
Black with #890ECD
Text Example
Text Example
White with #890ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ECD; }
p { color: rgb(137,14,205); }
H1.HeaderClassName
{
color: #890ECD;
}
.AnyTagClassName
{
color: #890ECD;
}
</style>
background-color css
<style>
a { background-color: #890ECD; }
a { background-color: rgb(137,14,205); }
div.DivClassName
{
background-color: #890ECD;
}
.BgClassName
{
background-color: #890ECD;
}
</style>
border-color css
<style>
span { border-color: #890ECD; }
span { border-color: rgb(137,14,205); }
td.TdClassName
{
border-color: #890ECD;
}
.TagClassName
{
border-color: #890ECD;
}
</style>