Shades of Deep Lilac #8841AD
Tints of Deep Lilac #8841AD
RGB
CMYK
RGB Variations
Color information
#8841AD (or 0x8841AD) is known color: Deep Lilac. HEX triplet: 88, 41 and AD. RGB value is (136,65,173). Sum of RGB (Red+Green+Blue) = 136+65+173=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8841AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8841AD is #77BE52. Grayscale: #626262. Windows color (decimal): -7847507 or 11354504. OLE color: 11354504.
HSL color Cylindrical-coordinate representation of color #8841AD: hue angle of 279.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8841AD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 65 | 173 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.32 |
| HSL | 279.44º | 0.45% | 0.47% | - |
| HSV(B) | 279.44º | 0.62% | 0.68% | - |
| XYZ | 19.59 | 12.03 | 40.83 | - |
| YUV | 98.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 173 | 0.21 | 0.62 | 0 | 0.32 | 279.44 | 0.45 | 0.47 |
| Hex | 88 | 41 | AD | 15 | 3E | 0 | 20 | 117 | 2D | 2F |
| Octal | 210 | 101 | 255 | 25 | 76 | 0 | 40 | 427 | 55 | 57 |
| Binary | 10001000 | 1000001 | 10101101 | 10101 | 111110 | 0 | 100000 | 100010111 | 101101 | 101111 |
Color Harmonies of #8841AD
Complementary color
Monochromatic Colors of #8841AD
Black with #8841AD
Text Example
Text Example
White with #8841AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841AD; }
p { color: rgb(136,65,173); }
H1.HeaderClassName
{
color: #8841AD;
}
.AnyTagClassName
{
color: #8841AD;
}
</style>
background-color css
<style>
a { background-color: #8841AD; }
a { background-color: rgb(136,65,173); }
div.DivClassName
{
background-color: #8841AD;
}
.BgClassName
{
background-color: #8841AD;
}
</style>
border-color css
<style>
span { border-color: #8841AD; }
span { border-color: rgb(136,65,173); }
td.TdClassName
{
border-color: #8841AD;
}
.TagClassName
{
border-color: #8841AD;
}
</style>