Shades of Deep Lilac #844DBD
Tints of Deep Lilac #844DBD
RGB
CMYK
RGB Variations
Color information
#844DBD (or 0x844DBD) is known color: Deep Lilac. HEX triplet: 84, 4D and BD. RGB value is (132,77,189). Sum of RGB (Red+Green+Blue) = 132+77+189=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #844DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DBD is #7BB242. Grayscale: #696969. Windows color (decimal): -8106563 or 12406148. OLE color: 12406148.
HSL color Cylindrical-coordinate representation of color #844DBD: hue angle of 269.46º 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 #844DBD is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 77 | 189 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.26 |
| HSL | 269.46º | 0.46% | 0.52% | - |
| HSV(B) | 269.46º | 0.59% | 0.74% | - |
| XYZ | 21.35 | 13.89 | 49.7 | - |
| YUV | 106.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 189 | 0.30 | 0.59 | 0 | 0.26 | 269.46 | 0.46 | 0.52 |
| Hex | 84 | 4D | BD | 1E | 3B | 0 | 1A | 10D | 2E | 34 |
| Octal | 204 | 115 | 275 | 36 | 73 | 0 | 32 | 415 | 56 | 64 |
| Binary | 10000100 | 1001101 | 10111101 | 11110 | 111011 | 0 | 11010 | 100001101 | 101110 | 110100 |
Color Harmonies of #844DBD
Complementary color
Monochromatic Colors of #844DBD
Black with #844DBD
Text Example
Text Example
White with #844DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DBD; }
p { color: rgb(132,77,189); }
H1.HeaderClassName
{
color: #844DBD;
}
.AnyTagClassName
{
color: #844DBD;
}
</style>
background-color css
<style>
a { background-color: #844DBD; }
a { background-color: rgb(132,77,189); }
div.DivClassName
{
background-color: #844DBD;
}
.BgClassName
{
background-color: #844DBD;
}
</style>
border-color css
<style>
span { border-color: #844DBD; }
span { border-color: rgb(132,77,189); }
td.TdClassName
{
border-color: #844DBD;
}
.TagClassName
{
border-color: #844DBD;
}
</style>