Shades of Deep Lilac #844CB7
Tints of Deep Lilac #844CB7
RGB
CMYK
RGB Variations
Color information
#844CB7 (or 0x844CB7) is known color: Deep Lilac. HEX triplet: 84, 4C and B7. RGB value is (132,76,183). Sum of RGB (Red+Green+Blue) = 132+76+183=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #844CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CB7 is #7BB348. Grayscale: #686868. Windows color (decimal): -8106825 or 12012676. OLE color: 12012676.
HSL color Cylindrical-coordinate representation of color #844CB7: hue angle of 271.4º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844CB7 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 76 | 183 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.28 |
| HSL | 271.4º | 0.43% | 0.51% | - |
| HSV(B) | 271.4º | 0.58% | 0.72% | - |
| XYZ | 20.65 | 13.49 | 46.32 | - |
| YUV | 104.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 183 | 0.28 | 0.58 | 0 | 0.28 | 271.4 | 0.43 | 0.51 |
| Hex | 84 | 4C | B7 | 1C | 3A | 0 | 1C | 10F | 2B | 33 |
| Octal | 204 | 114 | 267 | 34 | 72 | 0 | 34 | 417 | 53 | 63 |
| Binary | 10000100 | 1001100 | 10110111 | 11100 | 111010 | 0 | 11100 | 100001111 | 101011 | 110011 |
Color Harmonies of #844CB7
Complementary color
Monochromatic Colors of #844CB7
Black with #844CB7
Text Example
Text Example
White with #844CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CB7; }
p { color: rgb(132,76,183); }
H1.HeaderClassName
{
color: #844CB7;
}
.AnyTagClassName
{
color: #844CB7;
}
</style>
background-color css
<style>
a { background-color: #844CB7; }
a { background-color: rgb(132,76,183); }
div.DivClassName
{
background-color: #844CB7;
}
.BgClassName
{
background-color: #844CB7;
}
</style>
border-color css
<style>
span { border-color: #844CB7; }
span { border-color: rgb(132,76,183); }
td.TdClassName
{
border-color: #844CB7;
}
.TagClassName
{
border-color: #844CB7;
}
</style>