Shades of Deep Lilac #844AB9
Tints of Deep Lilac #844AB9
RGB
CMYK
RGB Variations
Color information
#844AB9 (or 0x844AB9) is known color: Deep Lilac. HEX triplet: 84, 4A and B9. RGB value is (132,74,185). Sum of RGB (Red+Green+Blue) = 132+74+185=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #844AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844AB9 is #7BB546. Grayscale: #676767. Windows color (decimal): -8107335 or 12143236. OLE color: 12143236.
HSL color Cylindrical-coordinate representation of color #844AB9: hue angle of 271.35º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #844AB9 is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 74 | 185 | - |
| CMYK | 0.29 | 0.6 | 0 | 0.27 |
| HSL | 271.35º | 0.44% | 0.51% | - |
| HSV(B) | 271.35º | 0.6% | 0.73% | - |
| XYZ | 20.72 | 13.31 | 47.38 | - |
| YUV | 104 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 185 | 0.29 | 0.6 | 0 | 0.27 | 271.35 | 0.44 | 0.51 |
| Hex | 84 | 4A | B9 | 1D | 3C | 0 | 1B | 10F | 2C | 33 |
| Octal | 204 | 112 | 271 | 35 | 74 | 0 | 33 | 417 | 54 | 63 |
| Binary | 10000100 | 1001010 | 10111001 | 11101 | 111100 | 0 | 11011 | 100001111 | 101100 | 110011 |
Color Harmonies of #844AB9
Complementary color
Monochromatic Colors of #844AB9
Black with #844AB9
Text Example
Text Example
White with #844AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AB9; }
p { color: rgb(132,74,185); }
H1.HeaderClassName
{
color: #844AB9;
}
.AnyTagClassName
{
color: #844AB9;
}
</style>
background-color css
<style>
a { background-color: #844AB9; }
a { background-color: rgb(132,74,185); }
div.DivClassName
{
background-color: #844AB9;
}
.BgClassName
{
background-color: #844AB9;
}
</style>
border-color css
<style>
span { border-color: #844AB9; }
span { border-color: rgb(132,74,185); }
td.TdClassName
{
border-color: #844AB9;
}
.TagClassName
{
border-color: #844AB9;
}
</style>