Shades of Deep Lilac #894EC5
Tints of Deep Lilac #894EC5
RGB
CMYK
RGB Variations
Color information
#894EC5 (or 0x894EC5) is known color: Deep Lilac. HEX triplet: 89, 4E and C5. RGB value is (137,78,197). Sum of RGB (Red+Green+Blue) = 137+78+197=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #894EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EC5 is #76B13A. Grayscale: #6C6C6C. Windows color (decimal): -7778619 or 12930697. OLE color: 12930697.
HSL color Cylindrical-coordinate representation of color #894EC5: hue angle of 269.75º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894EC5 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 78 | 197 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.23 |
| HSL | 269.75º | 0.51% | 0.54% | - |
| HSV(B) | 269.75º | 0.6% | 0.77% | - |
| XYZ | 23.12 | 14.8 | 54.46 | - |
| YUV | 109.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 197 | 0.30 | 0.60 | 0 | 0.23 | 269.75 | 0.51 | 0.54 |
| Hex | 89 | 4E | C5 | 1E | 3C | 0 | 17 | 10E | 33 | 36 |
| Octal | 211 | 116 | 305 | 36 | 74 | 0 | 27 | 416 | 63 | 66 |
| Binary | 10001001 | 1001110 | 11000101 | 11110 | 111100 | 0 | 10111 | 100001110 | 110011 | 110110 |
Color Harmonies of #894EC5
Complementary color
Monochromatic Colors of #894EC5
Black with #894EC5
Text Example
Text Example
White with #894EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EC5; }
p { color: rgb(137,78,197); }
H1.HeaderClassName
{
color: #894EC5;
}
.AnyTagClassName
{
color: #894EC5;
}
</style>
background-color css
<style>
a { background-color: #894EC5; }
a { background-color: rgb(137,78,197); }
div.DivClassName
{
background-color: #894EC5;
}
.BgClassName
{
background-color: #894EC5;
}
</style>
border-color css
<style>
span { border-color: #894EC5; }
span { border-color: rgb(137,78,197); }
td.TdClassName
{
border-color: #894EC5;
}
.TagClassName
{
border-color: #894EC5;
}
</style>