Shades of Deep Lilac #8F53AA
Tints of Deep Lilac #8F53AA
RGB
CMYK
RGB Variations
Color information
#8F53AA (or 0x8F53AA) is known color: Deep Lilac. HEX triplet: 8F, 53 and AA. RGB value is (143,83,170). Sum of RGB (Red+Green+Blue) = 143+83+170=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 83 (32.81% from 255 or 20.96% 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 #8F53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F53AA is #70AC55. Grayscale: #6E6E6E. Windows color (decimal): -7384150 or 11162511. OLE color: 11162511.
HSL color Cylindrical-coordinate representation of color #8F53AA: hue angle of 281.38º 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 #8F53AA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 83 | 170 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.33 |
| HSL | 281.38º | 0.34% | 0.5% | - |
| HSV(B) | 281.38º | 0.51% | 0.67% | - |
| XYZ | 21.68 | 14.93 | 39.77 | - |
| YUV | 110.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 170 | 0.16 | 0.51 | 0 | 0.33 | 281.38 | 0.34 | 0.5 |
| Hex | 8F | 53 | AA | 10 | 33 | 0 | 21 | 119 | 22 | 32 |
| Octal | 217 | 123 | 252 | 20 | 63 | 0 | 41 | 431 | 42 | 62 |
| Binary | 10001111 | 1010011 | 10101010 | 10000 | 110011 | 0 | 100001 | 100011001 | 100010 | 110010 |
Color Harmonies of #8F53AA
Complementary color
Monochromatic Colors of #8F53AA
Black with #8F53AA
Text Example
Text Example
White with #8F53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F53AA; }
p { color: rgb(143,83,170); }
H1.HeaderClassName
{
color: #8F53AA;
}
.AnyTagClassName
{
color: #8F53AA;
}
</style>
background-color css
<style>
a { background-color: #8F53AA; }
a { background-color: rgb(143,83,170); }
div.DivClassName
{
background-color: #8F53AA;
}
.BgClassName
{
background-color: #8F53AA;
}
</style>
border-color css
<style>
span { border-color: #8F53AA; }
span { border-color: rgb(143,83,170); }
td.TdClassName
{
border-color: #8F53AA;
}
.TagClassName
{
border-color: #8F53AA;
}
</style>