Shades of Deep Lilac #844FC7
Tints of Deep Lilac #844FC7
RGB
CMYK
RGB Variations
Color information
#844FC7 (or 0x844FC7) is known color: Deep Lilac. HEX triplet: 84, 4F and C7. RGB value is (132,79,199). Sum of RGB (Red+Green+Blue) = 132+79+199=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #844FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FC7 is #7BB038. Grayscale: #6C6C6C. Windows color (decimal): -8106041 or 13062020. OLE color: 13062020.
HSL color Cylindrical-coordinate representation of color #844FC7: hue angle of 266.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #844FC7 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 79 | 199 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.22 |
| HSL | 266.5º | 0.52% | 0.55% | - |
| HSV(B) | 266.5º | 0.6% | 0.78% | - |
| XYZ | 22.62 | 14.62 | 55.66 | - |
| YUV | 108.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 199 | 0.34 | 0.60 | 0 | 0.22 | 266.5 | 0.52 | 0.55 |
| Hex | 84 | 4F | C7 | 22 | 3C | 0 | 16 | 10A | 34 | 37 |
| Octal | 204 | 117 | 307 | 42 | 74 | 0 | 26 | 412 | 64 | 67 |
| Binary | 10000100 | 1001111 | 11000111 | 100010 | 111100 | 0 | 10110 | 100001010 | 110100 | 110111 |
Color Harmonies of #844FC7
Complementary color
Monochromatic Colors of #844FC7
Black with #844FC7
Text Example
Text Example
White with #844FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FC7; }
p { color: rgb(132,79,199); }
H1.HeaderClassName
{
color: #844FC7;
}
.AnyTagClassName
{
color: #844FC7;
}
</style>
background-color css
<style>
a { background-color: #844FC7; }
a { background-color: rgb(132,79,199); }
div.DivClassName
{
background-color: #844FC7;
}
.BgClassName
{
background-color: #844FC7;
}
</style>
border-color css
<style>
span { border-color: #844FC7; }
span { border-color: rgb(132,79,199); }
td.TdClassName
{
border-color: #844FC7;
}
.TagClassName
{
border-color: #844FC7;
}
</style>