Shades of Deep Lilac #8F5DBC
Tints of Deep Lilac #8F5DBC
RGB
CMYK
RGB Variations
Color information
#8F5DBC (or 0x8F5DBC) is known color: Deep Lilac. HEX triplet: 8F, 5D and BC. RGB value is (143,93,188). Sum of RGB (Red+Green+Blue) = 143+93+188=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F5DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5DBC is #70A243. Grayscale: #767676. Windows color (decimal): -7381572 or 12344719. OLE color: 12344719.
HSL color Cylindrical-coordinate representation of color #8F5DBC: hue angle of 271.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F5DBC is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 93 | 188 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.26 |
| HSL | 271.58º | 0.41% | 0.55% | - |
| HSV(B) | 271.58º | 0.51% | 0.74% | - |
| XYZ | 24.32 | 17.3 | 49.63 | - |
| YUV | 118.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 188 | 0.24 | 0.51 | 0 | 0.26 | 271.58 | 0.41 | 0.55 |
| Hex | 8F | 5D | BC | 18 | 33 | 0 | 1A | 110 | 29 | 37 |
| Octal | 217 | 135 | 274 | 30 | 63 | 0 | 32 | 420 | 51 | 67 |
| Binary | 10001111 | 1011101 | 10111100 | 11000 | 110011 | 0 | 11010 | 100010000 | 101001 | 110111 |
Color Harmonies of #8F5DBC
Complementary color
Monochromatic Colors of #8F5DBC
Black with #8F5DBC
Text Example
Text Example
White with #8F5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5DBC; }
p { color: rgb(143,93,188); }
H1.HeaderClassName
{
color: #8F5DBC;
}
.AnyTagClassName
{
color: #8F5DBC;
}
</style>
background-color css
<style>
a { background-color: #8F5DBC; }
a { background-color: rgb(143,93,188); }
div.DivClassName
{
background-color: #8F5DBC;
}
.BgClassName
{
background-color: #8F5DBC;
}
</style>
border-color css
<style>
span { border-color: #8F5DBC; }
span { border-color: rgb(143,93,188); }
td.TdClassName
{
border-color: #8F5DBC;
}
.TagClassName
{
border-color: #8F5DBC;
}
</style>