Shades of Deep Lilac #8841AC
Tints of Deep Lilac #8841AC
RGB
CMYK
RGB Variations
Color information
#8841AC (or 0x8841AC) is known color: Deep Lilac. HEX triplet: 88, 41 and AC. RGB value is (136,65,172). Sum of RGB (Red+Green+Blue) = 136+65+172=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8841AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8841AC is #77BE53. Grayscale: #626262. Windows color (decimal): -7847508 or 11288968. OLE color: 11288968.
HSL color Cylindrical-coordinate representation of color #8841AC: hue angle of 279.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8841AC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 65 | 172 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.33 |
| HSL | 279.81º | 0.45% | 0.46% | - |
| HSV(B) | 279.81º | 0.62% | 0.67% | - |
| XYZ | 19.49 | 11.99 | 40.32 | - |
| YUV | 98.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 172 | 0.21 | 0.62 | 0 | 0.33 | 279.81 | 0.45 | 0.46 |
| Hex | 88 | 41 | AC | 15 | 3E | 0 | 21 | 118 | 2D | 2E |
| Octal | 210 | 101 | 254 | 25 | 76 | 0 | 41 | 430 | 55 | 56 |
| Binary | 10001000 | 1000001 | 10101100 | 10101 | 111110 | 0 | 100001 | 100011000 | 101101 | 101110 |
Color Harmonies of #8841AC
Complementary color
Monochromatic Colors of #8841AC
Black with #8841AC
Text Example
Text Example
White with #8841AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841AC; }
p { color: rgb(136,65,172); }
H1.HeaderClassName
{
color: #8841AC;
}
.AnyTagClassName
{
color: #8841AC;
}
</style>
background-color css
<style>
a { background-color: #8841AC; }
a { background-color: rgb(136,65,172); }
div.DivClassName
{
background-color: #8841AC;
}
.BgClassName
{
background-color: #8841AC;
}
</style>
border-color css
<style>
span { border-color: #8841AC; }
span { border-color: rgb(136,65,172); }
td.TdClassName
{
border-color: #8841AC;
}
.TagClassName
{
border-color: #8841AC;
}
</style>