Shades of Deep Lilac #844EBD
Tints of Deep Lilac #844EBD
RGB
CMYK
RGB Variations
Color information
#844EBD (or 0x844EBD) is known color: Deep Lilac. HEX triplet: 84, 4E and BD. RGB value is (132,78,189). Sum of RGB (Red+Green+Blue) = 132+78+189=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #844EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EBD is #7BB142. Grayscale: #6A6A6A. Windows color (decimal): -8106307 or 12406404. OLE color: 12406404.
HSL color Cylindrical-coordinate representation of color #844EBD: hue angle of 269.19º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #844EBD is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 78 | 189 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.26 |
| HSL | 269.19º | 0.46% | 0.52% | - |
| HSV(B) | 269.19º | 0.59% | 0.74% | - |
| XYZ | 21.43 | 14.03 | 49.72 | - |
| YUV | 106.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 189 | 0.30 | 0.59 | 0 | 0.26 | 269.19 | 0.46 | 0.52 |
| Hex | 84 | 4E | BD | 1E | 3B | 0 | 1A | 10D | 2E | 34 |
| Octal | 204 | 116 | 275 | 36 | 73 | 0 | 32 | 415 | 56 | 64 |
| Binary | 10000100 | 1001110 | 10111101 | 11110 | 111011 | 0 | 11010 | 100001101 | 101110 | 110100 |
Color Harmonies of #844EBD
Complementary color
Monochromatic Colors of #844EBD
Black with #844EBD
Text Example
Text Example
White with #844EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EBD; }
p { color: rgb(132,78,189); }
H1.HeaderClassName
{
color: #844EBD;
}
.AnyTagClassName
{
color: #844EBD;
}
</style>
background-color css
<style>
a { background-color: #844EBD; }
a { background-color: rgb(132,78,189); }
div.DivClassName
{
background-color: #844EBD;
}
.BgClassName
{
background-color: #844EBD;
}
</style>
border-color css
<style>
span { border-color: #844EBD; }
span { border-color: rgb(132,78,189); }
td.TdClassName
{
border-color: #844EBD;
}
.TagClassName
{
border-color: #844EBD;
}
</style>