Shades of Deep Lilac #8C49CE
Tints of Deep Lilac #8C49CE
RGB
CMYK
RGB Variations
Color information
#8C49CE (or 0x8C49CE) is known color: Deep Lilac. HEX triplet: 8C, 49 and CE. RGB value is (140,73,206). Sum of RGB (Red+Green+Blue) = 140+73+206=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49CE is #73B631. Grayscale: #6B6B6B. Windows color (decimal): -7583282 or 13519244. OLE color: 13519244.
HSL color Cylindrical-coordinate representation of color #8C49CE: hue angle of 270.23º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C49CE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 73 | 206 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.19 |
| HSL | 270.23º | 0.58% | 0.55% | - |
| HSV(B) | 270.23º | 0.65% | 0.81% | - |
| XYZ | 24.34 | 14.8 | 59.97 | - |
| YUV | 108.2 | 183.2 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 206 | 0.32 | 0.65 | 0 | 0.19 | 270.23 | 0.58 | 0.55 |
| Hex | 8C | 49 | CE | 20 | 41 | 0 | 13 | 10E | 3A | 37 |
| Octal | 214 | 111 | 316 | 40 | 101 | 0 | 23 | 416 | 72 | 67 |
| Binary | 10001100 | 1001001 | 11001110 | 100000 | 1000001 | 0 | 10011 | 100001110 | 111010 | 110111 |
Color Harmonies of #8C49CE
Complementary color
Monochromatic Colors of #8C49CE
Black with #8C49CE
Text Example
Text Example
White with #8C49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49CE; }
p { color: rgb(140,73,206); }
H1.HeaderClassName
{
color: #8C49CE;
}
.AnyTagClassName
{
color: #8C49CE;
}
</style>
background-color css
<style>
a { background-color: #8C49CE; }
a { background-color: rgb(140,73,206); }
div.DivClassName
{
background-color: #8C49CE;
}
.BgClassName
{
background-color: #8C49CE;
}
</style>
border-color css
<style>
span { border-color: #8C49CE; }
span { border-color: rgb(140,73,206); }
td.TdClassName
{
border-color: #8C49CE;
}
.TagClassName
{
border-color: #8C49CE;
}
</style>