Shades of Deep Lilac #8C4DA5
Tints of Deep Lilac #8C4DA5
RGB
CMYK
RGB Variations
Color information
#8C4DA5 (or 0x8C4DA5) is known color: Deep Lilac. HEX triplet: 8C, 4D and A5. RGB value is (140,77,165). Sum of RGB (Red+Green+Blue) = 140+77+165=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 165 - color contains mainly: blue. Hex color #8C4DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4DA5 is #73B25A. Grayscale: #696969. Windows color (decimal): -7582299 or 10833292. OLE color: 10833292.
HSL color Cylindrical-coordinate representation of color #8C4DA5: hue angle of 282.95º 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 #8C4DA5 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 77 | 165 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.35 |
| HSL | 282.95º | 0.36% | 0.47% | - |
| HSV(B) | 282.95º | 0.53% | 0.65% | - |
| XYZ | 20.26 | 13.6 | 37.15 | - |
| YUV | 105.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 165 | 0.15 | 0.53 | 0 | 0.35 | 282.95 | 0.36 | 0.47 |
| Hex | 8C | 4D | A5 | F | 35 | 0 | 23 | 11B | 24 | 2F |
| Octal | 214 | 115 | 245 | 17 | 65 | 0 | 43 | 433 | 44 | 57 |
| Binary | 10001100 | 1001101 | 10100101 | 1111 | 110101 | 0 | 100011 | 100011011 | 100100 | 101111 |
Color Harmonies of #8C4DA5
Complementary color
Monochromatic Colors of #8C4DA5
Black with #8C4DA5
Text Example
Text Example
White with #8C4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DA5; }
p { color: rgb(140,77,165); }
H1.HeaderClassName
{
color: #8C4DA5;
}
.AnyTagClassName
{
color: #8C4DA5;
}
</style>
background-color css
<style>
a { background-color: #8C4DA5; }
a { background-color: rgb(140,77,165); }
div.DivClassName
{
background-color: #8C4DA5;
}
.BgClassName
{
background-color: #8C4DA5;
}
</style>
border-color css
<style>
span { border-color: #8C4DA5; }
span { border-color: rgb(140,77,165); }
td.TdClassName
{
border-color: #8C4DA5;
}
.TagClassName
{
border-color: #8C4DA5;
}
</style>