Shades of Deep Lilac #8C53AF
Tints of Deep Lilac #8C53AF
RGB
CMYK
RGB Variations
Color information
#8C53AF (or 0x8C53AF) is known color: Deep Lilac. HEX triplet: 8C, 53 and AF. RGB value is (140,83,175). Sum of RGB (Red+Green+Blue) = 140+83+175=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C53AF is #73AC50. Grayscale: #6E6E6E. Windows color (decimal): -7580753 or 11490188. OLE color: 11490188.
HSL color Cylindrical-coordinate representation of color #8C53AF: hue angle of 277.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C53AF is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 83 | 175 | - |
| CMYK | 0.2 | 0.53 | 0 | 0.31 |
| HSL | 277.17º | 0.37% | 0.51% | - |
| HSV(B) | 277.17º | 0.53% | 0.69% | - |
| XYZ | 21.65 | 14.86 | 42.28 | - |
| YUV | 110.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 175 | 0.2 | 0.53 | 0 | 0.31 | 277.17 | 0.37 | 0.51 |
| Hex | 8C | 53 | AF | 14 | 35 | 0 | 1F | 115 | 25 | 33 |
| Octal | 214 | 123 | 257 | 24 | 65 | 0 | 37 | 425 | 45 | 63 |
| Binary | 10001100 | 1010011 | 10101111 | 10100 | 110101 | 0 | 11111 | 100010101 | 100101 | 110011 |
Color Harmonies of #8C53AF
Complementary color
Monochromatic Colors of #8C53AF
Black with #8C53AF
Text Example
Text Example
White with #8C53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C53AF; }
p { color: rgb(140,83,175); }
H1.HeaderClassName
{
color: #8C53AF;
}
.AnyTagClassName
{
color: #8C53AF;
}
</style>
background-color css
<style>
a { background-color: #8C53AF; }
a { background-color: rgb(140,83,175); }
div.DivClassName
{
background-color: #8C53AF;
}
.BgClassName
{
background-color: #8C53AF;
}
</style>
border-color css
<style>
span { border-color: #8C53AF; }
span { border-color: rgb(140,83,175); }
td.TdClassName
{
border-color: #8C53AF;
}
.TagClassName
{
border-color: #8C53AF;
}
</style>