Shades of Deep Lilac #8F53AB
Tints of Deep Lilac #8F53AB
RGB
CMYK
RGB Variations
Color information
#8F53AB (or 0x8F53AB) is known color: Deep Lilac. HEX triplet: 8F, 53 and AB. RGB value is (143,83,171). Sum of RGB (Red+Green+Blue) = 143+83+171=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F53AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F53AB is #70AC54. Grayscale: #6E6E6E. Windows color (decimal): -7384149 or 11228047. OLE color: 11228047.
HSL color Cylindrical-coordinate representation of color #8F53AB: hue angle of 280.91º degrees, saturation: 0.35, 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 #8F53AB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 83 | 171 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.33 |
| HSL | 280.91º | 0.35% | 0.5% | - |
| HSV(B) | 280.91º | 0.51% | 0.67% | - |
| XYZ | 21.77 | 14.97 | 40.27 | - |
| YUV | 110.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 171 | 0.16 | 0.51 | 0 | 0.33 | 280.91 | 0.35 | 0.5 |
| Hex | 8F | 53 | AB | 10 | 33 | 0 | 21 | 119 | 23 | 32 |
| Octal | 217 | 123 | 253 | 20 | 63 | 0 | 41 | 431 | 43 | 62 |
| Binary | 10001111 | 1010011 | 10101011 | 10000 | 110011 | 0 | 100001 | 100011001 | 100011 | 110010 |
Color Harmonies of #8F53AB
Complementary color
Monochromatic Colors of #8F53AB
Black with #8F53AB
Text Example
Text Example
White with #8F53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F53AB; }
p { color: rgb(143,83,171); }
H1.HeaderClassName
{
color: #8F53AB;
}
.AnyTagClassName
{
color: #8F53AB;
}
</style>
background-color css
<style>
a { background-color: #8F53AB; }
a { background-color: rgb(143,83,171); }
div.DivClassName
{
background-color: #8F53AB;
}
.BgClassName
{
background-color: #8F53AB;
}
</style>
border-color css
<style>
span { border-color: #8F53AB; }
span { border-color: rgb(143,83,171); }
td.TdClassName
{
border-color: #8F53AB;
}
.TagClassName
{
border-color: #8F53AB;
}
</style>