Shades of Lilac Bush #8D6ABC
Tints of Lilac Bush #8D6ABC
RGB
CMYK
RGB Variations
Color information
#8D6ABC (or 0x8D6ABC) is known color: Lilac Bush. HEX triplet: 8D, 6A and BC. RGB value is (141,106,188). Sum of RGB (Red+Green+Blue) = 141+106+188=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6ABC is #729543. Grayscale: #7D7D7D. Windows color (decimal): -7509316 or 12348045. OLE color: 12348045.
HSL color Cylindrical-coordinate representation of color #8D6ABC: hue angle of 265.61º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D6ABC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 106 | 188 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.26 |
| HSL | 265.61º | 0.38% | 0.58% | - |
| HSV(B) | 265.61º | 0.44% | 0.74% | - |
| XYZ | 25.22 | 19.6 | 50.03 | - |
| YUV | 125.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 188 | 0.25 | 0.44 | 0 | 0.26 | 265.61 | 0.38 | 0.58 |
| Hex | 8D | 6A | BC | 19 | 2C | 0 | 1A | 10A | 26 | 3A |
| Octal | 215 | 152 | 274 | 31 | 54 | 0 | 32 | 412 | 46 | 72 |
| Binary | 10001101 | 1101010 | 10111100 | 11001 | 101100 | 0 | 11010 | 100001010 | 100110 | 111010 |
Color Harmonies of #8D6ABC
Complementary color
Monochromatic Colors of #8D6ABC
Black with #8D6ABC
Text Example
Text Example
White with #8D6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6ABC; }
p { color: rgb(141,106,188); }
H1.HeaderClassName
{
color: #8D6ABC;
}
.AnyTagClassName
{
color: #8D6ABC;
}
</style>
background-color css
<style>
a { background-color: #8D6ABC; }
a { background-color: rgb(141,106,188); }
div.DivClassName
{
background-color: #8D6ABC;
}
.BgClassName
{
background-color: #8D6ABC;
}
</style>
border-color css
<style>
span { border-color: #8D6ABC; }
span { border-color: rgb(141,106,188); }
td.TdClassName
{
border-color: #8D6ABC;
}
.TagClassName
{
border-color: #8D6ABC;
}
</style>