Shades of Deep Lilac #8F55AB
Tints of Deep Lilac #8F55AB
RGB
CMYK
RGB Variations
Color information
#8F55AB (or 0x8F55AB) is known color: Deep Lilac. HEX triplet: 8F, 55 and AB. RGB value is (143,85,171). Sum of RGB (Red+Green+Blue) = 143+85+171=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F55AB is #70AA54. Grayscale: #6F6F6F. Windows color (decimal): -7383637 or 11228559. OLE color: 11228559.
HSL color Cylindrical-coordinate representation of color #8F55AB: hue angle of 280.47º degrees, saturation: 0.34, 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 #8F55AB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 85 | 171 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.33 |
| HSL | 280.47º | 0.34% | 0.5% | - |
| HSV(B) | 280.47º | 0.5% | 0.67% | - |
| XYZ | 21.93 | 15.28 | 40.32 | - |
| YUV | 112.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 171 | 0.16 | 0.50 | 0 | 0.33 | 280.47 | 0.34 | 0.5 |
| Hex | 8F | 55 | AB | 10 | 32 | 0 | 21 | 118 | 22 | 32 |
| Octal | 217 | 125 | 253 | 20 | 62 | 0 | 41 | 430 | 42 | 62 |
| Binary | 10001111 | 1010101 | 10101011 | 10000 | 110010 | 0 | 100001 | 100011000 | 100010 | 110010 |
Color Harmonies of #8F55AB
Complementary color
Monochromatic Colors of #8F55AB
Black with #8F55AB
Text Example
Text Example
White with #8F55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55AB; }
p { color: rgb(143,85,171); }
H1.HeaderClassName
{
color: #8F55AB;
}
.AnyTagClassName
{
color: #8F55AB;
}
</style>
background-color css
<style>
a { background-color: #8F55AB; }
a { background-color: rgb(143,85,171); }
div.DivClassName
{
background-color: #8F55AB;
}
.BgClassName
{
background-color: #8F55AB;
}
</style>
border-color css
<style>
span { border-color: #8F55AB; }
span { border-color: rgb(143,85,171); }
td.TdClassName
{
border-color: #8F55AB;
}
.TagClassName
{
border-color: #8F55AB;
}
</style>