Shades of Deep Lilac #8840AD
Tints of Deep Lilac #8840AD
RGB
CMYK
RGB Variations
Color information
#8840AD (or 0x8840AD) is known color: Deep Lilac. HEX triplet: 88, 40 and AD. RGB value is (136,64,173). Sum of RGB (Red+Green+Blue) = 136+64+173=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #8840AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8840AD is #77BF52. Grayscale: #616161. Windows color (decimal): -7847763 or 11354248. OLE color: 11354248.
HSL color Cylindrical-coordinate representation of color #8840AD: hue angle of 279.63º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8840AD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 64 | 173 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.32 |
| HSL | 279.63º | 0.46% | 0.46% | - |
| HSV(B) | 279.63º | 0.63% | 0.68% | - |
| XYZ | 19.53 | 11.92 | 40.81 | - |
| YUV | 97.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 173 | 0.21 | 0.63 | 0 | 0.32 | 279.63 | 0.46 | 0.46 |
| Hex | 88 | 40 | AD | 15 | 3F | 0 | 20 | 118 | 2E | 2E |
| Octal | 210 | 100 | 255 | 25 | 77 | 0 | 40 | 430 | 56 | 56 |
| Binary | 10001000 | 1000000 | 10101101 | 10101 | 111111 | 0 | 100000 | 100011000 | 101110 | 101110 |
Color Harmonies of #8840AD
Complementary color
Monochromatic Colors of #8840AD
Black with #8840AD
Text Example
Text Example
White with #8840AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8840AD; }
p { color: rgb(136,64,173); }
H1.HeaderClassName
{
color: #8840AD;
}
.AnyTagClassName
{
color: #8840AD;
}
</style>
background-color css
<style>
a { background-color: #8840AD; }
a { background-color: rgb(136,64,173); }
div.DivClassName
{
background-color: #8840AD;
}
.BgClassName
{
background-color: #8840AD;
}
</style>
border-color css
<style>
span { border-color: #8840AD; }
span { border-color: rgb(136,64,173); }
td.TdClassName
{
border-color: #8840AD;
}
.TagClassName
{
border-color: #8840AD;
}
</style>