Shades of Deep Lilac #8C49C8
Tints of Deep Lilac #8C49C8
RGB
CMYK
RGB Variations
Color information
#8C49C8 (or 0x8C49C8) is known color: Deep Lilac. HEX triplet: 8C, 49 and C8. RGB value is (140,73,200). Sum of RGB (Red+Green+Blue) = 140+73+200=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #8C49C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49C8 is #73B637. Grayscale: #6B6B6B. Windows color (decimal): -7583288 or 13126028. OLE color: 13126028.
HSL color Cylindrical-coordinate representation of color #8C49C8: hue angle of 271.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C49C8 is Cyan = 0.3, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 73 | 200 | - |
| CMYK | 0.3 | 0.64 | 0 | 0.22 |
| HSL | 271.65º | 0.54% | 0.54% | - |
| HSV(B) | 271.65º | 0.64% | 0.78% | - |
| XYZ | 23.62 | 14.51 | 56.2 | - |
| YUV | 107.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 200 | 0.3 | 0.64 | 0 | 0.22 | 271.65 | 0.54 | 0.54 |
| Hex | 8C | 49 | C8 | 1E | 40 | 0 | 16 | 110 | 36 | 36 |
| Octal | 214 | 111 | 310 | 36 | 100 | 0 | 26 | 420 | 66 | 66 |
| Binary | 10001100 | 1001001 | 11001000 | 11110 | 1000000 | 0 | 10110 | 100010000 | 110110 | 110110 |
Color Harmonies of #8C49C8
Complementary color
Monochromatic Colors of #8C49C8
Black with #8C49C8
Text Example
Text Example
White with #8C49C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49C8; }
p { color: rgb(140,73,200); }
H1.HeaderClassName
{
color: #8C49C8;
}
.AnyTagClassName
{
color: #8C49C8;
}
</style>
background-color css
<style>
a { background-color: #8C49C8; }
a { background-color: rgb(140,73,200); }
div.DivClassName
{
background-color: #8C49C8;
}
.BgClassName
{
background-color: #8C49C8;
}
</style>
border-color css
<style>
span { border-color: #8C49C8; }
span { border-color: rgb(140,73,200); }
td.TdClassName
{
border-color: #8C49C8;
}
.TagClassName
{
border-color: #8C49C8;
}
</style>