Shades of Deep Lilac #8755AD
Tints of Deep Lilac #8755AD
RGB
CMYK
RGB Variations
Color information
#8755AD (or 0x8755AD) is known color: Deep Lilac. HEX triplet: 87, 55 and AD. RGB value is (135,85,173). Sum of RGB (Red+Green+Blue) = 135+85+173=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #8755AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8755AD is #78AA52. Grayscale: #6D6D6D. Windows color (decimal): -7907923 or 11359623. OLE color: 11359623.
HSL color Cylindrical-coordinate representation of color #8755AD: hue angle of 274.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8755AD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 85 | 173 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.32 |
| HSL | 274.09º | 0.35% | 0.51% | - |
| HSV(B) | 274.09º | 0.51% | 0.68% | - |
| XYZ | 20.78 | 14.67 | 41.27 | - |
| YUV | 109.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 173 | 0.22 | 0.51 | 0 | 0.32 | 274.09 | 0.35 | 0.51 |
| Hex | 87 | 55 | AD | 16 | 33 | 0 | 20 | 112 | 23 | 33 |
| Octal | 207 | 125 | 255 | 26 | 63 | 0 | 40 | 422 | 43 | 63 |
| Binary | 10000111 | 1010101 | 10101101 | 10110 | 110011 | 0 | 100000 | 100010010 | 100011 | 110011 |
Color Harmonies of #8755AD
Complementary color
Monochromatic Colors of #8755AD
Black with #8755AD
Text Example
Text Example
White with #8755AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755AD; }
p { color: rgb(135,85,173); }
H1.HeaderClassName
{
color: #8755AD;
}
.AnyTagClassName
{
color: #8755AD;
}
</style>
background-color css
<style>
a { background-color: #8755AD; }
a { background-color: rgb(135,85,173); }
div.DivClassName
{
background-color: #8755AD;
}
.BgClassName
{
background-color: #8755AD;
}
</style>
border-color css
<style>
span { border-color: #8755AD; }
span { border-color: rgb(135,85,173); }
td.TdClassName
{
border-color: #8755AD;
}
.TagClassName
{
border-color: #8755AD;
}
</style>