Shades of Deep Lilac #8D57AD
Tints of Deep Lilac #8D57AD
RGB
CMYK
RGB Variations
Color information
#8D57AD (or 0x8D57AD) is known color: Deep Lilac. HEX triplet: 8D, 57 and AD. RGB value is (141,87,173). Sum of RGB (Red+Green+Blue) = 141+87+173=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D57AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D57AD is #72A852. Grayscale: #707070. Windows color (decimal): -7514195 or 11360141. OLE color: 11360141.
HSL color Cylindrical-coordinate representation of color #8D57AD: hue angle of 277.67º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D57AD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 87 | 173 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.32 |
| HSL | 277.67º | 0.34% | 0.51% | - |
| HSV(B) | 277.67º | 0.5% | 0.68% | - |
| XYZ | 21.94 | 15.5 | 41.37 | - |
| YUV | 112.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 173 | 0.18 | 0.50 | 0 | 0.32 | 277.67 | 0.34 | 0.51 |
| Hex | 8D | 57 | AD | 12 | 32 | 0 | 20 | 116 | 22 | 33 |
| Octal | 215 | 127 | 255 | 22 | 62 | 0 | 40 | 426 | 42 | 63 |
| Binary | 10001101 | 1010111 | 10101101 | 10010 | 110010 | 0 | 100000 | 100010110 | 100010 | 110011 |
Color Harmonies of #8D57AD
Complementary color
Monochromatic Colors of #8D57AD
Black with #8D57AD
Text Example
Text Example
White with #8D57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D57AD; }
p { color: rgb(141,87,173); }
H1.HeaderClassName
{
color: #8D57AD;
}
.AnyTagClassName
{
color: #8D57AD;
}
</style>
background-color css
<style>
a { background-color: #8D57AD; }
a { background-color: rgb(141,87,173); }
div.DivClassName
{
background-color: #8D57AD;
}
.BgClassName
{
background-color: #8D57AD;
}
</style>
border-color css
<style>
span { border-color: #8D57AD; }
span { border-color: rgb(141,87,173); }
td.TdClassName
{
border-color: #8D57AD;
}
.TagClassName
{
border-color: #8D57AD;
}
</style>