Shades of Lilac Bush #8D6BBC
Tints of Lilac Bush #8D6BBC
RGB
CMYK
RGB Variations
Color information
#8D6BBC (or 0x8D6BBC) is known color: Lilac Bush. HEX triplet: 8D, 6B and BC. RGB value is (141,107,188). Sum of RGB (Red+Green+Blue) = 141+107+188=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 107 (42.19% from 255 or 24.54% 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 #8D6BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BBC is #729443. Grayscale: #7E7E7E. Windows color (decimal): -7509060 or 12348301. OLE color: 12348301.
HSL color Cylindrical-coordinate representation of color #8D6BBC: hue angle of 265.19º degrees, saturation: 0.38, 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 #8D6BBC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 107 | 188 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.26 |
| HSL | 265.19º | 0.38% | 0.58% | - |
| HSV(B) | 265.19º | 0.43% | 0.74% | - |
| XYZ | 25.32 | 19.81 | 50.07 | - |
| YUV | 126.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 188 | 0.25 | 0.43 | 0 | 0.26 | 265.19 | 0.38 | 0.58 |
| Hex | 8D | 6B | BC | 19 | 2B | 0 | 1A | 109 | 26 | 3A |
| Octal | 215 | 153 | 274 | 31 | 53 | 0 | 32 | 411 | 46 | 72 |
| Binary | 10001101 | 1101011 | 10111100 | 11001 | 101011 | 0 | 11010 | 100001001 | 100110 | 111010 |
Color Harmonies of #8D6BBC
Complementary color
Monochromatic Colors of #8D6BBC
Black with #8D6BBC
Text Example
Text Example
White with #8D6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6BBC; }
p { color: rgb(141,107,188); }
H1.HeaderClassName
{
color: #8D6BBC;
}
.AnyTagClassName
{
color: #8D6BBC;
}
</style>
background-color css
<style>
a { background-color: #8D6BBC; }
a { background-color: rgb(141,107,188); }
div.DivClassName
{
background-color: #8D6BBC;
}
.BgClassName
{
background-color: #8D6BBC;
}
</style>
border-color css
<style>
span { border-color: #8D6BBC; }
span { border-color: rgb(141,107,188); }
td.TdClassName
{
border-color: #8D6BBC;
}
.TagClassName
{
border-color: #8D6BBC;
}
</style>