Shades of Deep Lilac #844EC0
Tints of Deep Lilac #844EC0
RGB
CMYK
RGB Variations
Color information
#844EC0 (or 0x844EC0) is known color: Deep Lilac. HEX triplet: 84, 4E and C0. RGB value is (132,78,192). Sum of RGB (Red+Green+Blue) = 132+78+192=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #844EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EC0 is #7BB13F. Grayscale: #6A6A6A. Windows color (decimal): -8106304 or 12603012. OLE color: 12603012.
HSL color Cylindrical-coordinate representation of color #844EC0: hue angle of 268.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #844EC0 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 78 | 192 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.25 |
| HSL | 268.42º | 0.48% | 0.53% | - |
| HSV(B) | 268.42º | 0.59% | 0.75% | - |
| XYZ | 21.75 | 14.16 | 51.46 | - |
| YUV | 107.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 192 | 0.31 | 0.59 | 0 | 0.25 | 268.42 | 0.48 | 0.53 |
| Hex | 84 | 4E | C0 | 1F | 3B | 0 | 19 | 10C | 30 | 35 |
| Octal | 204 | 116 | 300 | 37 | 73 | 0 | 31 | 414 | 60 | 65 |
| Binary | 10000100 | 1001110 | 11000000 | 11111 | 111011 | 0 | 11001 | 100001100 | 110000 | 110101 |
Color Harmonies of #844EC0
Complementary color
Monochromatic Colors of #844EC0
Black with #844EC0
Text Example
Text Example
White with #844EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EC0; }
p { color: rgb(132,78,192); }
H1.HeaderClassName
{
color: #844EC0;
}
.AnyTagClassName
{
color: #844EC0;
}
</style>
background-color css
<style>
a { background-color: #844EC0; }
a { background-color: rgb(132,78,192); }
div.DivClassName
{
background-color: #844EC0;
}
.BgClassName
{
background-color: #844EC0;
}
</style>
border-color css
<style>
span { border-color: #844EC0; }
span { border-color: rgb(132,78,192); }
td.TdClassName
{
border-color: #844EC0;
}
.TagClassName
{
border-color: #844EC0;
}
</style>