Shades of Lilac Bush #8D6CBE
Tints of Lilac Bush #8D6CBE
RGB
CMYK
RGB Variations
Color information
#8D6CBE (or 0x8D6CBE) is known color: Lilac Bush. HEX triplet: 8D, 6C and BE. RGB value is (141,108,190). Sum of RGB (Red+Green+Blue) = 141+108+190=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CBE is #729341. Grayscale: #7E7E7E. Windows color (decimal): -7508802 or 12479629. OLE color: 12479629.
HSL color Cylindrical-coordinate representation of color #8D6CBE: hue angle of 264.15º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6CBE is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 108 | 190 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.25 |
| HSL | 264.15º | 0.39% | 0.58% | - |
| HSV(B) | 264.15º | 0.43% | 0.75% | - |
| XYZ | 25.64 | 20.11 | 51.24 | - |
| YUV | 127.22 | 163.43 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 190 | 0.26 | 0.43 | 0 | 0.25 | 264.15 | 0.39 | 0.58 |
| Hex | 8D | 6C | BE | 1A | 2B | 0 | 19 | 108 | 27 | 3A |
| Octal | 215 | 154 | 276 | 32 | 53 | 0 | 31 | 410 | 47 | 72 |
| Binary | 10001101 | 1101100 | 10111110 | 11010 | 101011 | 0 | 11001 | 100001000 | 100111 | 111010 |
Color Harmonies of #8D6CBE
Complementary color
Monochromatic Colors of #8D6CBE
Black with #8D6CBE
Text Example
Text Example
White with #8D6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CBE; }
p { color: rgb(141,108,190); }
H1.HeaderClassName
{
color: #8D6CBE;
}
.AnyTagClassName
{
color: #8D6CBE;
}
</style>
background-color css
<style>
a { background-color: #8D6CBE; }
a { background-color: rgb(141,108,190); }
div.DivClassName
{
background-color: #8D6CBE;
}
.BgClassName
{
background-color: #8D6CBE;
}
</style>
border-color css
<style>
span { border-color: #8D6CBE; }
span { border-color: rgb(141,108,190); }
td.TdClassName
{
border-color: #8D6CBE;
}
.TagClassName
{
border-color: #8D6CBE;
}
</style>