Shades of Deep Lilac #8848AE
Tints of Deep Lilac #8848AE
RGB
CMYK
RGB Variations
Color information
#8848AE (or 0x8848AE) is known color: Deep Lilac. HEX triplet: 88, 48 and AE. RGB value is (136,72,174). Sum of RGB (Red+Green+Blue) = 136+72+174=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #8848AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8848AE is #77B751. Grayscale: #666666. Windows color (decimal): -7845714 or 11421832. OLE color: 11421832.
HSL color Cylindrical-coordinate representation of color #8848AE: hue angle of 277.65º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8848AE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 72 | 174 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.32 |
| HSL | 277.65º | 0.41% | 0.48% | - |
| HSV(B) | 277.65º | 0.59% | 0.68% | - |
| XYZ | 20.11 | 12.92 | 41.48 | - |
| YUV | 102.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 174 | 0.22 | 0.59 | 0 | 0.32 | 277.65 | 0.41 | 0.48 |
| Hex | 88 | 48 | AE | 16 | 3B | 0 | 20 | 116 | 29 | 30 |
| Octal | 210 | 110 | 256 | 26 | 73 | 0 | 40 | 426 | 51 | 60 |
| Binary | 10001000 | 1001000 | 10101110 | 10110 | 111011 | 0 | 100000 | 100010110 | 101001 | 110000 |
Color Harmonies of #8848AE
Complementary color
Monochromatic Colors of #8848AE
Black with #8848AE
Text Example
Text Example
White with #8848AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8848AE; }
p { color: rgb(136,72,174); }
H1.HeaderClassName
{
color: #8848AE;
}
.AnyTagClassName
{
color: #8848AE;
}
</style>
background-color css
<style>
a { background-color: #8848AE; }
a { background-color: rgb(136,72,174); }
div.DivClassName
{
background-color: #8848AE;
}
.BgClassName
{
background-color: #8848AE;
}
</style>
border-color css
<style>
span { border-color: #8848AE; }
span { border-color: rgb(136,72,174); }
td.TdClassName
{
border-color: #8848AE;
}
.TagClassName
{
border-color: #8848AE;
}
</style>