Shades of Deep Lilac #8752AD
Tints of Deep Lilac #8752AD
RGB
CMYK
RGB Variations
Color information
#8752AD (or 0x8752AD) is known color: Deep Lilac. HEX triplet: 87, 52 and AD. RGB value is (135,82,173). Sum of RGB (Red+Green+Blue) = 135+82+173=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8752AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8752AD is #78AD52. Grayscale: #6B6B6B. Windows color (decimal): -7908691 or 11358855. OLE color: 11358855.
HSL color Cylindrical-coordinate representation of color #8752AD: hue angle of 274.95º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8752AD is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 82 | 173 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.32 |
| HSL | 274.95º | 0.36% | 0.5% | - |
| HSV(B) | 274.95º | 0.53% | 0.68% | - |
| XYZ | 20.55 | 14.2 | 41.19 | - |
| YUV | 108.22 | 164.56 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 173 | 0.22 | 0.53 | 0 | 0.32 | 274.95 | 0.36 | 0.5 |
| Hex | 87 | 52 | AD | 16 | 35 | 0 | 20 | 113 | 24 | 32 |
| Octal | 207 | 122 | 255 | 26 | 65 | 0 | 40 | 423 | 44 | 62 |
| Binary | 10000111 | 1010010 | 10101101 | 10110 | 110101 | 0 | 100000 | 100010011 | 100100 | 110010 |
Color Harmonies of #8752AD
Complementary color
Monochromatic Colors of #8752AD
Black with #8752AD
Text Example
Text Example
White with #8752AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752AD; }
p { color: rgb(135,82,173); }
H1.HeaderClassName
{
color: #8752AD;
}
.AnyTagClassName
{
color: #8752AD;
}
</style>
background-color css
<style>
a { background-color: #8752AD; }
a { background-color: rgb(135,82,173); }
div.DivClassName
{
background-color: #8752AD;
}
.BgClassName
{
background-color: #8752AD;
}
</style>
border-color css
<style>
span { border-color: #8752AD; }
span { border-color: rgb(135,82,173); }
td.TdClassName
{
border-color: #8752AD;
}
.TagClassName
{
border-color: #8752AD;
}
</style>