Shades of Deep Lilac #844ACB
Tints of Deep Lilac #844ACB
RGB
CMYK
RGB Variations
Color information
#844ACB (or 0x844ACB) is known color: Deep Lilac. HEX triplet: 84, 4A and CB. RGB value is (132,74,203). Sum of RGB (Red+Green+Blue) = 132+74+203=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #844ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ACB is #7BB534. Grayscale: #696969. Windows color (decimal): -8107317 or 13322884. OLE color: 13322884.
HSL color Cylindrical-coordinate representation of color #844ACB: hue angle of 266.98º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844ACB is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 74 | 203 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.20 |
| HSL | 266.98º | 0.55% | 0.54% | - |
| HSV(B) | 266.98º | 0.64% | 0.8% | - |
| XYZ | 22.74 | 14.11 | 58.03 | - |
| YUV | 106.05 | 182.72 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 203 | 0.35 | 0.64 | 0 | 0.20 | 266.98 | 0.55 | 0.54 |
| Hex | 84 | 4A | CB | 23 | 40 | 0 | 14 | 10B | 37 | 36 |
| Octal | 204 | 112 | 313 | 43 | 100 | 0 | 24 | 413 | 67 | 66 |
| Binary | 10000100 | 1001010 | 11001011 | 100011 | 1000000 | 0 | 10100 | 100001011 | 110111 | 110110 |
Color Harmonies of #844ACB
Complementary color
Monochromatic Colors of #844ACB
Black with #844ACB
Text Example
Text Example
White with #844ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844ACB; }
p { color: rgb(132,74,203); }
H1.HeaderClassName
{
color: #844ACB;
}
.AnyTagClassName
{
color: #844ACB;
}
</style>
background-color css
<style>
a { background-color: #844ACB; }
a { background-color: rgb(132,74,203); }
div.DivClassName
{
background-color: #844ACB;
}
.BgClassName
{
background-color: #844ACB;
}
</style>
border-color css
<style>
span { border-color: #844ACB; }
span { border-color: rgb(132,74,203); }
td.TdClassName
{
border-color: #844ACB;
}
.TagClassName
{
border-color: #844ACB;
}
</style>