Shades of Deep Lilac #8F50AB
Tints of Deep Lilac #8F50AB
RGB
CMYK
RGB Variations
Color information
#8F50AB (or 0x8F50AB) is known color: Deep Lilac. HEX triplet: 8F, 50 and AB. RGB value is (143,80,171). Sum of RGB (Red+Green+Blue) = 143+80+171=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F50AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F50AB is #70AF54. Grayscale: #6C6C6C. Windows color (decimal): -7384917 or 11227279. OLE color: 11227279.
HSL color Cylindrical-coordinate representation of color #8F50AB: hue angle of 281.54º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F50AB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 80 | 171 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.33 |
| HSL | 281.54º | 0.36% | 0.49% | - |
| HSV(B) | 281.54º | 0.53% | 0.67% | - |
| XYZ | 21.55 | 14.52 | 40.19 | - |
| YUV | 109.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 171 | 0.16 | 0.53 | 0 | 0.33 | 281.54 | 0.36 | 0.49 |
| Hex | 8F | 50 | AB | 10 | 35 | 0 | 21 | 11A | 24 | 31 |
| Octal | 217 | 120 | 253 | 20 | 65 | 0 | 41 | 432 | 44 | 61 |
| Binary | 10001111 | 1010000 | 10101011 | 10000 | 110101 | 0 | 100001 | 100011010 | 100100 | 110001 |
Color Harmonies of #8F50AB
Complementary color
Monochromatic Colors of #8F50AB
Black with #8F50AB
Text Example
Text Example
White with #8F50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50AB; }
p { color: rgb(143,80,171); }
H1.HeaderClassName
{
color: #8F50AB;
}
.AnyTagClassName
{
color: #8F50AB;
}
</style>
background-color css
<style>
a { background-color: #8F50AB; }
a { background-color: rgb(143,80,171); }
div.DivClassName
{
background-color: #8F50AB;
}
.BgClassName
{
background-color: #8F50AB;
}
</style>
border-color css
<style>
span { border-color: #8F50AB; }
span { border-color: rgb(143,80,171); }
td.TdClassName
{
border-color: #8F50AB;
}
.TagClassName
{
border-color: #8F50AB;
}
</style>