Shades of Deep Lilac #8C5BBC
Tints of Deep Lilac #8C5BBC
RGB
CMYK
RGB Variations
Color information
#8C5BBC (or 0x8C5BBC) is known color: Deep Lilac. HEX triplet: 8C, 5B and BC. RGB value is (140,91,188). Sum of RGB (Red+Green+Blue) = 140+91+188=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BBC is #73A443. Grayscale: #747474. Windows color (decimal): -7578692 or 12344204. OLE color: 12344204.
HSL color Cylindrical-coordinate representation of color #8C5BBC: hue angle of 270.31º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C5BBC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 91 | 188 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.26 |
| HSL | 270.31º | 0.42% | 0.55% | - |
| HSV(B) | 270.31º | 0.52% | 0.74% | - |
| XYZ | 23.63 | 16.69 | 49.55 | - |
| YUV | 116.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 188 | 0.26 | 0.52 | 0 | 0.26 | 270.31 | 0.42 | 0.55 |
| Hex | 8C | 5B | BC | 1A | 34 | 0 | 1A | 10E | 2A | 37 |
| Octal | 214 | 133 | 274 | 32 | 64 | 0 | 32 | 416 | 52 | 67 |
| Binary | 10001100 | 1011011 | 10111100 | 11010 | 110100 | 0 | 11010 | 100001110 | 101010 | 110111 |
Color Harmonies of #8C5BBC
Complementary color
Monochromatic Colors of #8C5BBC
Black with #8C5BBC
Text Example
Text Example
White with #8C5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BBC; }
p { color: rgb(140,91,188); }
H1.HeaderClassName
{
color: #8C5BBC;
}
.AnyTagClassName
{
color: #8C5BBC;
}
</style>
background-color css
<style>
a { background-color: #8C5BBC; }
a { background-color: rgb(140,91,188); }
div.DivClassName
{
background-color: #8C5BBC;
}
.BgClassName
{
background-color: #8C5BBC;
}
</style>
border-color css
<style>
span { border-color: #8C5BBC; }
span { border-color: rgb(140,91,188); }
td.TdClassName
{
border-color: #8C5BBC;
}
.TagClassName
{
border-color: #8C5BBC;
}
</style>