Shades of Deep Lilac #8F42AB
Tints of Deep Lilac #8F42AB
RGB
CMYK
RGB Variations
Color information
#8F42AB (or 0x8F42AB) is known color: Deep Lilac. HEX triplet: 8F, 42 and AB. RGB value is (143,66,171). Sum of RGB (Red+Green+Blue) = 143+66+171=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F42AB is #70BD54. Grayscale: #646464. Windows color (decimal): -7388501 or 11223695. OLE color: 11223695.
HSL color Cylindrical-coordinate representation of color #8F42AB: hue angle of 284º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F42AB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 66 | 171 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.33 |
| HSL | 284º | 0.44% | 0.46% | - |
| HSV(B) | 284º | 0.61% | 0.67% | - |
| XYZ | 20.63 | 12.68 | 39.89 | - |
| YUV | 100.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 171 | 0.16 | 0.61 | 0 | 0.33 | 284 | 0.44 | 0.46 |
| Hex | 8F | 42 | AB | 10 | 3D | 0 | 21 | 11C | 2C | 2E |
| Octal | 217 | 102 | 253 | 20 | 75 | 0 | 41 | 434 | 54 | 56 |
| Binary | 10001111 | 1000010 | 10101011 | 10000 | 111101 | 0 | 100001 | 100011100 | 101100 | 101110 |
Color Harmonies of #8F42AB
Complementary color
Monochromatic Colors of #8F42AB
Black with #8F42AB
Text Example
Text Example
White with #8F42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F42AB; }
p { color: rgb(143,66,171); }
H1.HeaderClassName
{
color: #8F42AB;
}
.AnyTagClassName
{
color: #8F42AB;
}
</style>
background-color css
<style>
a { background-color: #8F42AB; }
a { background-color: rgb(143,66,171); }
div.DivClassName
{
background-color: #8F42AB;
}
.BgClassName
{
background-color: #8F42AB;
}
</style>
border-color css
<style>
span { border-color: #8F42AB; }
span { border-color: rgb(143,66,171); }
td.TdClassName
{
border-color: #8F42AB;
}
.TagClassName
{
border-color: #8F42AB;
}
</style>