Shades of Deep Lilac #844FBA
Tints of Deep Lilac #844FBA
RGB
CMYK
RGB Variations
Color information
#844FBA (or 0x844FBA) is known color: Deep Lilac. HEX triplet: 84, 4F and BA. RGB value is (132,79,186). Sum of RGB (Red+Green+Blue) = 132+79+186=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #844FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FBA is #7BB045. Grayscale: #6A6A6A. Windows color (decimal): -8106054 or 12210052. OLE color: 12210052.
HSL color Cylindrical-coordinate representation of color #844FBA: hue angle of 269.72º 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 #844FBA is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 79 | 186 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.27 |
| HSL | 269.72º | 0.44% | 0.52% | - |
| HSV(B) | 269.72º | 0.58% | 0.73% | - |
| XYZ | 21.17 | 14.04 | 48.05 | - |
| YUV | 107.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 186 | 0.29 | 0.58 | 0 | 0.27 | 269.72 | 0.44 | 0.52 |
| Hex | 84 | 4F | BA | 1D | 3A | 0 | 1B | 10E | 2C | 34 |
| Octal | 204 | 117 | 272 | 35 | 72 | 0 | 33 | 416 | 54 | 64 |
| Binary | 10000100 | 1001111 | 10111010 | 11101 | 111010 | 0 | 11011 | 100001110 | 101100 | 110100 |
Color Harmonies of #844FBA
Complementary color
Monochromatic Colors of #844FBA
Black with #844FBA
Text Example
Text Example
White with #844FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FBA; }
p { color: rgb(132,79,186); }
H1.HeaderClassName
{
color: #844FBA;
}
.AnyTagClassName
{
color: #844FBA;
}
</style>
background-color css
<style>
a { background-color: #844FBA; }
a { background-color: rgb(132,79,186); }
div.DivClassName
{
background-color: #844FBA;
}
.BgClassName
{
background-color: #844FBA;
}
</style>
border-color css
<style>
span { border-color: #844FBA; }
span { border-color: rgb(132,79,186); }
td.TdClassName
{
border-color: #844FBA;
}
.TagClassName
{
border-color: #844FBA;
}
</style>