Shades of Lilac Bush #8C6CBC
Tints of Lilac Bush #8C6CBC
RGB
CMYK
RGB Variations
Color information
#8C6CBC (or 0x8C6CBC) is known color: Lilac Bush. HEX triplet: 8C, 6C and BC. RGB value is (140,108,188). Sum of RGB (Red+Green+Blue) = 140+108+188=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C6CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CBC is #739343. Grayscale: #7E7E7E. Windows color (decimal): -7574340 or 12348556. OLE color: 12348556.
HSL color Cylindrical-coordinate representation of color #8C6CBC: hue angle of 264º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C6CBC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 108 | 188 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.26 |
| HSL | 264º | 0.37% | 0.58% | - |
| HSV(B) | 264º | 0.43% | 0.74% | - |
| XYZ | 25.25 | 19.93 | 50.09 | - |
| YUV | 126.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 188 | 0.26 | 0.43 | 0 | 0.26 | 264 | 0.37 | 0.58 |
| Hex | 8C | 6C | BC | 1A | 2B | 0 | 1A | 108 | 25 | 3A |
| Octal | 214 | 154 | 274 | 32 | 53 | 0 | 32 | 410 | 45 | 72 |
| Binary | 10001100 | 1101100 | 10111100 | 11010 | 101011 | 0 | 11010 | 100001000 | 100101 | 111010 |
Color Harmonies of #8C6CBC
Complementary color
Monochromatic Colors of #8C6CBC
Black with #8C6CBC
Text Example
Text Example
White with #8C6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CBC; }
p { color: rgb(140,108,188); }
H1.HeaderClassName
{
color: #8C6CBC;
}
.AnyTagClassName
{
color: #8C6CBC;
}
</style>
background-color css
<style>
a { background-color: #8C6CBC; }
a { background-color: rgb(140,108,188); }
div.DivClassName
{
background-color: #8C6CBC;
}
.BgClassName
{
background-color: #8C6CBC;
}
</style>
border-color css
<style>
span { border-color: #8C6CBC; }
span { border-color: rgb(140,108,188); }
td.TdClassName
{
border-color: #8C6CBC;
}
.TagClassName
{
border-color: #8C6CBC;
}
</style>