Shades of Deep Lilac #894DA3
Tints of Deep Lilac #894DA3
RGB
CMYK
RGB Variations
Color information
#894DA3 (or 0x894DA3) is known color: Deep Lilac. HEX triplet: 89, 4D and A3. RGB value is (137,77,163). Sum of RGB (Red+Green+Blue) = 137+77+163=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 163 - color contains mainly: blue. Hex color #894DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894DA3 is #76B25C. Grayscale: #686868. Windows color (decimal): -7778909 or 10702217. OLE color: 10702217.
HSL color Cylindrical-coordinate representation of color #894DA3: hue angle of 281.86º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894DA3 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 77 | 163 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.36 |
| HSL | 281.86º | 0.36% | 0.47% | - |
| HSV(B) | 281.86º | 0.53% | 0.64% | - |
| XYZ | 19.58 | 13.27 | 36.18 | - |
| YUV | 104.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 163 | 0.16 | 0.53 | 0 | 0.36 | 281.86 | 0.36 | 0.47 |
| Hex | 89 | 4D | A3 | 10 | 35 | 0 | 24 | 11A | 24 | 2F |
| Octal | 211 | 115 | 243 | 20 | 65 | 0 | 44 | 432 | 44 | 57 |
| Binary | 10001001 | 1001101 | 10100011 | 10000 | 110101 | 0 | 100100 | 100011010 | 100100 | 101111 |
Color Harmonies of #894DA3
Complementary color
Monochromatic Colors of #894DA3
Black with #894DA3
Text Example
Text Example
White with #894DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DA3; }
p { color: rgb(137,77,163); }
H1.HeaderClassName
{
color: #894DA3;
}
.AnyTagClassName
{
color: #894DA3;
}
</style>
background-color css
<style>
a { background-color: #894DA3; }
a { background-color: rgb(137,77,163); }
div.DivClassName
{
background-color: #894DA3;
}
.BgClassName
{
background-color: #894DA3;
}
</style>
border-color css
<style>
span { border-color: #894DA3; }
span { border-color: rgb(137,77,163); }
td.TdClassName
{
border-color: #894DA3;
}
.TagClassName
{
border-color: #894DA3;
}
</style>