Shades of Deep Lilac #8F48AD
Tints of Deep Lilac #8F48AD
RGB
CMYK
RGB Variations
Color information
#8F48AD (or 0x8F48AD) is known color: Deep Lilac. HEX triplet: 8F, 48 and AD. RGB value is (143,72,173). Sum of RGB (Red+Green+Blue) = 143+72+173=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F48AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F48AD is #70B752. Grayscale: #686868. Windows color (decimal): -7386963 or 11356303. OLE color: 11356303.
HSL color Cylindrical-coordinate representation of color #8F48AD: hue angle of 282.18º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F48AD is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 72 | 173 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.32 |
| HSL | 282.18º | 0.41% | 0.48% | - |
| HSV(B) | 282.18º | 0.58% | 0.68% | - |
| XYZ | 21.19 | 13.49 | 41.02 | - |
| YUV | 104.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 173 | 0.17 | 0.58 | 0 | 0.32 | 282.18 | 0.41 | 0.48 |
| Hex | 8F | 48 | AD | 11 | 3A | 0 | 20 | 11A | 29 | 30 |
| Octal | 217 | 110 | 255 | 21 | 72 | 0 | 40 | 432 | 51 | 60 |
| Binary | 10001111 | 1001000 | 10101101 | 10001 | 111010 | 0 | 100000 | 100011010 | 101001 | 110000 |
Color Harmonies of #8F48AD
Complementary color
Monochromatic Colors of #8F48AD
Black with #8F48AD
Text Example
Text Example
White with #8F48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48AD; }
p { color: rgb(143,72,173); }
H1.HeaderClassName
{
color: #8F48AD;
}
.AnyTagClassName
{
color: #8F48AD;
}
</style>
background-color css
<style>
a { background-color: #8F48AD; }
a { background-color: rgb(143,72,173); }
div.DivClassName
{
background-color: #8F48AD;
}
.BgClassName
{
background-color: #8F48AD;
}
</style>
border-color css
<style>
span { border-color: #8F48AD; }
span { border-color: rgb(143,72,173); }
td.TdClassName
{
border-color: #8F48AD;
}
.TagClassName
{
border-color: #8F48AD;
}
</style>