Shades of Deep Lilac #844EB6
Tints of Deep Lilac #844EB6
RGB
CMYK
RGB Variations
Color information
#844EB6 (or 0x844EB6) is known color: Deep Lilac. HEX triplet: 84, 4E and B6. RGB value is (132,78,182). Sum of RGB (Red+Green+Blue) = 132+78+182=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #844EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EB6 is #7BB149. Grayscale: #696969. Windows color (decimal): -8106314 or 11947652. OLE color: 11947652.
HSL color Cylindrical-coordinate representation of color #844EB6: hue angle of 271.15º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844EB6 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 78 | 182 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.29 |
| HSL | 271.15º | 0.42% | 0.51% | - |
| HSV(B) | 271.15º | 0.57% | 0.71% | - |
| XYZ | 20.68 | 13.73 | 45.82 | - |
| YUV | 106 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 182 | 0.27 | 0.57 | 0 | 0.29 | 271.15 | 0.42 | 0.51 |
| Hex | 84 | 4E | B6 | 1B | 39 | 0 | 1D | 10F | 2A | 33 |
| Octal | 204 | 116 | 266 | 33 | 71 | 0 | 35 | 417 | 52 | 63 |
| Binary | 10000100 | 1001110 | 10110110 | 11011 | 111001 | 0 | 11101 | 100001111 | 101010 | 110011 |
Color Harmonies of #844EB6
Complementary color
Monochromatic Colors of #844EB6
Black with #844EB6
Text Example
Text Example
White with #844EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EB6; }
p { color: rgb(132,78,182); }
H1.HeaderClassName
{
color: #844EB6;
}
.AnyTagClassName
{
color: #844EB6;
}
</style>
background-color css
<style>
a { background-color: #844EB6; }
a { background-color: rgb(132,78,182); }
div.DivClassName
{
background-color: #844EB6;
}
.BgClassName
{
background-color: #844EB6;
}
</style>
border-color css
<style>
span { border-color: #844EB6; }
span { border-color: rgb(132,78,182); }
td.TdClassName
{
border-color: #844EB6;
}
.TagClassName
{
border-color: #844EB6;
}
</style>