Shades of Deep Lilac #844AB6
Tints of Deep Lilac #844AB6
RGB
CMYK
RGB Variations
Color information
#844AB6 (or 0x844AB6) is known color: Deep Lilac. HEX triplet: 84, 4A and B6. RGB value is (132,74,182). Sum of RGB (Red+Green+Blue) = 132+74+182=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #844AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844AB6 is #7BB549. Grayscale: #676767. Windows color (decimal): -8107338 or 11946628. OLE color: 11946628.
HSL color Cylindrical-coordinate representation of color #844AB6: hue angle of 272.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #844AB6 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 74 | 182 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.29 |
| HSL | 272.22º | 0.43% | 0.5% | - |
| HSV(B) | 272.22º | 0.59% | 0.71% | - |
| XYZ | 20.41 | 13.18 | 45.72 | - |
| YUV | 103.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 182 | 0.27 | 0.59 | 0 | 0.29 | 272.22 | 0.43 | 0.5 |
| Hex | 84 | 4A | B6 | 1B | 3B | 0 | 1D | 110 | 2B | 32 |
| Octal | 204 | 112 | 266 | 33 | 73 | 0 | 35 | 420 | 53 | 62 |
| Binary | 10000100 | 1001010 | 10110110 | 11011 | 111011 | 0 | 11101 | 100010000 | 101011 | 110010 |
Color Harmonies of #844AB6
Complementary color
Monochromatic Colors of #844AB6
Black with #844AB6
Text Example
Text Example
White with #844AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AB6; }
p { color: rgb(132,74,182); }
H1.HeaderClassName
{
color: #844AB6;
}
.AnyTagClassName
{
color: #844AB6;
}
</style>
background-color css
<style>
a { background-color: #844AB6; }
a { background-color: rgb(132,74,182); }
div.DivClassName
{
background-color: #844AB6;
}
.BgClassName
{
background-color: #844AB6;
}
</style>
border-color css
<style>
span { border-color: #844AB6; }
span { border-color: rgb(132,74,182); }
td.TdClassName
{
border-color: #844AB6;
}
.TagClassName
{
border-color: #844AB6;
}
</style>