Shades of Deep Lilac #894EC6
Tints of Deep Lilac #894EC6
RGB
CMYK
RGB Variations
Color information
#894EC6 (or 0x894EC6) is known color: Deep Lilac. HEX triplet: 89, 4E and C6. RGB value is (137,78,198). Sum of RGB (Red+Green+Blue) = 137+78+198=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #894EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EC6 is #76B139. Grayscale: #6C6C6C. Windows color (decimal): -7778618 or 12996233. OLE color: 12996233.
HSL color Cylindrical-coordinate representation of color #894EC6: hue angle of 269.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894EC6 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 78 | 198 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.22 |
| HSL | 269.5º | 0.51% | 0.54% | - |
| HSV(B) | 269.5º | 0.61% | 0.78% | - |
| XYZ | 23.23 | 14.84 | 55.07 | - |
| YUV | 109.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 198 | 0.31 | 0.61 | 0 | 0.22 | 269.5 | 0.51 | 0.54 |
| Hex | 89 | 4E | C6 | 1F | 3D | 0 | 16 | 10E | 33 | 36 |
| Octal | 211 | 116 | 306 | 37 | 75 | 0 | 26 | 416 | 63 | 66 |
| Binary | 10001001 | 1001110 | 11000110 | 11111 | 111101 | 0 | 10110 | 100001110 | 110011 | 110110 |
Color Harmonies of #894EC6
Complementary color
Monochromatic Colors of #894EC6
Black with #894EC6
Text Example
Text Example
White with #894EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EC6; }
p { color: rgb(137,78,198); }
H1.HeaderClassName
{
color: #894EC6;
}
.AnyTagClassName
{
color: #894EC6;
}
</style>
background-color css
<style>
a { background-color: #894EC6; }
a { background-color: rgb(137,78,198); }
div.DivClassName
{
background-color: #894EC6;
}
.BgClassName
{
background-color: #894EC6;
}
</style>
border-color css
<style>
span { border-color: #894EC6; }
span { border-color: rgb(137,78,198); }
td.TdClassName
{
border-color: #894EC6;
}
.TagClassName
{
border-color: #894EC6;
}
</style>