Shades of Deep Lilac #844FB4
Tints of Deep Lilac #844FB4
RGB
CMYK
RGB Variations
Color information
#844FB4 (or 0x844FB4) is known color: Deep Lilac. HEX triplet: 84, 4F and B4. RGB value is (132,79,180). Sum of RGB (Red+Green+Blue) = 132+79+180=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #844FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FB4 is #7BB04B. Grayscale: #6A6A6A. Windows color (decimal): -8106060 or 11816836. OLE color: 11816836.
HSL color Cylindrical-coordinate representation of color #844FB4: hue angle of 271.49º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844FB4 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 79 | 180 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.29 |
| HSL | 271.49º | 0.4% | 0.51% | - |
| HSV(B) | 271.49º | 0.56% | 0.71% | - |
| XYZ | 20.55 | 13.79 | 44.76 | - |
| YUV | 106.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 180 | 0.27 | 0.56 | 0 | 0.29 | 271.49 | 0.4 | 0.51 |
| Hex | 84 | 4F | B4 | 1B | 38 | 0 | 1D | 10F | 28 | 33 |
| Octal | 204 | 117 | 264 | 33 | 70 | 0 | 35 | 417 | 50 | 63 |
| Binary | 10000100 | 1001111 | 10110100 | 11011 | 111000 | 0 | 11101 | 100001111 | 101000 | 110011 |
Color Harmonies of #844FB4
Complementary color
Monochromatic Colors of #844FB4
Black with #844FB4
Text Example
Text Example
White with #844FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FB4; }
p { color: rgb(132,79,180); }
H1.HeaderClassName
{
color: #844FB4;
}
.AnyTagClassName
{
color: #844FB4;
}
</style>
background-color css
<style>
a { background-color: #844FB4; }
a { background-color: rgb(132,79,180); }
div.DivClassName
{
background-color: #844FB4;
}
.BgClassName
{
background-color: #844FB4;
}
</style>
border-color css
<style>
span { border-color: #844FB4; }
span { border-color: rgb(132,79,180); }
td.TdClassName
{
border-color: #844FB4;
}
.TagClassName
{
border-color: #844FB4;
}
</style>