Shades of Deep Lilac #8F4DBC
Tints of Deep Lilac #8F4DBC
RGB
CMYK
RGB Variations
Color information
#8F4DBC (or 0x8F4DBC) is known color: Deep Lilac. HEX triplet: 8F, 4D and BC. RGB value is (143,77,188). Sum of RGB (Red+Green+Blue) = 143+77+188=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F4DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DBC is #70B243. Grayscale: #6D6D6D. Windows color (decimal): -7385668 or 12340623. OLE color: 12340623.
HSL color Cylindrical-coordinate representation of color #8F4DBC: hue angle of 275.68º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F4DBC is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 77 | 188 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.26 |
| HSL | 275.68º | 0.45% | 0.52% | - |
| HSV(B) | 275.68º | 0.59% | 0.74% | - |
| XYZ | 23.06 | 14.78 | 49.21 | - |
| YUV | 109.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 188 | 0.24 | 0.59 | 0 | 0.26 | 275.68 | 0.45 | 0.52 |
| Hex | 8F | 4D | BC | 18 | 3B | 0 | 1A | 114 | 2D | 34 |
| Octal | 217 | 115 | 274 | 30 | 73 | 0 | 32 | 424 | 55 | 64 |
| Binary | 10001111 | 1001101 | 10111100 | 11000 | 111011 | 0 | 11010 | 100010100 | 101101 | 110100 |
Color Harmonies of #8F4DBC
Complementary color
Monochromatic Colors of #8F4DBC
Black with #8F4DBC
Text Example
Text Example
White with #8F4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DBC; }
p { color: rgb(143,77,188); }
H1.HeaderClassName
{
color: #8F4DBC;
}
.AnyTagClassName
{
color: #8F4DBC;
}
</style>
background-color css
<style>
a { background-color: #8F4DBC; }
a { background-color: rgb(143,77,188); }
div.DivClassName
{
background-color: #8F4DBC;
}
.BgClassName
{
background-color: #8F4DBC;
}
</style>
border-color css
<style>
span { border-color: #8F4DBC; }
span { border-color: rgb(143,77,188); }
td.TdClassName
{
border-color: #8F4DBC;
}
.TagClassName
{
border-color: #8F4DBC;
}
</style>