Shades of Deep Lilac #8755AF
Tints of Deep Lilac #8755AF
RGB
CMYK
RGB Variations
Color information
#8755AF (or 0x8755AF) is known color: Deep Lilac. HEX triplet: 87, 55 and AF. RGB value is (135,85,175). Sum of RGB (Red+Green+Blue) = 135+85+175=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #8755AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8755AF is #78AA50. Grayscale: #6D6D6D. Windows color (decimal): -7907921 or 11490695. OLE color: 11490695.
HSL color Cylindrical-coordinate representation of color #8755AF: hue angle of 273.33º 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 #8755AF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 85 | 175 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.31 |
| HSL | 273.33º | 0.36% | 0.51% | - |
| HSV(B) | 273.33º | 0.51% | 0.69% | - |
| XYZ | 20.98 | 14.74 | 42.3 | - |
| YUV | 110.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 175 | 0.23 | 0.51 | 0 | 0.31 | 273.33 | 0.36 | 0.51 |
| Hex | 87 | 55 | AF | 17 | 33 | 0 | 1F | 111 | 24 | 33 |
| Octal | 207 | 125 | 257 | 27 | 63 | 0 | 37 | 421 | 44 | 63 |
| Binary | 10000111 | 1010101 | 10101111 | 10111 | 110011 | 0 | 11111 | 100010001 | 100100 | 110011 |
Color Harmonies of #8755AF
Complementary color
Monochromatic Colors of #8755AF
Black with #8755AF
Text Example
Text Example
White with #8755AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755AF; }
p { color: rgb(135,85,175); }
H1.HeaderClassName
{
color: #8755AF;
}
.AnyTagClassName
{
color: #8755AF;
}
</style>
background-color css
<style>
a { background-color: #8755AF; }
a { background-color: rgb(135,85,175); }
div.DivClassName
{
background-color: #8755AF;
}
.BgClassName
{
background-color: #8755AF;
}
</style>
border-color css
<style>
span { border-color: #8755AF; }
span { border-color: rgb(135,85,175); }
td.TdClassName
{
border-color: #8755AF;
}
.TagClassName
{
border-color: #8755AF;
}
</style>