Shades of Deep Lilac #8449C7
Tints of Deep Lilac #8449C7
RGB
CMYK
RGB Variations
Color information
#8449C7 (or 0x8449C7) is known color: Deep Lilac. HEX triplet: 84, 49 and C7. RGB value is (132,73,199). Sum of RGB (Red+Green+Blue) = 132+73+199=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #8449C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449C7 is #7BB638. Grayscale: #686868. Windows color (decimal): -8107577 or 13060484. OLE color: 13060484.
HSL color Cylindrical-coordinate representation of color #8449C7: hue angle of 268.1º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8449C7 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 73 | 199 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.22 |
| HSL | 268.1º | 0.53% | 0.53% | - |
| HSV(B) | 268.1º | 0.63% | 0.78% | - |
| XYZ | 22.21 | 13.79 | 55.52 | - |
| YUV | 105.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 199 | 0.34 | 0.63 | 0 | 0.22 | 268.1 | 0.53 | 0.53 |
| Hex | 84 | 49 | C7 | 22 | 3F | 0 | 16 | 10C | 35 | 35 |
| Octal | 204 | 111 | 307 | 42 | 77 | 0 | 26 | 414 | 65 | 65 |
| Binary | 10000100 | 1001001 | 11000111 | 100010 | 111111 | 0 | 10110 | 100001100 | 110101 | 110101 |
Color Harmonies of #8449C7
Complementary color
Monochromatic Colors of #8449C7
Black with #8449C7
Text Example
Text Example
White with #8449C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449C7; }
p { color: rgb(132,73,199); }
H1.HeaderClassName
{
color: #8449C7;
}
.AnyTagClassName
{
color: #8449C7;
}
</style>
background-color css
<style>
a { background-color: #8449C7; }
a { background-color: rgb(132,73,199); }
div.DivClassName
{
background-color: #8449C7;
}
.BgClassName
{
background-color: #8449C7;
}
</style>
border-color css
<style>
span { border-color: #8449C7; }
span { border-color: rgb(132,73,199); }
td.TdClassName
{
border-color: #8449C7;
}
.TagClassName
{
border-color: #8449C7;
}
</style>