Shades of Deep Lilac #8F40AB
Tints of Deep Lilac #8F40AB
RGB
CMYK
RGB Variations
Color information
#8F40AB (or 0x8F40AB) is known color: Deep Lilac. HEX triplet: 8F, 40 and AB. RGB value is (143,64,171). Sum of RGB (Red+Green+Blue) = 143+64+171=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F40AB is #70BF54. Grayscale: #636363. Windows color (decimal): -7389013 or 11223183. OLE color: 11223183.
HSL color Cylindrical-coordinate representation of color #8F40AB: hue angle of 284.3º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F40AB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 64 | 171 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.33 |
| HSL | 284.3º | 0.46% | 0.46% | - |
| HSV(B) | 284.3º | 0.63% | 0.67% | - |
| XYZ | 20.51 | 12.45 | 39.85 | - |
| YUV | 99.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 171 | 0.16 | 0.63 | 0 | 0.33 | 284.3 | 0.46 | 0.46 |
| Hex | 8F | 40 | AB | 10 | 3F | 0 | 21 | 11C | 2E | 2E |
| Octal | 217 | 100 | 253 | 20 | 77 | 0 | 41 | 434 | 56 | 56 |
| Binary | 10001111 | 1000000 | 10101011 | 10000 | 111111 | 0 | 100001 | 100011100 | 101110 | 101110 |
Color Harmonies of #8F40AB
Complementary color
Monochromatic Colors of #8F40AB
Black with #8F40AB
Text Example
Text Example
White with #8F40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F40AB; }
p { color: rgb(143,64,171); }
H1.HeaderClassName
{
color: #8F40AB;
}
.AnyTagClassName
{
color: #8F40AB;
}
</style>
background-color css
<style>
a { background-color: #8F40AB; }
a { background-color: rgb(143,64,171); }
div.DivClassName
{
background-color: #8F40AB;
}
.BgClassName
{
background-color: #8F40AB;
}
</style>
border-color css
<style>
span { border-color: #8F40AB; }
span { border-color: rgb(143,64,171); }
td.TdClassName
{
border-color: #8F40AB;
}
.TagClassName
{
border-color: #8F40AB;
}
</style>