Shades of Deep Lilac #844AC8
Tints of Deep Lilac #844AC8
RGB
CMYK
RGB Variations
Color information
#844AC8 (or 0x844AC8) is known color: Deep Lilac. HEX triplet: 84, 4A and C8. RGB value is (132,74,200). Sum of RGB (Red+Green+Blue) = 132+74+200=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #844AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844AC8 is #7BB537. Grayscale: #696969. Windows color (decimal): -8107320 or 13126276. OLE color: 13126276.
HSL color Cylindrical-coordinate representation of color #844AC8: hue angle of 267.62º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #844AC8 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 74 | 200 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.22 |
| HSL | 267.62º | 0.53% | 0.54% | - |
| HSV(B) | 267.62º | 0.63% | 0.78% | - |
| XYZ | 22.39 | 13.97 | 56.16 | - |
| YUV | 105.71 | 181.22 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 200 | 0.34 | 0.63 | 0 | 0.22 | 267.62 | 0.53 | 0.54 |
| Hex | 84 | 4A | C8 | 22 | 3F | 0 | 16 | 10C | 35 | 36 |
| Octal | 204 | 112 | 310 | 42 | 77 | 0 | 26 | 414 | 65 | 66 |
| Binary | 10000100 | 1001010 | 11001000 | 100010 | 111111 | 0 | 10110 | 100001100 | 110101 | 110110 |
Color Harmonies of #844AC8
Complementary color
Monochromatic Colors of #844AC8
Black with #844AC8
Text Example
Text Example
White with #844AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844AC8; }
p { color: rgb(132,74,200); }
H1.HeaderClassName
{
color: #844AC8;
}
.AnyTagClassName
{
color: #844AC8;
}
</style>
background-color css
<style>
a { background-color: #844AC8; }
a { background-color: rgb(132,74,200); }
div.DivClassName
{
background-color: #844AC8;
}
.BgClassName
{
background-color: #844AC8;
}
</style>
border-color css
<style>
span { border-color: #844AC8; }
span { border-color: rgb(132,74,200); }
td.TdClassName
{
border-color: #844AC8;
}
.TagClassName
{
border-color: #844AC8;
}
</style>