Shades of Deep Lilac #8841AB
Tints of Deep Lilac #8841AB
RGB
CMYK
RGB Variations
Color information
#8841AB (or 0x8841AB) is known color: Deep Lilac. HEX triplet: 88, 41 and AB. RGB value is (136,65,171). Sum of RGB (Red+Green+Blue) = 136+65+171=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8841AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8841AB is #77BE54. Grayscale: #616161. Windows color (decimal): -7847509 or 11223432. OLE color: 11223432.
HSL color Cylindrical-coordinate representation of color #8841AB: hue angle of 280.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8841AB is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 65 | 171 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.33 |
| HSL | 280.19º | 0.45% | 0.46% | - |
| HSV(B) | 280.19º | 0.62% | 0.67% | - |
| XYZ | 19.39 | 11.96 | 39.81 | - |
| YUV | 98.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 171 | 0.20 | 0.62 | 0 | 0.33 | 280.19 | 0.45 | 0.46 |
| Hex | 88 | 41 | AB | 14 | 3E | 0 | 21 | 118 | 2D | 2E |
| Octal | 210 | 101 | 253 | 24 | 76 | 0 | 41 | 430 | 55 | 56 |
| Binary | 10001000 | 1000001 | 10101011 | 10100 | 111110 | 0 | 100001 | 100011000 | 101101 | 101110 |
Color Harmonies of #8841AB
Complementary color
Monochromatic Colors of #8841AB
Black with #8841AB
Text Example
Text Example
White with #8841AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841AB; }
p { color: rgb(136,65,171); }
H1.HeaderClassName
{
color: #8841AB;
}
.AnyTagClassName
{
color: #8841AB;
}
</style>
background-color css
<style>
a { background-color: #8841AB; }
a { background-color: rgb(136,65,171); }
div.DivClassName
{
background-color: #8841AB;
}
.BgClassName
{
background-color: #8841AB;
}
</style>
border-color css
<style>
span { border-color: #8841AB; }
span { border-color: rgb(136,65,171); }
td.TdClassName
{
border-color: #8841AB;
}
.TagClassName
{
border-color: #8841AB;
}
</style>