Shades of Deep Lilac #8853AB
Tints of Deep Lilac #8853AB
RGB
CMYK
RGB Variations
Color information
#8853AB (or 0x8853AB) is known color: Deep Lilac. HEX triplet: 88, 53 and AB. RGB value is (136,83,171). Sum of RGB (Red+Green+Blue) = 136+83+171=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #8853AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8853AB is #77AC54. Grayscale: #6C6C6C. Windows color (decimal): -7842901 or 11228040. OLE color: 11228040.
HSL color Cylindrical-coordinate representation of color #8853AB: hue angle of 276.14º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8853AB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 83 | 171 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.33 |
| HSL | 276.14º | 0.35% | 0.5% | - |
| HSV(B) | 276.14º | 0.51% | 0.67% | - |
| XYZ | 20.6 | 14.36 | 40.21 | - |
| YUV | 108.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 171 | 0.20 | 0.51 | 0 | 0.33 | 276.14 | 0.35 | 0.5 |
| Hex | 88 | 53 | AB | 14 | 33 | 0 | 21 | 114 | 23 | 32 |
| Octal | 210 | 123 | 253 | 24 | 63 | 0 | 41 | 424 | 43 | 62 |
| Binary | 10001000 | 1010011 | 10101011 | 10100 | 110011 | 0 | 100001 | 100010100 | 100011 | 110010 |
Color Harmonies of #8853AB
Complementary color
Monochromatic Colors of #8853AB
Black with #8853AB
Text Example
Text Example
White with #8853AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8853AB; }
p { color: rgb(136,83,171); }
H1.HeaderClassName
{
color: #8853AB;
}
.AnyTagClassName
{
color: #8853AB;
}
</style>
background-color css
<style>
a { background-color: #8853AB; }
a { background-color: rgb(136,83,171); }
div.DivClassName
{
background-color: #8853AB;
}
.BgClassName
{
background-color: #8853AB;
}
</style>
border-color css
<style>
span { border-color: #8853AB; }
span { border-color: rgb(136,83,171); }
td.TdClassName
{
border-color: #8853AB;
}
.TagClassName
{
border-color: #8853AB;
}
</style>