Shades of Deep Lilac #8D55AA
Tints of Deep Lilac #8D55AA
RGB
CMYK
RGB Variations
Color information
#8D55AA (or 0x8D55AA) is known color: Deep Lilac. HEX triplet: 8D, 55 and AA. RGB value is (141,85,170). Sum of RGB (Red+Green+Blue) = 141+85+170=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D55AA is #72AA55. Grayscale: #6F6F6F. Windows color (decimal): -7514710 or 11163021. OLE color: 11163021.
HSL color Cylindrical-coordinate representation of color #8D55AA: hue angle of 279.53º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D55AA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 85 | 170 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.33 |
| HSL | 279.53º | 0.33% | 0.5% | - |
| HSV(B) | 279.53º | 0.5% | 0.67% | - |
| XYZ | 21.49 | 15.06 | 39.8 | - |
| YUV | 111.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 170 | 0.17 | 0.50 | 0 | 0.33 | 279.53 | 0.33 | 0.5 |
| Hex | 8D | 55 | AA | 11 | 32 | 0 | 21 | 118 | 21 | 32 |
| Octal | 215 | 125 | 252 | 21 | 62 | 0 | 41 | 430 | 41 | 62 |
| Binary | 10001101 | 1010101 | 10101010 | 10001 | 110010 | 0 | 100001 | 100011000 | 100001 | 110010 |
Color Harmonies of #8D55AA
Complementary color
Monochromatic Colors of #8D55AA
Black with #8D55AA
Text Example
Text Example
White with #8D55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D55AA; }
p { color: rgb(141,85,170); }
H1.HeaderClassName
{
color: #8D55AA;
}
.AnyTagClassName
{
color: #8D55AA;
}
</style>
background-color css
<style>
a { background-color: #8D55AA; }
a { background-color: rgb(141,85,170); }
div.DivClassName
{
background-color: #8D55AA;
}
.BgClassName
{
background-color: #8D55AA;
}
</style>
border-color css
<style>
span { border-color: #8D55AA; }
span { border-color: rgb(141,85,170); }
td.TdClassName
{
border-color: #8D55AA;
}
.TagClassName
{
border-color: #8D55AA;
}
</style>