Shades of Deep Lilac #8755AC
Tints of Deep Lilac #8755AC
RGB
CMYK
RGB Variations
Color information
#8755AC (or 0x8755AC) is known color: Deep Lilac. HEX triplet: 87, 55 and AC. RGB value is (135,85,172). Sum of RGB (Red+Green+Blue) = 135+85+172=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #8755AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8755AC is #78AA53. Grayscale: #6D6D6D. Windows color (decimal): -7907924 or 11294087. OLE color: 11294087.
HSL color Cylindrical-coordinate representation of color #8755AC: hue angle of 274.48º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8755AC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 85 | 172 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.33 |
| HSL | 274.48º | 0.34% | 0.5% | - |
| HSV(B) | 274.48º | 0.51% | 0.67% | - |
| XYZ | 20.69 | 14.63 | 40.76 | - |
| YUV | 109.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 172 | 0.22 | 0.51 | 0 | 0.33 | 274.48 | 0.34 | 0.5 |
| Hex | 87 | 55 | AC | 16 | 33 | 0 | 21 | 112 | 22 | 32 |
| Octal | 207 | 125 | 254 | 26 | 63 | 0 | 41 | 422 | 42 | 62 |
| Binary | 10000111 | 1010101 | 10101100 | 10110 | 110011 | 0 | 100001 | 100010010 | 100010 | 110010 |
Color Harmonies of #8755AC
Complementary color
Monochromatic Colors of #8755AC
Black with #8755AC
Text Example
Text Example
White with #8755AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755AC; }
p { color: rgb(135,85,172); }
H1.HeaderClassName
{
color: #8755AC;
}
.AnyTagClassName
{
color: #8755AC;
}
</style>
background-color css
<style>
a { background-color: #8755AC; }
a { background-color: rgb(135,85,172); }
div.DivClassName
{
background-color: #8755AC;
}
.BgClassName
{
background-color: #8755AC;
}
</style>
border-color css
<style>
span { border-color: #8755AC; }
span { border-color: rgb(135,85,172); }
td.TdClassName
{
border-color: #8755AC;
}
.TagClassName
{
border-color: #8755AC;
}
</style>