Shades of Deep Lilac #8756AF
Tints of Deep Lilac #8756AF
RGB
CMYK
RGB Variations
Color information
#8756AF (or 0x8756AF) is known color: Deep Lilac. HEX triplet: 87, 56 and AF. RGB value is (135,86,175). Sum of RGB (Red+Green+Blue) = 135+86+175=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #8756AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8756AF is #78A950. Grayscale: #6E6E6E. Windows color (decimal): -7907665 or 11490951. OLE color: 11490951.
HSL color Cylindrical-coordinate representation of color #8756AF: hue angle of 273.03º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8756AF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 86 | 175 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.31 |
| HSL | 273.03º | 0.36% | 0.51% | - |
| HSV(B) | 273.03º | 0.51% | 0.69% | - |
| XYZ | 21.06 | 14.9 | 42.32 | - |
| YUV | 110.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 175 | 0.23 | 0.51 | 0 | 0.31 | 273.03 | 0.36 | 0.51 |
| Hex | 87 | 56 | AF | 17 | 33 | 0 | 1F | 111 | 24 | 33 |
| Octal | 207 | 126 | 257 | 27 | 63 | 0 | 37 | 421 | 44 | 63 |
| Binary | 10000111 | 1010110 | 10101111 | 10111 | 110011 | 0 | 11111 | 100010001 | 100100 | 110011 |
Color Harmonies of #8756AF
Complementary color
Monochromatic Colors of #8756AF
Black with #8756AF
Text Example
Text Example
White with #8756AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756AF; }
p { color: rgb(135,86,175); }
H1.HeaderClassName
{
color: #8756AF;
}
.AnyTagClassName
{
color: #8756AF;
}
</style>
background-color css
<style>
a { background-color: #8756AF; }
a { background-color: rgb(135,86,175); }
div.DivClassName
{
background-color: #8756AF;
}
.BgClassName
{
background-color: #8756AF;
}
</style>
border-color css
<style>
span { border-color: #8756AF; }
span { border-color: rgb(135,86,175); }
td.TdClassName
{
border-color: #8756AF;
}
.TagClassName
{
border-color: #8756AF;
}
</style>