Shades of Dark Violet #890DE0
Tints of Dark Violet #890DE0
RGB
CMYK
RGB Variations
Color information
#890DE0 (or 0x890DE0) is known color: Dark Violet. HEX triplet: 89, 0D and E0. RGB value is (137,13,224). Sum of RGB (Red+Green+Blue) = 137+13+224=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #890DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DE0 is #76F21F. Grayscale: #494949. Windows color (decimal): -7795232 or 14683529. OLE color: 14683529.
HSL color Cylindrical-coordinate representation of color #890DE0: hue angle of 275.26º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DE0 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 13 | 224 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.12 |
| HSL | 275.26º | 0.89% | 0.46% | - |
| HSV(B) | 275.26º | 0.94% | 0.88% | - |
| XYZ | 23.92 | 10.99 | 71.38 | - |
| YUV | 74.13 | 212.58 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 224 | 0.39 | 0.94 | 0 | 0.12 | 275.26 | 0.89 | 0.46 |
| Hex | 89 | D | E0 | 27 | 5E | 0 | C | 113 | 59 | 2E |
| Octal | 211 | 15 | 340 | 47 | 136 | 0 | 14 | 423 | 131 | 56 |
| Binary | 10001001 | 1101 | 11100000 | 100111 | 1011110 | 0 | 1100 | 100010011 | 1011001 | 101110 |
Color Harmonies of #890DE0
Complementary color
Monochromatic Colors of #890DE0
Black with #890DE0
Text Example
Text Example
White with #890DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DE0; }
p { color: rgb(137,13,224); }
H1.HeaderClassName
{
color: #890DE0;
}
.AnyTagClassName
{
color: #890DE0;
}
</style>
background-color css
<style>
a { background-color: #890DE0; }
a { background-color: rgb(137,13,224); }
div.DivClassName
{
background-color: #890DE0;
}
.BgClassName
{
background-color: #890DE0;
}
</style>
border-color css
<style>
span { border-color: #890DE0; }
span { border-color: rgb(137,13,224); }
td.TdClassName
{
border-color: #890DE0;
}
.TagClassName
{
border-color: #890DE0;
}
</style>