Shades of Deep Lilac #844FBB
Tints of Deep Lilac #844FBB
RGB
CMYK
RGB Variations
Color information
#844FBB (or 0x844FBB) is known color: Deep Lilac. HEX triplet: 84, 4F and BB. RGB value is (132,79,187). Sum of RGB (Red+Green+Blue) = 132+79+187=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #844FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FBB is #7BB044. Grayscale: #6A6A6A. Windows color (decimal): -8106053 or 12275588. OLE color: 12275588.
HSL color Cylindrical-coordinate representation of color #844FBB: hue angle of 269.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844FBB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 79 | 187 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.27 |
| HSL | 269.44º | 0.44% | 0.52% | - |
| HSV(B) | 269.44º | 0.58% | 0.73% | - |
| XYZ | 21.28 | 14.09 | 48.61 | - |
| YUV | 107.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 187 | 0.29 | 0.58 | 0 | 0.27 | 269.44 | 0.44 | 0.52 |
| Hex | 84 | 4F | BB | 1D | 3A | 0 | 1B | 10D | 2C | 34 |
| Octal | 204 | 117 | 273 | 35 | 72 | 0 | 33 | 415 | 54 | 64 |
| Binary | 10000100 | 1001111 | 10111011 | 11101 | 111010 | 0 | 11011 | 100001101 | 101100 | 110100 |
Color Harmonies of #844FBB
Complementary color
Monochromatic Colors of #844FBB
Black with #844FBB
Text Example
Text Example
White with #844FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FBB; }
p { color: rgb(132,79,187); }
H1.HeaderClassName
{
color: #844FBB;
}
.AnyTagClassName
{
color: #844FBB;
}
</style>
background-color css
<style>
a { background-color: #844FBB; }
a { background-color: rgb(132,79,187); }
div.DivClassName
{
background-color: #844FBB;
}
.BgClassName
{
background-color: #844FBB;
}
</style>
border-color css
<style>
span { border-color: #844FBB; }
span { border-color: rgb(132,79,187); }
td.TdClassName
{
border-color: #844FBB;
}
.TagClassName
{
border-color: #844FBB;
}
</style>