Shades of Deep Lilac #8849AC
Tints of Deep Lilac #8849AC
RGB
CMYK
RGB Variations
Color information
#8849AC (or 0x8849AC) is known color: Deep Lilac. HEX triplet: 88, 49 and AC. RGB value is (136,73,172). Sum of RGB (Red+Green+Blue) = 136+73+172=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #8849AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8849AC is #77B653. Grayscale: #666666. Windows color (decimal): -7845460 or 11291016. OLE color: 11291016.
HSL color Cylindrical-coordinate representation of color #8849AC: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8849AC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 73 | 172 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.33 |
| HSL | 278.18º | 0.4% | 0.48% | - |
| HSV(B) | 278.18º | 0.58% | 0.67% | - |
| XYZ | 19.98 | 12.98 | 40.48 | - |
| YUV | 103.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 172 | 0.21 | 0.58 | 0 | 0.33 | 278.18 | 0.4 | 0.48 |
| Hex | 88 | 49 | AC | 15 | 3A | 0 | 21 | 116 | 28 | 30 |
| Octal | 210 | 111 | 254 | 25 | 72 | 0 | 41 | 426 | 50 | 60 |
| Binary | 10001000 | 1001001 | 10101100 | 10101 | 111010 | 0 | 100001 | 100010110 | 101000 | 110000 |
Color Harmonies of #8849AC
Complementary color
Monochromatic Colors of #8849AC
Black with #8849AC
Text Example
Text Example
White with #8849AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8849AC; }
p { color: rgb(136,73,172); }
H1.HeaderClassName
{
color: #8849AC;
}
.AnyTagClassName
{
color: #8849AC;
}
</style>
background-color css
<style>
a { background-color: #8849AC; }
a { background-color: rgb(136,73,172); }
div.DivClassName
{
background-color: #8849AC;
}
.BgClassName
{
background-color: #8849AC;
}
</style>
border-color css
<style>
span { border-color: #8849AC; }
span { border-color: rgb(136,73,172); }
td.TdClassName
{
border-color: #8849AC;
}
.TagClassName
{
border-color: #8849AC;
}
</style>