Shades of Deep Lilac #8F55AA
Tints of Deep Lilac #8F55AA
RGB
CMYK
RGB Variations
Color information
#8F55AA (or 0x8F55AA) is known color: Deep Lilac. HEX triplet: 8F, 55 and AA. RGB value is (143,85,170). Sum of RGB (Red+Green+Blue) = 143+85+170=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F55AA is #70AA55. Grayscale: #6F6F6F. Windows color (decimal): -7383638 or 11163023. OLE color: 11163023.
HSL color Cylindrical-coordinate representation of color #8F55AA: hue angle of 280.94º 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 #8F55AA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 85 | 170 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.33 |
| HSL | 280.94º | 0.33% | 0.5% | - |
| HSV(B) | 280.94º | 0.5% | 0.67% | - |
| XYZ | 21.83 | 15.24 | 39.82 | - |
| YUV | 112.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 170 | 0.16 | 0.50 | 0 | 0.33 | 280.94 | 0.33 | 0.5 |
| Hex | 8F | 55 | AA | 10 | 32 | 0 | 21 | 119 | 21 | 32 |
| Octal | 217 | 125 | 252 | 20 | 62 | 0 | 41 | 431 | 41 | 62 |
| Binary | 10001111 | 1010101 | 10101010 | 10000 | 110010 | 0 | 100001 | 100011001 | 100001 | 110010 |
Color Harmonies of #8F55AA
Complementary color
Monochromatic Colors of #8F55AA
Black with #8F55AA
Text Example
Text Example
White with #8F55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55AA; }
p { color: rgb(143,85,170); }
H1.HeaderClassName
{
color: #8F55AA;
}
.AnyTagClassName
{
color: #8F55AA;
}
</style>
background-color css
<style>
a { background-color: #8F55AA; }
a { background-color: rgb(143,85,170); }
div.DivClassName
{
background-color: #8F55AA;
}
.BgClassName
{
background-color: #8F55AA;
}
</style>
border-color css
<style>
span { border-color: #8F55AA; }
span { border-color: rgb(143,85,170); }
td.TdClassName
{
border-color: #8F55AA;
}
.TagClassName
{
border-color: #8F55AA;
}
</style>