Shades of Deep Lilac #894EC4
Tints of Deep Lilac #894EC4
RGB
CMYK
RGB Variations
Color information
#894EC4 (or 0x894EC4) is known color: Deep Lilac. HEX triplet: 89, 4E and C4. RGB value is (137,78,196). Sum of RGB (Red+Green+Blue) = 137+78+196=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 196 - color contains mainly: blue. Hex color #894EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EC4 is #76B13B. Grayscale: #6C6C6C. Windows color (decimal): -7778620 or 12865161. OLE color: 12865161.
HSL color Cylindrical-coordinate representation of color #894EC4: hue angle of 270º degrees, saturation: 0.5, 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 #894EC4 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 78 | 196 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.23 |
| HSL | 270º | 0.5% | 0.54% | - |
| HSV(B) | 270º | 0.6% | 0.77% | - |
| XYZ | 23 | 14.75 | 53.86 | - |
| YUV | 109.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 196 | 0.30 | 0.60 | 0 | 0.23 | 270 | 0.5 | 0.54 |
| Hex | 89 | 4E | C4 | 1E | 3C | 0 | 17 | 10E | 32 | 36 |
| Octal | 211 | 116 | 304 | 36 | 74 | 0 | 27 | 416 | 62 | 66 |
| Binary | 10001001 | 1001110 | 11000100 | 11110 | 111100 | 0 | 10111 | 100001110 | 110010 | 110110 |
Color Harmonies of #894EC4
Complementary color
Monochromatic Colors of #894EC4
Black with #894EC4
Text Example
Text Example
White with #894EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EC4; }
p { color: rgb(137,78,196); }
H1.HeaderClassName
{
color: #894EC4;
}
.AnyTagClassName
{
color: #894EC4;
}
</style>
background-color css
<style>
a { background-color: #894EC4; }
a { background-color: rgb(137,78,196); }
div.DivClassName
{
background-color: #894EC4;
}
.BgClassName
{
background-color: #894EC4;
}
</style>
border-color css
<style>
span { border-color: #894EC4; }
span { border-color: rgb(137,78,196); }
td.TdClassName
{
border-color: #894EC4;
}
.TagClassName
{
border-color: #894EC4;
}
</style>