Shades of Deep Lilac #8746AD
Tints of Deep Lilac #8746AD
RGB
CMYK
RGB Variations
Color information
#8746AD (or 0x8746AD) is known color: Deep Lilac. HEX triplet: 87, 46 and AD. RGB value is (135,70,173). Sum of RGB (Red+Green+Blue) = 135+70+173=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 70 (27.73% from 255 or 18.52% 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 #8746AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8746AD is #78B952. Grayscale: #646464. Windows color (decimal): -7911763 or 11355783. OLE color: 11355783.
HSL color Cylindrical-coordinate representation of color #8746AD: hue angle of 277.86º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8746AD is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 70 | 173 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.32 |
| HSL | 277.86º | 0.42% | 0.48% | - |
| HSV(B) | 277.86º | 0.6% | 0.68% | - |
| XYZ | 19.72 | 12.55 | 40.92 | - |
| YUV | 101.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 173 | 0.22 | 0.60 | 0 | 0.32 | 277.86 | 0.42 | 0.48 |
| Hex | 87 | 46 | AD | 16 | 3C | 0 | 20 | 116 | 2A | 30 |
| Octal | 207 | 106 | 255 | 26 | 74 | 0 | 40 | 426 | 52 | 60 |
| Binary | 10000111 | 1000110 | 10101101 | 10110 | 111100 | 0 | 100000 | 100010110 | 101010 | 110000 |
Color Harmonies of #8746AD
Complementary color
Monochromatic Colors of #8746AD
Black with #8746AD
Text Example
Text Example
White with #8746AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8746AD; }
p { color: rgb(135,70,173); }
H1.HeaderClassName
{
color: #8746AD;
}
.AnyTagClassName
{
color: #8746AD;
}
</style>
background-color css
<style>
a { background-color: #8746AD; }
a { background-color: rgb(135,70,173); }
div.DivClassName
{
background-color: #8746AD;
}
.BgClassName
{
background-color: #8746AD;
}
</style>
border-color css
<style>
span { border-color: #8746AD; }
span { border-color: rgb(135,70,173); }
td.TdClassName
{
border-color: #8746AD;
}
.TagClassName
{
border-color: #8746AD;
}
</style>