Shades of Deep Lilac #8F46AB
Tints of Deep Lilac #8F46AB
RGB
CMYK
RGB Variations
Color information
#8F46AB (or 0x8F46AB) is known color: Deep Lilac. HEX triplet: 8F, 46 and AB. RGB value is (143,70,171). Sum of RGB (Red+Green+Blue) = 143+70+171=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F46AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F46AB is #70B954. Grayscale: #676767. Windows color (decimal): -7387477 or 11224719. OLE color: 11224719.
HSL color Cylindrical-coordinate representation of color #8F46AB: hue angle of 283.37º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F46AB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 70 | 171 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.33 |
| HSL | 283.37º | 0.42% | 0.47% | - |
| HSV(B) | 283.37º | 0.59% | 0.67% | - |
| XYZ | 20.87 | 13.16 | 39.97 | - |
| YUV | 103.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 171 | 0.16 | 0.59 | 0 | 0.33 | 283.37 | 0.42 | 0.47 |
| Hex | 8F | 46 | AB | 10 | 3B | 0 | 21 | 11B | 2A | 2F |
| Octal | 217 | 106 | 253 | 20 | 73 | 0 | 41 | 433 | 52 | 57 |
| Binary | 10001111 | 1000110 | 10101011 | 10000 | 111011 | 0 | 100001 | 100011011 | 101010 | 101111 |
Color Harmonies of #8F46AB
Complementary color
Monochromatic Colors of #8F46AB
Black with #8F46AB
Text Example
Text Example
White with #8F46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F46AB; }
p { color: rgb(143,70,171); }
H1.HeaderClassName
{
color: #8F46AB;
}
.AnyTagClassName
{
color: #8F46AB;
}
</style>
background-color css
<style>
a { background-color: #8F46AB; }
a { background-color: rgb(143,70,171); }
div.DivClassName
{
background-color: #8F46AB;
}
.BgClassName
{
background-color: #8F46AB;
}
</style>
border-color css
<style>
span { border-color: #8F46AB; }
span { border-color: rgb(143,70,171); }
td.TdClassName
{
border-color: #8F46AB;
}
.TagClassName
{
border-color: #8F46AB;
}
</style>