Shades of Deep Lilac #844DB8
Tints of Deep Lilac #844DB8
RGB
CMYK
RGB Variations
Color information
#844DB8 (or 0x844DB8) is known color: Deep Lilac. HEX triplet: 84, 4D and B8. RGB value is (132,77,184). Sum of RGB (Red+Green+Blue) = 132+77+184=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #844DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DB8 is #7BB247. Grayscale: #696969. Windows color (decimal): -8106568 or 12078468. OLE color: 12078468.
HSL color Cylindrical-coordinate representation of color #844DB8: hue angle of 270.84º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844DB8 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 77 | 184 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.28 |
| HSL | 270.84º | 0.43% | 0.51% | - |
| HSV(B) | 270.84º | 0.58% | 0.72% | - |
| XYZ | 20.82 | 13.67 | 46.89 | - |
| YUV | 105.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 184 | 0.28 | 0.58 | 0 | 0.28 | 270.84 | 0.43 | 0.51 |
| Hex | 84 | 4D | B8 | 1C | 3A | 0 | 1C | 10F | 2B | 33 |
| Octal | 204 | 115 | 270 | 34 | 72 | 0 | 34 | 417 | 53 | 63 |
| Binary | 10000100 | 1001101 | 10111000 | 11100 | 111010 | 0 | 11100 | 100001111 | 101011 | 110011 |
Color Harmonies of #844DB8
Complementary color
Monochromatic Colors of #844DB8
Black with #844DB8
Text Example
Text Example
White with #844DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DB8; }
p { color: rgb(132,77,184); }
H1.HeaderClassName
{
color: #844DB8;
}
.AnyTagClassName
{
color: #844DB8;
}
</style>
background-color css
<style>
a { background-color: #844DB8; }
a { background-color: rgb(132,77,184); }
div.DivClassName
{
background-color: #844DB8;
}
.BgClassName
{
background-color: #844DB8;
}
</style>
border-color css
<style>
span { border-color: #844DB8; }
span { border-color: rgb(132,77,184); }
td.TdClassName
{
border-color: #844DB8;
}
.TagClassName
{
border-color: #844DB8;
}
</style>