Shades of Deep Lilac #8D49A8
Tints of Deep Lilac #8D49A8
RGB
CMYK
RGB Variations
Color information
#8D49A8 (or 0x8D49A8) is known color: Deep Lilac. HEX triplet: 8D, 49 and A8. RGB value is (141,73,168). Sum of RGB (Red+Green+Blue) = 141+73+168=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 168 - color contains mainly: blue. Hex color #8D49A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D49A8 is #72B657. Grayscale: #676767. Windows color (decimal): -7517784 or 11028877. OLE color: 11028877.
HSL color Cylindrical-coordinate representation of color #8D49A8: hue angle of 282.95º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D49A8 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 73 | 168 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.34 |
| HSL | 282.95º | 0.39% | 0.47% | - |
| HSV(B) | 282.95º | 0.57% | 0.66% | - |
| XYZ | 20.43 | 13.25 | 38.53 | - |
| YUV | 104.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 168 | 0.16 | 0.57 | 0 | 0.34 | 282.95 | 0.39 | 0.47 |
| Hex | 8D | 49 | A8 | 10 | 39 | 0 | 22 | 11B | 27 | 2F |
| Octal | 215 | 111 | 250 | 20 | 71 | 0 | 42 | 433 | 47 | 57 |
| Binary | 10001101 | 1001001 | 10101000 | 10000 | 111001 | 0 | 100010 | 100011011 | 100111 | 101111 |
Color Harmonies of #8D49A8
Complementary color
Monochromatic Colors of #8D49A8
Black with #8D49A8
Text Example
Text Example
White with #8D49A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D49A8; }
p { color: rgb(141,73,168); }
H1.HeaderClassName
{
color: #8D49A8;
}
.AnyTagClassName
{
color: #8D49A8;
}
</style>
background-color css
<style>
a { background-color: #8D49A8; }
a { background-color: rgb(141,73,168); }
div.DivClassName
{
background-color: #8D49A8;
}
.BgClassName
{
background-color: #8D49A8;
}
</style>
border-color css
<style>
span { border-color: #8D49A8; }
span { border-color: rgb(141,73,168); }
td.TdClassName
{
border-color: #8D49A8;
}
.TagClassName
{
border-color: #8D49A8;
}
</style>