Shades of Lilac Bush #8D61BF
Tints of Lilac Bush #8D61BF
RGB
CMYK
RGB Variations
Color information
#8D61BF (or 0x8D61BF) is known color: Lilac Bush. HEX triplet: 8D, 61 and BF. RGB value is (141,97,191). Sum of RGB (Red+Green+Blue) = 141+97+191=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D61BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D61BF is #729E40. Grayscale: #787878. Windows color (decimal): -7511617 or 12542349. OLE color: 12542349.
HSL color Cylindrical-coordinate representation of color #8D61BF: hue angle of 268.09º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D61BF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 97 | 191 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.25 |
| HSL | 268.09º | 0.42% | 0.56% | - |
| HSV(B) | 268.09º | 0.49% | 0.75% | - |
| XYZ | 24.66 | 17.97 | 51.46 | - |
| YUV | 120.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 191 | 0.26 | 0.49 | 0 | 0.25 | 268.09 | 0.42 | 0.56 |
| Hex | 8D | 61 | BF | 1A | 31 | 0 | 19 | 10C | 2A | 38 |
| Octal | 215 | 141 | 277 | 32 | 61 | 0 | 31 | 414 | 52 | 70 |
| Binary | 10001101 | 1100001 | 10111111 | 11010 | 110001 | 0 | 11001 | 100001100 | 101010 | 111000 |
Color Harmonies of #8D61BF
Complementary color
Monochromatic Colors of #8D61BF
Black with #8D61BF
Text Example
Text Example
White with #8D61BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D61BF; }
p { color: rgb(141,97,191); }
H1.HeaderClassName
{
color: #8D61BF;
}
.AnyTagClassName
{
color: #8D61BF;
}
</style>
background-color css
<style>
a { background-color: #8D61BF; }
a { background-color: rgb(141,97,191); }
div.DivClassName
{
background-color: #8D61BF;
}
.BgClassName
{
background-color: #8D61BF;
}
</style>
border-color css
<style>
span { border-color: #8D61BF; }
span { border-color: rgb(141,97,191); }
td.TdClassName
{
border-color: #8D61BF;
}
.TagClassName
{
border-color: #8D61BF;
}
</style>