Shades of Lilac Bush #8C6FBC
Tints of Lilac Bush #8C6FBC
RGB
CMYK
RGB Variations
Color information
#8C6FBC (or 0x8C6FBC) is known color: Lilac Bush. HEX triplet: 8C, 6F and BC. RGB value is (140,111,188). Sum of RGB (Red+Green+Blue) = 140+111+188=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C6FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6FBC is #739043. Grayscale: #808080. Windows color (decimal): -7573572 or 12349324. OLE color: 12349324.
HSL color Cylindrical-coordinate representation of color #8C6FBC: hue angle of 262.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C6FBC is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 111 | 188 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.26 |
| HSL | 262.6º | 0.36% | 0.59% | - |
| HSV(B) | 262.6º | 0.41% | 0.74% | - |
| XYZ | 25.58 | 20.58 | 50.2 | - |
| YUV | 128.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 188 | 0.26 | 0.41 | 0 | 0.26 | 262.6 | 0.36 | 0.59 |
| Hex | 8C | 6F | BC | 1A | 29 | 0 | 1A | 107 | 24 | 3B |
| Octal | 214 | 157 | 274 | 32 | 51 | 0 | 32 | 407 | 44 | 73 |
| Binary | 10001100 | 1101111 | 10111100 | 11010 | 101001 | 0 | 11010 | 100000111 | 100100 | 111011 |
Color Harmonies of #8C6FBC
Complementary color
Monochromatic Colors of #8C6FBC
Black with #8C6FBC
Text Example
Text Example
White with #8C6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6FBC; }
p { color: rgb(140,111,188); }
H1.HeaderClassName
{
color: #8C6FBC;
}
.AnyTagClassName
{
color: #8C6FBC;
}
</style>
background-color css
<style>
a { background-color: #8C6FBC; }
a { background-color: rgb(140,111,188); }
div.DivClassName
{
background-color: #8C6FBC;
}
.BgClassName
{
background-color: #8C6FBC;
}
</style>
border-color css
<style>
span { border-color: #8C6FBC; }
span { border-color: rgb(140,111,188); }
td.TdClassName
{
border-color: #8C6FBC;
}
.TagClassName
{
border-color: #8C6FBC;
}
</style>