Shades of Deep Lilac #844DBB
Tints of Deep Lilac #844DBB
RGB
CMYK
RGB Variations
Color information
#844DBB (or 0x844DBB) is known color: Deep Lilac. HEX triplet: 84, 4D and BB. RGB value is (132,77,187). Sum of RGB (Red+Green+Blue) = 132+77+187=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #844DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DBB is #7BB244. Grayscale: #696969. Windows color (decimal): -8106565 or 12275076. OLE color: 12275076.
HSL color Cylindrical-coordinate representation of color #844DBB: hue angle of 270º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #844DBB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 77 | 187 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.27 |
| HSL | 270º | 0.45% | 0.52% | - |
| HSV(B) | 270º | 0.59% | 0.73% | - |
| XYZ | 21.14 | 13.8 | 48.56 | - |
| YUV | 105.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 187 | 0.29 | 0.59 | 0 | 0.27 | 270 | 0.45 | 0.52 |
| Hex | 84 | 4D | BB | 1D | 3B | 0 | 1B | 10E | 2D | 34 |
| Octal | 204 | 115 | 273 | 35 | 73 | 0 | 33 | 416 | 55 | 64 |
| Binary | 10000100 | 1001101 | 10111011 | 11101 | 111011 | 0 | 11011 | 100001110 | 101101 | 110100 |
Color Harmonies of #844DBB
Complementary color
Monochromatic Colors of #844DBB
Black with #844DBB
Text Example
Text Example
White with #844DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DBB; }
p { color: rgb(132,77,187); }
H1.HeaderClassName
{
color: #844DBB;
}
.AnyTagClassName
{
color: #844DBB;
}
</style>
background-color css
<style>
a { background-color: #844DBB; }
a { background-color: rgb(132,77,187); }
div.DivClassName
{
background-color: #844DBB;
}
.BgClassName
{
background-color: #844DBB;
}
</style>
border-color css
<style>
span { border-color: #844DBB; }
span { border-color: rgb(132,77,187); }
td.TdClassName
{
border-color: #844DBB;
}
.TagClassName
{
border-color: #844DBB;
}
</style>