Shades of Deep Lilac #8C49A6
Tints of Deep Lilac #8C49A6
RGB
CMYK
RGB Variations
Color information
#8C49A6 (or 0x8C49A6) is known color: Deep Lilac. HEX triplet: 8C, 49 and A6. RGB value is (140,73,166). Sum of RGB (Red+Green+Blue) = 140+73+166=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C49A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C49A6 is #73B659. Grayscale: #676767. Windows color (decimal): -7583322 or 10897804. OLE color: 10897804.
HSL color Cylindrical-coordinate representation of color #8C49A6: hue angle of 283.23º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C49A6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 73 | 166 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.35 |
| HSL | 283.23º | 0.39% | 0.47% | - |
| HSV(B) | 283.23º | 0.56% | 0.65% | - |
| XYZ | 20.08 | 13.09 | 37.55 | - |
| YUV | 103.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 166 | 0.16 | 0.56 | 0 | 0.35 | 283.23 | 0.39 | 0.47 |
| Hex | 8C | 49 | A6 | 10 | 38 | 0 | 23 | 11B | 27 | 2F |
| Octal | 214 | 111 | 246 | 20 | 70 | 0 | 43 | 433 | 47 | 57 |
| Binary | 10001100 | 1001001 | 10100110 | 10000 | 111000 | 0 | 100011 | 100011011 | 100111 | 101111 |
Color Harmonies of #8C49A6
Complementary color
Monochromatic Colors of #8C49A6
Black with #8C49A6
Text Example
Text Example
White with #8C49A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49A6; }
p { color: rgb(140,73,166); }
H1.HeaderClassName
{
color: #8C49A6;
}
.AnyTagClassName
{
color: #8C49A6;
}
</style>
background-color css
<style>
a { background-color: #8C49A6; }
a { background-color: rgb(140,73,166); }
div.DivClassName
{
background-color: #8C49A6;
}
.BgClassName
{
background-color: #8C49A6;
}
</style>
border-color css
<style>
span { border-color: #8C49A6; }
span { border-color: rgb(140,73,166); }
td.TdClassName
{
border-color: #8C49A6;
}
.TagClassName
{
border-color: #8C49A6;
}
</style>