Shades of Deep Lilac #8D4DAD
Tints of Deep Lilac #8D4DAD
RGB
CMYK
RGB Variations
Color information
#8D4DAD (or 0x8D4DAD) is known color: Deep Lilac. HEX triplet: 8D, 4D and AD. RGB value is (141,77,173). Sum of RGB (Red+Green+Blue) = 141+77+173=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D4DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4DAD is #72B252. Grayscale: #6A6A6A. Windows color (decimal): -7516755 or 11357581. OLE color: 11357581.
HSL color Cylindrical-coordinate representation of color #8D4DAD: hue angle of 280º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4DAD is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 77 | 173 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.32 |
| HSL | 280º | 0.38% | 0.49% | - |
| HSV(B) | 280º | 0.55% | 0.68% | - |
| XYZ | 21.18 | 13.99 | 41.12 | - |
| YUV | 107.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 173 | 0.18 | 0.55 | 0 | 0.32 | 280 | 0.38 | 0.49 |
| Hex | 8D | 4D | AD | 12 | 37 | 0 | 20 | 118 | 26 | 31 |
| Octal | 215 | 115 | 255 | 22 | 67 | 0 | 40 | 430 | 46 | 61 |
| Binary | 10001101 | 1001101 | 10101101 | 10010 | 110111 | 0 | 100000 | 100011000 | 100110 | 110001 |
Color Harmonies of #8D4DAD
Complementary color
Monochromatic Colors of #8D4DAD
Black with #8D4DAD
Text Example
Text Example
White with #8D4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4DAD; }
p { color: rgb(141,77,173); }
H1.HeaderClassName
{
color: #8D4DAD;
}
.AnyTagClassName
{
color: #8D4DAD;
}
</style>
background-color css
<style>
a { background-color: #8D4DAD; }
a { background-color: rgb(141,77,173); }
div.DivClassName
{
background-color: #8D4DAD;
}
.BgClassName
{
background-color: #8D4DAD;
}
</style>
border-color css
<style>
span { border-color: #8D4DAD; }
span { border-color: rgb(141,77,173); }
td.TdClassName
{
border-color: #8D4DAD;
}
.TagClassName
{
border-color: #8D4DAD;
}
</style>