Shades of Deep Lilac #8752AB
Tints of Deep Lilac #8752AB
RGB
CMYK
RGB Variations
Color information
#8752AB (or 0x8752AB) is known color: Deep Lilac. HEX triplet: 87, 52 and AB. RGB value is (135,82,171). Sum of RGB (Red+Green+Blue) = 135+82+171=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #8752AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8752AB is #78AD54. Grayscale: #6B6B6B. Windows color (decimal): -7908693 or 11227783. OLE color: 11227783.
HSL color Cylindrical-coordinate representation of color #8752AB: hue angle of 275.73º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8752AB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 82 | 171 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.33 |
| HSL | 275.73º | 0.35% | 0.5% | - |
| HSV(B) | 275.73º | 0.52% | 0.67% | - |
| XYZ | 20.36 | 14.13 | 40.18 | - |
| YUV | 107.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 171 | 0.21 | 0.52 | 0 | 0.33 | 275.73 | 0.35 | 0.5 |
| Hex | 87 | 52 | AB | 15 | 34 | 0 | 21 | 114 | 23 | 32 |
| Octal | 207 | 122 | 253 | 25 | 64 | 0 | 41 | 424 | 43 | 62 |
| Binary | 10000111 | 1010010 | 10101011 | 10101 | 110100 | 0 | 100001 | 100010100 | 100011 | 110010 |
Color Harmonies of #8752AB
Complementary color
Monochromatic Colors of #8752AB
Black with #8752AB
Text Example
Text Example
White with #8752AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752AB; }
p { color: rgb(135,82,171); }
H1.HeaderClassName
{
color: #8752AB;
}
.AnyTagClassName
{
color: #8752AB;
}
</style>
background-color css
<style>
a { background-color: #8752AB; }
a { background-color: rgb(135,82,171); }
div.DivClassName
{
background-color: #8752AB;
}
.BgClassName
{
background-color: #8752AB;
}
</style>
border-color css
<style>
span { border-color: #8752AB; }
span { border-color: rgb(135,82,171); }
td.TdClassName
{
border-color: #8752AB;
}
.TagClassName
{
border-color: #8752AB;
}
</style>