Shades of Lilac Bush #8D6CC0
Tints of Lilac Bush #8D6CC0
RGB
CMYK
RGB Variations
Color information
#8D6CC0 (or 0x8D6CC0) is known color: Lilac Bush. HEX triplet: 8D, 6C and C0. RGB value is (141,108,192). Sum of RGB (Red+Green+Blue) = 141+108+192=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D6CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CC0 is #72933F. Grayscale: #7F7F7F. Windows color (decimal): -7508800 or 12610701. OLE color: 12610701.
HSL color Cylindrical-coordinate representation of color #8D6CC0: hue angle of 263.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D6CC0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 108 | 192 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.25 |
| HSL | 263.57º | 0.4% | 0.59% | - |
| HSV(B) | 263.57º | 0.44% | 0.75% | - |
| XYZ | 25.86 | 20.19 | 52.4 | - |
| YUV | 127.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 192 | 0.27 | 0.44 | 0 | 0.25 | 263.57 | 0.4 | 0.59 |
| Hex | 8D | 6C | C0 | 1B | 2C | 0 | 19 | 108 | 28 | 3B |
| Octal | 215 | 154 | 300 | 33 | 54 | 0 | 31 | 410 | 50 | 73 |
| Binary | 10001101 | 1101100 | 11000000 | 11011 | 101100 | 0 | 11001 | 100001000 | 101000 | 111011 |
Color Harmonies of #8D6CC0
Complementary color
Monochromatic Colors of #8D6CC0
Black with #8D6CC0
Text Example
Text Example
White with #8D6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CC0; }
p { color: rgb(141,108,192); }
H1.HeaderClassName
{
color: #8D6CC0;
}
.AnyTagClassName
{
color: #8D6CC0;
}
</style>
background-color css
<style>
a { background-color: #8D6CC0; }
a { background-color: rgb(141,108,192); }
div.DivClassName
{
background-color: #8D6CC0;
}
.BgClassName
{
background-color: #8D6CC0;
}
</style>
border-color css
<style>
span { border-color: #8D6CC0; }
span { border-color: rgb(141,108,192); }
td.TdClassName
{
border-color: #8D6CC0;
}
.TagClassName
{
border-color: #8D6CC0;
}
</style>