Shades of Deep Lilac #8F5DAD
Tints of Deep Lilac #8F5DAD
RGB
CMYK
RGB Variations
Color information
#8F5DAD (or 0x8F5DAD) is known color: Deep Lilac. HEX triplet: 8F, 5D and AD. RGB value is (143,93,173). Sum of RGB (Red+Green+Blue) = 143+93+173=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5DAD is #70A252. Grayscale: #747474. Windows color (decimal): -7381587 or 11361679. OLE color: 11361679.
HSL color Cylindrical-coordinate representation of color #8F5DAD: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F5DAD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 93 | 173 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.32 |
| HSL | 277.5º | 0.33% | 0.52% | - |
| HSV(B) | 277.5º | 0.46% | 0.68% | - |
| XYZ | 22.78 | 16.69 | 41.55 | - |
| YUV | 117.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 173 | 0.17 | 0.46 | 0 | 0.32 | 277.5 | 0.33 | 0.52 |
| Hex | 8F | 5D | AD | 11 | 2E | 0 | 20 | 116 | 21 | 34 |
| Octal | 217 | 135 | 255 | 21 | 56 | 0 | 40 | 426 | 41 | 64 |
| Binary | 10001111 | 1011101 | 10101101 | 10001 | 101110 | 0 | 100000 | 100010110 | 100001 | 110100 |
Color Harmonies of #8F5DAD
Complementary color
Monochromatic Colors of #8F5DAD
Black with #8F5DAD
Text Example
Text Example
White with #8F5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5DAD; }
p { color: rgb(143,93,173); }
H1.HeaderClassName
{
color: #8F5DAD;
}
.AnyTagClassName
{
color: #8F5DAD;
}
</style>
background-color css
<style>
a { background-color: #8F5DAD; }
a { background-color: rgb(143,93,173); }
div.DivClassName
{
background-color: #8F5DAD;
}
.BgClassName
{
background-color: #8F5DAD;
}
</style>
border-color css
<style>
span { border-color: #8F5DAD; }
span { border-color: rgb(143,93,173); }
td.TdClassName
{
border-color: #8F5DAD;
}
.TagClassName
{
border-color: #8F5DAD;
}
</style>