Shades of Deep Lilac #894CAD
Tints of Deep Lilac #894CAD
RGB
CMYK
RGB Variations
Color information
#894CAD (or 0x894CAD) is known color: Deep Lilac. HEX triplet: 89, 4C and AD. RGB value is (137,76,173). Sum of RGB (Red+Green+Blue) = 137+76+173=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #894CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894CAD is #76B352. Grayscale: #686868. Windows color (decimal): -7779155 or 11357321. OLE color: 11357321.
HSL color Cylindrical-coordinate representation of color #894CAD: hue angle of 277.73º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #894CAD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 76 | 173 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.32 |
| HSL | 277.73º | 0.39% | 0.49% | - |
| HSV(B) | 277.73º | 0.56% | 0.68% | - |
| XYZ | 20.44 | 13.5 | 41.06 | - |
| YUV | 105.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 173 | 0.21 | 0.56 | 0 | 0.32 | 277.73 | 0.39 | 0.49 |
| Hex | 89 | 4C | AD | 15 | 38 | 0 | 20 | 116 | 27 | 31 |
| Octal | 211 | 114 | 255 | 25 | 70 | 0 | 40 | 426 | 47 | 61 |
| Binary | 10001001 | 1001100 | 10101101 | 10101 | 111000 | 0 | 100000 | 100010110 | 100111 | 110001 |
Color Harmonies of #894CAD
Complementary color
Monochromatic Colors of #894CAD
Black with #894CAD
Text Example
Text Example
White with #894CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CAD; }
p { color: rgb(137,76,173); }
H1.HeaderClassName
{
color: #894CAD;
}
.AnyTagClassName
{
color: #894CAD;
}
</style>
background-color css
<style>
a { background-color: #894CAD; }
a { background-color: rgb(137,76,173); }
div.DivClassName
{
background-color: #894CAD;
}
.BgClassName
{
background-color: #894CAD;
}
</style>
border-color css
<style>
span { border-color: #894CAD; }
span { border-color: rgb(137,76,173); }
td.TdClassName
{
border-color: #894CAD;
}
.TagClassName
{
border-color: #894CAD;
}
</style>