Shades of Deep Lilac #844DB4
Tints of Deep Lilac #844DB4
RGB
CMYK
RGB Variations
Color information
#844DB4 (or 0x844DB4) is known color: Deep Lilac. HEX triplet: 84, 4D and B4. RGB value is (132,77,180). Sum of RGB (Red+Green+Blue) = 132+77+180=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #844DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DB4 is #7BB24B. Grayscale: #686868. Windows color (decimal): -8106572 or 11816324. OLE color: 11816324.
HSL color Cylindrical-coordinate representation of color #844DB4: hue angle of 272.04º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844DB4 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 77 | 180 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.29 |
| HSL | 272.04º | 0.41% | 0.5% | - |
| HSV(B) | 272.04º | 0.57% | 0.71% | - |
| XYZ | 20.41 | 13.51 | 44.71 | - |
| YUV | 105.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 180 | 0.27 | 0.57 | 0 | 0.29 | 272.04 | 0.41 | 0.5 |
| Hex | 84 | 4D | B4 | 1B | 39 | 0 | 1D | 110 | 29 | 32 |
| Octal | 204 | 115 | 264 | 33 | 71 | 0 | 35 | 420 | 51 | 62 |
| Binary | 10000100 | 1001101 | 10110100 | 11011 | 111001 | 0 | 11101 | 100010000 | 101001 | 110010 |
Color Harmonies of #844DB4
Complementary color
Monochromatic Colors of #844DB4
Black with #844DB4
Text Example
Text Example
White with #844DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DB4; }
p { color: rgb(132,77,180); }
H1.HeaderClassName
{
color: #844DB4;
}
.AnyTagClassName
{
color: #844DB4;
}
</style>
background-color css
<style>
a { background-color: #844DB4; }
a { background-color: rgb(132,77,180); }
div.DivClassName
{
background-color: #844DB4;
}
.BgClassName
{
background-color: #844DB4;
}
</style>
border-color css
<style>
span { border-color: #844DB4; }
span { border-color: rgb(132,77,180); }
td.TdClassName
{
border-color: #844DB4;
}
.TagClassName
{
border-color: #844DB4;
}
</style>