Shades of Deep Lilac #8D4DA5
Tints of Deep Lilac #8D4DA5
RGB
CMYK
RGB Variations
Color information
#8D4DA5 (or 0x8D4DA5) is known color: Deep Lilac. HEX triplet: 8D, 4D and A5. RGB value is (141,77,165). Sum of RGB (Red+Green+Blue) = 141+77+165=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #8D4DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4DA5 is #72B25A. Grayscale: #696969. Windows color (decimal): -7516763 or 10833293. OLE color: 10833293.
HSL color Cylindrical-coordinate representation of color #8D4DA5: hue angle of 283.64º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4DA5 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 77 | 165 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.35 |
| HSL | 283.64º | 0.36% | 0.47% | - |
| HSV(B) | 283.64º | 0.53% | 0.65% | - |
| XYZ | 20.43 | 13.69 | 37.16 | - |
| YUV | 106.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 165 | 0.15 | 0.53 | 0 | 0.35 | 283.64 | 0.36 | 0.47 |
| Hex | 8D | 4D | A5 | F | 35 | 0 | 23 | 11C | 24 | 2F |
| Octal | 215 | 115 | 245 | 17 | 65 | 0 | 43 | 434 | 44 | 57 |
| Binary | 10001101 | 1001101 | 10100101 | 1111 | 110101 | 0 | 100011 | 100011100 | 100100 | 101111 |
Color Harmonies of #8D4DA5
Complementary color
Monochromatic Colors of #8D4DA5
Black with #8D4DA5
Text Example
Text Example
White with #8D4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4DA5; }
p { color: rgb(141,77,165); }
H1.HeaderClassName
{
color: #8D4DA5;
}
.AnyTagClassName
{
color: #8D4DA5;
}
</style>
background-color css
<style>
a { background-color: #8D4DA5; }
a { background-color: rgb(141,77,165); }
div.DivClassName
{
background-color: #8D4DA5;
}
.BgClassName
{
background-color: #8D4DA5;
}
</style>
border-color css
<style>
span { border-color: #8D4DA5; }
span { border-color: rgb(141,77,165); }
td.TdClassName
{
border-color: #8D4DA5;
}
.TagClassName
{
border-color: #8D4DA5;
}
</style>