Shades of Lilac Bush #8D61BC
Tints of Lilac Bush #8D61BC
RGB
CMYK
RGB Variations
Color information
#8D61BC (or 0x8D61BC) is known color: Lilac Bush. HEX triplet: 8D, 61 and BC. RGB value is (141,97,188). Sum of RGB (Red+Green+Blue) = 141+97+188=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D61BC is #729E43. Grayscale: #787878. Windows color (decimal): -7511620 or 12345741. OLE color: 12345741.
HSL color Cylindrical-coordinate representation of color #8D61BC: hue angle of 269.01º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D61BC is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 97 | 188 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.26 |
| HSL | 269.01º | 0.4% | 0.56% | - |
| HSV(B) | 269.01º | 0.48% | 0.74% | - |
| XYZ | 24.34 | 17.84 | 49.74 | - |
| YUV | 120.53 | 166.08 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 188 | 0.25 | 0.48 | 0 | 0.26 | 269.01 | 0.4 | 0.56 |
| Hex | 8D | 61 | BC | 19 | 30 | 0 | 1A | 10D | 28 | 38 |
| Octal | 215 | 141 | 274 | 31 | 60 | 0 | 32 | 415 | 50 | 70 |
| Binary | 10001101 | 1100001 | 10111100 | 11001 | 110000 | 0 | 11010 | 100001101 | 101000 | 111000 |
Color Harmonies of #8D61BC
Complementary color
Monochromatic Colors of #8D61BC
Black with #8D61BC
Text Example
Text Example
White with #8D61BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D61BC; }
p { color: rgb(141,97,188); }
H1.HeaderClassName
{
color: #8D61BC;
}
.AnyTagClassName
{
color: #8D61BC;
}
</style>
background-color css
<style>
a { background-color: #8D61BC; }
a { background-color: rgb(141,97,188); }
div.DivClassName
{
background-color: #8D61BC;
}
.BgClassName
{
background-color: #8D61BC;
}
</style>
border-color css
<style>
span { border-color: #8D61BC; }
span { border-color: rgb(141,97,188); }
td.TdClassName
{
border-color: #8D61BC;
}
.TagClassName
{
border-color: #8D61BC;
}
</style>