Shades of Deep Lilac #844CB6
Tints of Deep Lilac #844CB6
RGB
CMYK
RGB Variations
Color information
#844CB6 (or 0x844CB6) is known color: Deep Lilac. HEX triplet: 84, 4C and B6. RGB value is (132,76,182). Sum of RGB (Red+Green+Blue) = 132+76+182=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #844CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CB6 is #7BB349. Grayscale: #686868. Windows color (decimal): -8106826 or 11947140. OLE color: 11947140.
HSL color Cylindrical-coordinate representation of color #844CB6: hue angle of 271.7º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844CB6 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 76 | 182 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.29 |
| HSL | 271.7º | 0.42% | 0.51% | - |
| HSV(B) | 271.7º | 0.58% | 0.71% | - |
| XYZ | 20.54 | 13.45 | 45.77 | - |
| YUV | 104.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 182 | 0.27 | 0.58 | 0 | 0.29 | 271.7 | 0.42 | 0.51 |
| Hex | 84 | 4C | B6 | 1B | 3A | 0 | 1D | 110 | 2A | 33 |
| Octal | 204 | 114 | 266 | 33 | 72 | 0 | 35 | 420 | 52 | 63 |
| Binary | 10000100 | 1001100 | 10110110 | 11011 | 111010 | 0 | 11101 | 100010000 | 101010 | 110011 |
Color Harmonies of #844CB6
Complementary color
Monochromatic Colors of #844CB6
Black with #844CB6
Text Example
Text Example
White with #844CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CB6; }
p { color: rgb(132,76,182); }
H1.HeaderClassName
{
color: #844CB6;
}
.AnyTagClassName
{
color: #844CB6;
}
</style>
background-color css
<style>
a { background-color: #844CB6; }
a { background-color: rgb(132,76,182); }
div.DivClassName
{
background-color: #844CB6;
}
.BgClassName
{
background-color: #844CB6;
}
</style>
border-color css
<style>
span { border-color: #844CB6; }
span { border-color: rgb(132,76,182); }
td.TdClassName
{
border-color: #844CB6;
}
.TagClassName
{
border-color: #844CB6;
}
</style>