Shades of Deep Lilac #8C3CAD
Tints of Deep Lilac #8C3CAD
RGB
CMYK
RGB Variations
Color information
#8C3CAD (or 0x8C3CAD) is known color: Deep Lilac. HEX triplet: 8C, 3C and AD. RGB value is (140,60,173). Sum of RGB (Red+Green+Blue) = 140+60+173=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C3CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3CAD is #73C352. Grayscale: #606060. Windows color (decimal): -7586643 or 11353228. OLE color: 11353228.
HSL color Cylindrical-coordinate representation of color #8C3CAD: hue angle of 282.48º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3CAD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 60 | 173 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.32 |
| HSL | 282.48º | 0.48% | 0.46% | - |
| HSV(B) | 282.48º | 0.65% | 0.68% | - |
| XYZ | 19.97 | 11.82 | 40.76 | - |
| YUV | 96.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 173 | 0.19 | 0.65 | 0 | 0.32 | 282.48 | 0.48 | 0.46 |
| Hex | 8C | 3C | AD | 13 | 41 | 0 | 20 | 11A | 30 | 2E |
| Octal | 214 | 74 | 255 | 23 | 101 | 0 | 40 | 432 | 60 | 56 |
| Binary | 10001100 | 111100 | 10101101 | 10011 | 1000001 | 0 | 100000 | 100011010 | 110000 | 101110 |
Color Harmonies of #8C3CAD
Complementary color
Monochromatic Colors of #8C3CAD
Black with #8C3CAD
Text Example
Text Example
White with #8C3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3CAD; }
p { color: rgb(140,60,173); }
H1.HeaderClassName
{
color: #8C3CAD;
}
.AnyTagClassName
{
color: #8C3CAD;
}
</style>
background-color css
<style>
a { background-color: #8C3CAD; }
a { background-color: rgb(140,60,173); }
div.DivClassName
{
background-color: #8C3CAD;
}
.BgClassName
{
background-color: #8C3CAD;
}
</style>
border-color css
<style>
span { border-color: #8C3CAD; }
span { border-color: rgb(140,60,173); }
td.TdClassName
{
border-color: #8C3CAD;
}
.TagClassName
{
border-color: #8C3CAD;
}
</style>