Shades of Deep Lilac #8C41AD
Tints of Deep Lilac #8C41AD
RGB
CMYK
RGB Variations
Color information
#8C41AD (or 0x8C41AD) is known color: Deep Lilac. HEX triplet: 8C, 41 and AD. RGB value is (140,65,173). Sum of RGB (Red+Green+Blue) = 140+65+173=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C41AD is #73BE52. Grayscale: #636363. Windows color (decimal): -7585363 or 11354508. OLE color: 11354508.
HSL color Cylindrical-coordinate representation of color #8C41AD: hue angle of 281.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C41AD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 65 | 173 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.32 |
| HSL | 281.67º | 0.45% | 0.47% | - |
| HSV(B) | 281.67º | 0.62% | 0.68% | - |
| XYZ | 20.25 | 12.37 | 40.86 | - |
| YUV | 99.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 173 | 0.19 | 0.62 | 0 | 0.32 | 281.67 | 0.45 | 0.47 |
| Hex | 8C | 41 | AD | 13 | 3E | 0 | 20 | 11A | 2D | 2F |
| Octal | 214 | 101 | 255 | 23 | 76 | 0 | 40 | 432 | 55 | 57 |
| Binary | 10001100 | 1000001 | 10101101 | 10011 | 111110 | 0 | 100000 | 100011010 | 101101 | 101111 |
Color Harmonies of #8C41AD
Complementary color
Monochromatic Colors of #8C41AD
Black with #8C41AD
Text Example
Text Example
White with #8C41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C41AD; }
p { color: rgb(140,65,173); }
H1.HeaderClassName
{
color: #8C41AD;
}
.AnyTagClassName
{
color: #8C41AD;
}
</style>
background-color css
<style>
a { background-color: #8C41AD; }
a { background-color: rgb(140,65,173); }
div.DivClassName
{
background-color: #8C41AD;
}
.BgClassName
{
background-color: #8C41AD;
}
</style>
border-color css
<style>
span { border-color: #8C41AD; }
span { border-color: rgb(140,65,173); }
td.TdClassName
{
border-color: #8C41AD;
}
.TagClassName
{
border-color: #8C41AD;
}
</style>