Shades of Deep Lilac #8F54AB
Tints of Deep Lilac #8F54AB
RGB
CMYK
RGB Variations
Color information
#8F54AB (or 0x8F54AB) is known color: Deep Lilac. HEX triplet: 8F, 54 and AB. RGB value is (143,84,171). Sum of RGB (Red+Green+Blue) = 143+84+171=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F54AB is #70AB54. Grayscale: #6F6F6F. Windows color (decimal): -7383893 or 11228303. OLE color: 11228303.
HSL color Cylindrical-coordinate representation of color #8F54AB: hue angle of 280.69º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F54AB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 84 | 171 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.33 |
| HSL | 280.69º | 0.34% | 0.5% | - |
| HSV(B) | 280.69º | 0.51% | 0.67% | - |
| XYZ | 21.85 | 15.12 | 40.3 | - |
| YUV | 111.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 171 | 0.16 | 0.51 | 0 | 0.33 | 280.69 | 0.34 | 0.5 |
| Hex | 8F | 54 | AB | 10 | 33 | 0 | 21 | 119 | 22 | 32 |
| Octal | 217 | 124 | 253 | 20 | 63 | 0 | 41 | 431 | 42 | 62 |
| Binary | 10001111 | 1010100 | 10101011 | 10000 | 110011 | 0 | 100001 | 100011001 | 100010 | 110010 |
Color Harmonies of #8F54AB
Complementary color
Monochromatic Colors of #8F54AB
Black with #8F54AB
Text Example
Text Example
White with #8F54AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54AB; }
p { color: rgb(143,84,171); }
H1.HeaderClassName
{
color: #8F54AB;
}
.AnyTagClassName
{
color: #8F54AB;
}
</style>
background-color css
<style>
a { background-color: #8F54AB; }
a { background-color: rgb(143,84,171); }
div.DivClassName
{
background-color: #8F54AB;
}
.BgClassName
{
background-color: #8F54AB;
}
</style>
border-color css
<style>
span { border-color: #8F54AB; }
span { border-color: rgb(143,84,171); }
td.TdClassName
{
border-color: #8F54AB;
}
.TagClassName
{
border-color: #8F54AB;
}
</style>