Shades of Deep Lilac #894AAE
Tints of Deep Lilac #894AAE
RGB
CMYK
RGB Variations
Color information
#894AAE (or 0x894AAE) is known color: Deep Lilac. HEX triplet: 89, 4A and AE. RGB value is (137,74,174). Sum of RGB (Red+Green+Blue) = 137+74+174=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #894AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894AAE is #76B551. Grayscale: #676767. Windows color (decimal): -7779666 or 11422345. OLE color: 11422345.
HSL color Cylindrical-coordinate representation of color #894AAE: hue angle of 277.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #894AAE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 74 | 174 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.32 |
| HSL | 277.8º | 0.4% | 0.49% | - |
| HSV(B) | 277.8º | 0.57% | 0.68% | - |
| XYZ | 20.41 | 13.27 | 41.53 | - |
| YUV | 104.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 174 | 0.21 | 0.57 | 0 | 0.32 | 277.8 | 0.4 | 0.49 |
| Hex | 89 | 4A | AE | 15 | 39 | 0 | 20 | 116 | 28 | 31 |
| Octal | 211 | 112 | 256 | 25 | 71 | 0 | 40 | 426 | 50 | 61 |
| Binary | 10001001 | 1001010 | 10101110 | 10101 | 111001 | 0 | 100000 | 100010110 | 101000 | 110001 |
Color Harmonies of #894AAE
Complementary color
Monochromatic Colors of #894AAE
Black with #894AAE
Text Example
Text Example
White with #894AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894AAE; }
p { color: rgb(137,74,174); }
H1.HeaderClassName
{
color: #894AAE;
}
.AnyTagClassName
{
color: #894AAE;
}
</style>
background-color css
<style>
a { background-color: #894AAE; }
a { background-color: rgb(137,74,174); }
div.DivClassName
{
background-color: #894AAE;
}
.BgClassName
{
background-color: #894AAE;
}
</style>
border-color css
<style>
span { border-color: #894AAE; }
span { border-color: rgb(137,74,174); }
td.TdClassName
{
border-color: #894AAE;
}
.TagClassName
{
border-color: #894AAE;
}
</style>