Shades of Deep Lilac #8840AC
Tints of Deep Lilac #8840AC
RGB
CMYK
RGB Variations
Color information
#8840AC (or 0x8840AC) is known color: Deep Lilac. HEX triplet: 88, 40 and AC. RGB value is (136,64,172). Sum of RGB (Red+Green+Blue) = 136+64+172=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #8840AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8840AC is #77BF53. Grayscale: #616161. Windows color (decimal): -7847764 or 11288712. OLE color: 11288712.
HSL color Cylindrical-coordinate representation of color #8840AC: hue angle of 280º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8840AC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 64 | 172 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.33 |
| HSL | 280º | 0.46% | 0.46% | - |
| HSV(B) | 280º | 0.63% | 0.67% | - |
| XYZ | 19.43 | 11.88 | 40.3 | - |
| YUV | 97.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 172 | 0.21 | 0.63 | 0 | 0.33 | 280 | 0.46 | 0.46 |
| Hex | 88 | 40 | AC | 15 | 3F | 0 | 21 | 118 | 2E | 2E |
| Octal | 210 | 100 | 254 | 25 | 77 | 0 | 41 | 430 | 56 | 56 |
| Binary | 10001000 | 1000000 | 10101100 | 10101 | 111111 | 0 | 100001 | 100011000 | 101110 | 101110 |
Color Harmonies of #8840AC
Complementary color
Monochromatic Colors of #8840AC
Black with #8840AC
Text Example
Text Example
White with #8840AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8840AC; }
p { color: rgb(136,64,172); }
H1.HeaderClassName
{
color: #8840AC;
}
.AnyTagClassName
{
color: #8840AC;
}
</style>
background-color css
<style>
a { background-color: #8840AC; }
a { background-color: rgb(136,64,172); }
div.DivClassName
{
background-color: #8840AC;
}
.BgClassName
{
background-color: #8840AC;
}
</style>
border-color css
<style>
span { border-color: #8840AC; }
span { border-color: rgb(136,64,172); }
td.TdClassName
{
border-color: #8840AC;
}
.TagClassName
{
border-color: #8840AC;
}
</style>