Shades of Deep Lilac #8750AD
Tints of Deep Lilac #8750AD
RGB
CMYK
RGB Variations
Color information
#8750AD (or 0x8750AD) is known color: Deep Lilac. HEX triplet: 87, 50 and AD. RGB value is (135,80,173). Sum of RGB (Red+Green+Blue) = 135+80+173=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #8750AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8750AD is #78AF52. Grayscale: #6A6A6A. Windows color (decimal): -7909203 or 11358343. OLE color: 11358343.
HSL color Cylindrical-coordinate representation of color #8750AD: hue angle of 275.48º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8750AD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 80 | 173 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.32 |
| HSL | 275.48º | 0.37% | 0.5% | - |
| HSV(B) | 275.48º | 0.54% | 0.68% | - |
| XYZ | 20.4 | 13.91 | 41.14 | - |
| YUV | 107.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 173 | 0.22 | 0.54 | 0 | 0.32 | 275.48 | 0.37 | 0.5 |
| Hex | 87 | 50 | AD | 16 | 36 | 0 | 20 | 113 | 25 | 32 |
| Octal | 207 | 120 | 255 | 26 | 66 | 0 | 40 | 423 | 45 | 62 |
| Binary | 10000111 | 1010000 | 10101101 | 10110 | 110110 | 0 | 100000 | 100010011 | 100101 | 110010 |
Color Harmonies of #8750AD
Complementary color
Monochromatic Colors of #8750AD
Black with #8750AD
Text Example
Text Example
White with #8750AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8750AD; }
p { color: rgb(135,80,173); }
H1.HeaderClassName
{
color: #8750AD;
}
.AnyTagClassName
{
color: #8750AD;
}
</style>
background-color css
<style>
a { background-color: #8750AD; }
a { background-color: rgb(135,80,173); }
div.DivClassName
{
background-color: #8750AD;
}
.BgClassName
{
background-color: #8750AD;
}
</style>
border-color css
<style>
span { border-color: #8750AD; }
span { border-color: rgb(135,80,173); }
td.TdClassName
{
border-color: #8750AD;
}
.TagClassName
{
border-color: #8750AD;
}
</style>