Shades of Deep Lilac #844BC6
Tints of Deep Lilac #844BC6
RGB
CMYK
RGB Variations
Color information
#844BC6 (or 0x844BC6) is known color: Deep Lilac. HEX triplet: 84, 4B and C6. RGB value is (132,75,198). Sum of RGB (Red+Green+Blue) = 132+75+198=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #844BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BC6 is #7BB439. Grayscale: #696969. Windows color (decimal): -8107066 or 12995460. OLE color: 12995460.
HSL color Cylindrical-coordinate representation of color #844BC6: hue angle of 267.8º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844BC6 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 75 | 198 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.22 |
| HSL | 267.8º | 0.52% | 0.54% | - |
| HSV(B) | 267.8º | 0.62% | 0.78% | - |
| XYZ | 22.22 | 14.01 | 54.96 | - |
| YUV | 106.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 198 | 0.33 | 0.62 | 0 | 0.22 | 267.8 | 0.52 | 0.54 |
| Hex | 84 | 4B | C6 | 21 | 3E | 0 | 16 | 10C | 34 | 36 |
| Octal | 204 | 113 | 306 | 41 | 76 | 0 | 26 | 414 | 64 | 66 |
| Binary | 10000100 | 1001011 | 11000110 | 100001 | 111110 | 0 | 10110 | 100001100 | 110100 | 110110 |
Color Harmonies of #844BC6
Complementary color
Monochromatic Colors of #844BC6
Black with #844BC6
Text Example
Text Example
White with #844BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BC6; }
p { color: rgb(132,75,198); }
H1.HeaderClassName
{
color: #844BC6;
}
.AnyTagClassName
{
color: #844BC6;
}
</style>
background-color css
<style>
a { background-color: #844BC6; }
a { background-color: rgb(132,75,198); }
div.DivClassName
{
background-color: #844BC6;
}
.BgClassName
{
background-color: #844BC6;
}
</style>
border-color css
<style>
span { border-color: #844BC6; }
span { border-color: rgb(132,75,198); }
td.TdClassName
{
border-color: #844BC6;
}
.TagClassName
{
border-color: #844BC6;
}
</style>