Shades of Deep Lilac #8C51AA
Tints of Deep Lilac #8C51AA
RGB
CMYK
RGB Variations
Color information
#8C51AA (or 0x8C51AA) is known color: Deep Lilac. HEX triplet: 8C, 51 and AA. RGB value is (140,81,170). Sum of RGB (Red+Green+Blue) = 140+81+170=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C51AA is #73AE55. Grayscale: #6C6C6C. Windows color (decimal): -7581270 or 11161996. OLE color: 11161996.
HSL color Cylindrical-coordinate representation of color #8C51AA: hue angle of 279.78º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C51AA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 81 | 170 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.33 |
| HSL | 279.78º | 0.35% | 0.49% | - |
| HSV(B) | 279.78º | 0.52% | 0.67% | - |
| XYZ | 21.01 | 14.36 | 39.69 | - |
| YUV | 108.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 170 | 0.18 | 0.52 | 0 | 0.33 | 279.78 | 0.35 | 0.49 |
| Hex | 8C | 51 | AA | 12 | 34 | 0 | 21 | 118 | 23 | 31 |
| Octal | 214 | 121 | 252 | 22 | 64 | 0 | 41 | 430 | 43 | 61 |
| Binary | 10001100 | 1010001 | 10101010 | 10010 | 110100 | 0 | 100001 | 100011000 | 100011 | 110001 |
Color Harmonies of #8C51AA
Complementary color
Monochromatic Colors of #8C51AA
Black with #8C51AA
Text Example
Text Example
White with #8C51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C51AA; }
p { color: rgb(140,81,170); }
H1.HeaderClassName
{
color: #8C51AA;
}
.AnyTagClassName
{
color: #8C51AA;
}
</style>
background-color css
<style>
a { background-color: #8C51AA; }
a { background-color: rgb(140,81,170); }
div.DivClassName
{
background-color: #8C51AA;
}
.BgClassName
{
background-color: #8C51AA;
}
</style>
border-color css
<style>
span { border-color: #8C51AA; }
span { border-color: rgb(140,81,170); }
td.TdClassName
{
border-color: #8C51AA;
}
.TagClassName
{
border-color: #8C51AA;
}
</style>