Shades of Deep Lilac #8850AB
Tints of Deep Lilac #8850AB
RGB
CMYK
RGB Variations
Color information
#8850AB (or 0x8850AB) is known color: Deep Lilac. HEX triplet: 88, 50 and AB. RGB value is (136,80,171). Sum of RGB (Red+Green+Blue) = 136+80+171=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8850AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8850AB is #77AF54. Grayscale: #6A6A6A. Windows color (decimal): -7843669 or 11227272. OLE color: 11227272.
HSL color Cylindrical-coordinate representation of color #8850AB: hue angle of 276.92º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8850AB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 80 | 171 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.33 |
| HSL | 276.92º | 0.36% | 0.49% | - |
| HSV(B) | 276.92º | 0.53% | 0.67% | - |
| XYZ | 20.37 | 13.91 | 40.14 | - |
| YUV | 107.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 171 | 0.20 | 0.53 | 0 | 0.33 | 276.92 | 0.36 | 0.49 |
| Hex | 88 | 50 | AB | 14 | 35 | 0 | 21 | 115 | 24 | 31 |
| Octal | 210 | 120 | 253 | 24 | 65 | 0 | 41 | 425 | 44 | 61 |
| Binary | 10001000 | 1010000 | 10101011 | 10100 | 110101 | 0 | 100001 | 100010101 | 100100 | 110001 |
Color Harmonies of #8850AB
Complementary color
Monochromatic Colors of #8850AB
Black with #8850AB
Text Example
Text Example
White with #8850AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850AB; }
p { color: rgb(136,80,171); }
H1.HeaderClassName
{
color: #8850AB;
}
.AnyTagClassName
{
color: #8850AB;
}
</style>
background-color css
<style>
a { background-color: #8850AB; }
a { background-color: rgb(136,80,171); }
div.DivClassName
{
background-color: #8850AB;
}
.BgClassName
{
background-color: #8850AB;
}
</style>
border-color css
<style>
span { border-color: #8850AB; }
span { border-color: rgb(136,80,171); }
td.TdClassName
{
border-color: #8850AB;
}
.TagClassName
{
border-color: #8850AB;
}
</style>