Shades of Deep Lilac #8C53AC
Tints of Deep Lilac #8C53AC
RGB
CMYK
RGB Variations
Color information
#8C53AC (or 0x8C53AC) is known color: Deep Lilac. HEX triplet: 8C, 53 and AC. RGB value is (140,83,172). Sum of RGB (Red+Green+Blue) = 140+83+172=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C53AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C53AC is #73AC53. Grayscale: #6D6D6D. Windows color (decimal): -7580756 or 11293580. OLE color: 11293580.
HSL color Cylindrical-coordinate representation of color #8C53AC: hue angle of 278.43º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C53AC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 83 | 172 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.33 |
| HSL | 278.43º | 0.35% | 0.5% | - |
| HSV(B) | 278.43º | 0.52% | 0.67% | - |
| XYZ | 21.35 | 14.74 | 40.75 | - |
| YUV | 110.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 172 | 0.19 | 0.52 | 0 | 0.33 | 278.43 | 0.35 | 0.5 |
| Hex | 8C | 53 | AC | 13 | 34 | 0 | 21 | 116 | 23 | 32 |
| Octal | 214 | 123 | 254 | 23 | 64 | 0 | 41 | 426 | 43 | 62 |
| Binary | 10001100 | 1010011 | 10101100 | 10011 | 110100 | 0 | 100001 | 100010110 | 100011 | 110010 |
Color Harmonies of #8C53AC
Complementary color
Monochromatic Colors of #8C53AC
Black with #8C53AC
Text Example
Text Example
White with #8C53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C53AC; }
p { color: rgb(140,83,172); }
H1.HeaderClassName
{
color: #8C53AC;
}
.AnyTagClassName
{
color: #8C53AC;
}
</style>
background-color css
<style>
a { background-color: #8C53AC; }
a { background-color: rgb(140,83,172); }
div.DivClassName
{
background-color: #8C53AC;
}
.BgClassName
{
background-color: #8C53AC;
}
</style>
border-color css
<style>
span { border-color: #8C53AC; }
span { border-color: rgb(140,83,172); }
td.TdClassName
{
border-color: #8C53AC;
}
.TagClassName
{
border-color: #8C53AC;
}
</style>