Shades of Deep Lilac #844DBA
Tints of Deep Lilac #844DBA
RGB
CMYK
RGB Variations
Color information
#844DBA (or 0x844DBA) is known color: Deep Lilac. HEX triplet: 84, 4D and BA. RGB value is (132,77,186). Sum of RGB (Red+Green+Blue) = 132+77+186=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #844DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DBA is #7BB245. Grayscale: #696969. Windows color (decimal): -8106566 or 12209540. OLE color: 12209540.
HSL color Cylindrical-coordinate representation of color #844DBA: hue angle of 270.28º degrees, saturation: 0.44, 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 #844DBA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 77 | 186 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.27 |
| HSL | 270.28º | 0.44% | 0.52% | - |
| HSV(B) | 270.28º | 0.59% | 0.73% | - |
| XYZ | 21.03 | 13.76 | 48 | - |
| YUV | 105.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 186 | 0.29 | 0.59 | 0 | 0.27 | 270.28 | 0.44 | 0.52 |
| Hex | 84 | 4D | BA | 1D | 3B | 0 | 1B | 10E | 2C | 34 |
| Octal | 204 | 115 | 272 | 35 | 73 | 0 | 33 | 416 | 54 | 64 |
| Binary | 10000100 | 1001101 | 10111010 | 11101 | 111011 | 0 | 11011 | 100001110 | 101100 | 110100 |
Color Harmonies of #844DBA
Complementary color
Monochromatic Colors of #844DBA
Black with #844DBA
Text Example
Text Example
White with #844DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DBA; }
p { color: rgb(132,77,186); }
H1.HeaderClassName
{
color: #844DBA;
}
.AnyTagClassName
{
color: #844DBA;
}
</style>
background-color css
<style>
a { background-color: #844DBA; }
a { background-color: rgb(132,77,186); }
div.DivClassName
{
background-color: #844DBA;
}
.BgClassName
{
background-color: #844DBA;
}
</style>
border-color css
<style>
span { border-color: #844DBA; }
span { border-color: rgb(132,77,186); }
td.TdClassName
{
border-color: #844DBA;
}
.TagClassName
{
border-color: #844DBA;
}
</style>