Shades of Deep Lilac #844CC7
Tints of Deep Lilac #844CC7
RGB
CMYK
RGB Variations
Color information
#844CC7 (or 0x844CC7) is known color: Deep Lilac. HEX triplet: 84, 4C and C7. RGB value is (132,76,199). Sum of RGB (Red+Green+Blue) = 132+76+199=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #844CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CC7 is #7BB338. Grayscale: #6A6A6A. Windows color (decimal): -8106809 or 13061252. OLE color: 13061252.
HSL color Cylindrical-coordinate representation of color #844CC7: hue angle of 267.32º 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 #844CC7 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 76 | 199 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.22 |
| HSL | 267.32º | 0.52% | 0.54% | - |
| HSV(B) | 267.32º | 0.62% | 0.78% | - |
| XYZ | 22.41 | 14.2 | 55.59 | - |
| YUV | 106.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 199 | 0.34 | 0.62 | 0 | 0.22 | 267.32 | 0.52 | 0.54 |
| Hex | 84 | 4C | C7 | 22 | 3E | 0 | 16 | 10B | 34 | 36 |
| Octal | 204 | 114 | 307 | 42 | 76 | 0 | 26 | 413 | 64 | 66 |
| Binary | 10000100 | 1001100 | 11000111 | 100010 | 111110 | 0 | 10110 | 100001011 | 110100 | 110110 |
Color Harmonies of #844CC7
Complementary color
Monochromatic Colors of #844CC7
Black with #844CC7
Text Example
Text Example
White with #844CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CC7; }
p { color: rgb(132,76,199); }
H1.HeaderClassName
{
color: #844CC7;
}
.AnyTagClassName
{
color: #844CC7;
}
</style>
background-color css
<style>
a { background-color: #844CC7; }
a { background-color: rgb(132,76,199); }
div.DivClassName
{
background-color: #844CC7;
}
.BgClassName
{
background-color: #844CC7;
}
</style>
border-color css
<style>
span { border-color: #844CC7; }
span { border-color: rgb(132,76,199); }
td.TdClassName
{
border-color: #844CC7;
}
.TagClassName
{
border-color: #844CC7;
}
</style>