Shades of Deep Lilac #8F41AB
Tints of Deep Lilac #8F41AB
RGB
CMYK
RGB Variations
Color information
#8F41AB (or 0x8F41AB) is known color: Deep Lilac. HEX triplet: 8F, 41 and AB. RGB value is (143,65,171). Sum of RGB (Red+Green+Blue) = 143+65+171=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F41AB is #70BE54. Grayscale: #646464. Windows color (decimal): -7388757 or 11223439. OLE color: 11223439.
HSL color Cylindrical-coordinate representation of color #8F41AB: hue angle of 284.15º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F41AB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 65 | 171 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.33 |
| HSL | 284.15º | 0.45% | 0.46% | - |
| HSV(B) | 284.15º | 0.62% | 0.67% | - |
| XYZ | 20.57 | 12.56 | 39.87 | - |
| YUV | 100.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 171 | 0.16 | 0.62 | 0 | 0.33 | 284.15 | 0.45 | 0.46 |
| Hex | 8F | 41 | AB | 10 | 3E | 0 | 21 | 11C | 2D | 2E |
| Octal | 217 | 101 | 253 | 20 | 76 | 0 | 41 | 434 | 55 | 56 |
| Binary | 10001111 | 1000001 | 10101011 | 10000 | 111110 | 0 | 100001 | 100011100 | 101101 | 101110 |
Color Harmonies of #8F41AB
Complementary color
Monochromatic Colors of #8F41AB
Black with #8F41AB
Text Example
Text Example
White with #8F41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F41AB; }
p { color: rgb(143,65,171); }
H1.HeaderClassName
{
color: #8F41AB;
}
.AnyTagClassName
{
color: #8F41AB;
}
</style>
background-color css
<style>
a { background-color: #8F41AB; }
a { background-color: rgb(143,65,171); }
div.DivClassName
{
background-color: #8F41AB;
}
.BgClassName
{
background-color: #8F41AB;
}
</style>
border-color css
<style>
span { border-color: #8F41AB; }
span { border-color: rgb(143,65,171); }
td.TdClassName
{
border-color: #8F41AB;
}
.TagClassName
{
border-color: #8F41AB;
}
</style>