Shades of Deep Lilac #8C5BAD
Tints of Deep Lilac #8C5BAD
RGB
CMYK
RGB Variations
Color information
#8C5BAD (or 0x8C5BAD) is known color: Deep Lilac. HEX triplet: 8C, 5B and AD. RGB value is (140,91,173). Sum of RGB (Red+Green+Blue) = 140+91+173=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C5BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5BAD is #73A452. Grayscale: #727272. Windows color (decimal): -7578707 or 11361164. OLE color: 11361164.
HSL color Cylindrical-coordinate representation of color #8C5BAD: hue angle of 275.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5BAD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 91 | 173 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.32 |
| HSL | 275.85º | 0.33% | 0.52% | - |
| HSV(B) | 275.85º | 0.47% | 0.68% | - |
| XYZ | 22.1 | 16.07 | 41.47 | - |
| YUV | 115 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 173 | 0.19 | 0.47 | 0 | 0.32 | 275.85 | 0.33 | 0.52 |
| Hex | 8C | 5B | AD | 13 | 2F | 0 | 20 | 114 | 21 | 34 |
| Octal | 214 | 133 | 255 | 23 | 57 | 0 | 40 | 424 | 41 | 64 |
| Binary | 10001100 | 1011011 | 10101101 | 10011 | 101111 | 0 | 100000 | 100010100 | 100001 | 110100 |
Color Harmonies of #8C5BAD
Complementary color
Monochromatic Colors of #8C5BAD
Black with #8C5BAD
Text Example
Text Example
White with #8C5BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BAD; }
p { color: rgb(140,91,173); }
H1.HeaderClassName
{
color: #8C5BAD;
}
.AnyTagClassName
{
color: #8C5BAD;
}
</style>
background-color css
<style>
a { background-color: #8C5BAD; }
a { background-color: rgb(140,91,173); }
div.DivClassName
{
background-color: #8C5BAD;
}
.BgClassName
{
background-color: #8C5BAD;
}
</style>
border-color css
<style>
span { border-color: #8C5BAD; }
span { border-color: rgb(140,91,173); }
td.TdClassName
{
border-color: #8C5BAD;
}
.TagClassName
{
border-color: #8C5BAD;
}
</style>