Shades of Deep Lilac #8842AC
Tints of Deep Lilac #8842AC
RGB
CMYK
RGB Variations
Color information
#8842AC (or 0x8842AC) is known color: Deep Lilac. HEX triplet: 88, 42 and AC. RGB value is (136,66,172). Sum of RGB (Red+Green+Blue) = 136+66+172=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #8842AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8842AC is #77BD53. Grayscale: #626262. Windows color (decimal): -7847252 or 11289224. OLE color: 11289224.
HSL color Cylindrical-coordinate representation of color #8842AC: hue angle of 279.62º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8842AC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 66 | 172 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.33 |
| HSL | 279.62º | 0.45% | 0.47% | - |
| HSV(B) | 279.62º | 0.62% | 0.67% | - |
| XYZ | 19.55 | 12.11 | 40.34 | - |
| YUV | 99.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 172 | 0.21 | 0.62 | 0 | 0.33 | 279.62 | 0.45 | 0.47 |
| Hex | 88 | 42 | AC | 15 | 3E | 0 | 21 | 118 | 2D | 2F |
| Octal | 210 | 102 | 254 | 25 | 76 | 0 | 41 | 430 | 55 | 57 |
| Binary | 10001000 | 1000010 | 10101100 | 10101 | 111110 | 0 | 100001 | 100011000 | 101101 | 101111 |
Color Harmonies of #8842AC
Complementary color
Monochromatic Colors of #8842AC
Black with #8842AC
Text Example
Text Example
White with #8842AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8842AC; }
p { color: rgb(136,66,172); }
H1.HeaderClassName
{
color: #8842AC;
}
.AnyTagClassName
{
color: #8842AC;
}
</style>
background-color css
<style>
a { background-color: #8842AC; }
a { background-color: rgb(136,66,172); }
div.DivClassName
{
background-color: #8842AC;
}
.BgClassName
{
background-color: #8842AC;
}
</style>
border-color css
<style>
span { border-color: #8842AC; }
span { border-color: rgb(136,66,172); }
td.TdClassName
{
border-color: #8842AC;
}
.TagClassName
{
border-color: #8842AC;
}
</style>