Shades of Deep Lilac #8C5EBB
Tints of Deep Lilac #8C5EBB
RGB
CMYK
RGB Variations
Color information
#8C5EBB (or 0x8C5EBB) is known color: Deep Lilac. HEX triplet: 8C, 5E and BB. RGB value is (140,94,187). Sum of RGB (Red+Green+Blue) = 140+94+187=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C5EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5EBB is #73A144. Grayscale: #767676. Windows color (decimal): -7577925 or 12279436. OLE color: 12279436.
HSL color Cylindrical-coordinate representation of color #8C5EBB: hue angle of 269.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C5EBB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 94 | 187 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.27 |
| HSL | 269.68º | 0.41% | 0.55% | - |
| HSV(B) | 269.68º | 0.5% | 0.73% | - |
| XYZ | 23.79 | 17.17 | 49.07 | - |
| YUV | 118.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 187 | 0.25 | 0.50 | 0 | 0.27 | 269.68 | 0.41 | 0.55 |
| Hex | 8C | 5E | BB | 19 | 32 | 0 | 1B | 10E | 29 | 37 |
| Octal | 214 | 136 | 273 | 31 | 62 | 0 | 33 | 416 | 51 | 67 |
| Binary | 10001100 | 1011110 | 10111011 | 11001 | 110010 | 0 | 11011 | 100001110 | 101001 | 110111 |
Color Harmonies of #8C5EBB
Complementary color
Monochromatic Colors of #8C5EBB
Black with #8C5EBB
Text Example
Text Example
White with #8C5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5EBB; }
p { color: rgb(140,94,187); }
H1.HeaderClassName
{
color: #8C5EBB;
}
.AnyTagClassName
{
color: #8C5EBB;
}
</style>
background-color css
<style>
a { background-color: #8C5EBB; }
a { background-color: rgb(140,94,187); }
div.DivClassName
{
background-color: #8C5EBB;
}
.BgClassName
{
background-color: #8C5EBB;
}
</style>
border-color css
<style>
span { border-color: #8C5EBB; }
span { border-color: rgb(140,94,187); }
td.TdClassName
{
border-color: #8C5EBB;
}
.TagClassName
{
border-color: #8C5EBB;
}
</style>