Shades of Dark Violet #890DEA
Tints of Dark Violet #890DEA
RGB
CMYK
RGB Variations
Color information
#890DEA (or 0x890DEA) is known color: Dark Violet. HEX triplet: 89, 0D and EA. RGB value is (137,13,234). Sum of RGB (Red+Green+Blue) = 137+13+234=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #890DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890DEA is #76F215. Grayscale: #4A4A4A. Windows color (decimal): -7795222 or 15338889. OLE color: 15338889.
HSL color Cylindrical-coordinate representation of color #890DEA: hue angle of 273.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DEA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 13 | 234 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.08 |
| HSL | 273.67º | 0.89% | 0.48% | - |
| HSV(B) | 273.67º | 0.94% | 0.92% | - |
| XYZ | 25.31 | 11.55 | 78.74 | - |
| YUV | 75.27 | 217.58 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 234 | 0.41 | 0.94 | 0 | 0.08 | 273.67 | 0.89 | 0.48 |
| Hex | 89 | D | EA | 29 | 5E | 0 | 8 | 112 | 59 | 30 |
| Octal | 211 | 15 | 352 | 51 | 136 | 0 | 10 | 422 | 131 | 60 |
| Binary | 10001001 | 1101 | 11101010 | 101001 | 1011110 | 0 | 1000 | 100010010 | 1011001 | 110000 |
Color Harmonies of #890DEA
Complementary color
Monochromatic Colors of #890DEA
Black with #890DEA
Text Example
Text Example
White with #890DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DEA; }
p { color: rgb(137,13,234); }
H1.HeaderClassName
{
color: #890DEA;
}
.AnyTagClassName
{
color: #890DEA;
}
</style>
background-color css
<style>
a { background-color: #890DEA; }
a { background-color: rgb(137,13,234); }
div.DivClassName
{
background-color: #890DEA;
}
.BgClassName
{
background-color: #890DEA;
}
</style>
border-color css
<style>
span { border-color: #890DEA; }
span { border-color: rgb(137,13,234); }
td.TdClassName
{
border-color: #890DEA;
}
.TagClassName
{
border-color: #890DEA;
}
</style>