Shades of Deep Lilac #8C53AB
Tints of Deep Lilac #8C53AB
RGB
CMYK
RGB Variations
Color information
#8C53AB (or 0x8C53AB) is known color: Deep Lilac. HEX triplet: 8C, 53 and AB. RGB value is (140,83,171). Sum of RGB (Red+Green+Blue) = 140+83+171=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C53AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C53AB is #73AC54. Grayscale: #6D6D6D. Windows color (decimal): -7580757 or 11228044. OLE color: 11228044.
HSL color Cylindrical-coordinate representation of color #8C53AB: hue angle of 278.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C53AB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 83 | 171 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.33 |
| HSL | 278.86º | 0.35% | 0.5% | - |
| HSV(B) | 278.86º | 0.51% | 0.67% | - |
| XYZ | 21.26 | 14.7 | 40.25 | - |
| YUV | 110.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 171 | 0.18 | 0.51 | 0 | 0.33 | 278.86 | 0.35 | 0.5 |
| Hex | 8C | 53 | AB | 12 | 33 | 0 | 21 | 117 | 23 | 32 |
| Octal | 214 | 123 | 253 | 22 | 63 | 0 | 41 | 427 | 43 | 62 |
| Binary | 10001100 | 1010011 | 10101011 | 10010 | 110011 | 0 | 100001 | 100010111 | 100011 | 110010 |
Color Harmonies of #8C53AB
Complementary color
Monochromatic Colors of #8C53AB
Black with #8C53AB
Text Example
Text Example
White with #8C53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C53AB; }
p { color: rgb(140,83,171); }
H1.HeaderClassName
{
color: #8C53AB;
}
.AnyTagClassName
{
color: #8C53AB;
}
</style>
background-color css
<style>
a { background-color: #8C53AB; }
a { background-color: rgb(140,83,171); }
div.DivClassName
{
background-color: #8C53AB;
}
.BgClassName
{
background-color: #8C53AB;
}
</style>
border-color css
<style>
span { border-color: #8C53AB; }
span { border-color: rgb(140,83,171); }
td.TdClassName
{
border-color: #8C53AB;
}
.TagClassName
{
border-color: #8C53AB;
}
</style>