Shades of Lilac Bush #8C64BB
Tints of Lilac Bush #8C64BB
RGB
CMYK
RGB Variations
Color information
#8C64BB (or 0x8C64BB) is known color: Lilac Bush. HEX triplet: 8C, 64 and BB. RGB value is (140,100,187). Sum of RGB (Red+Green+Blue) = 140+100+187=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C64BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C64BB is #739B44. Grayscale: #797979. Windows color (decimal): -7576389 or 12280972. OLE color: 12280972.
HSL color Cylindrical-coordinate representation of color #8C64BB: hue angle of 267.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C64BB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 100 | 187 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.27 |
| HSL | 267.59º | 0.39% | 0.56% | - |
| HSV(B) | 267.59º | 0.47% | 0.73% | - |
| XYZ | 24.34 | 18.28 | 49.26 | - |
| YUV | 121.88 | 164.75 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 187 | 0.25 | 0.47 | 0 | 0.27 | 267.59 | 0.39 | 0.56 |
| Hex | 8C | 64 | BB | 19 | 2F | 0 | 1B | 10C | 27 | 38 |
| Octal | 214 | 144 | 273 | 31 | 57 | 0 | 33 | 414 | 47 | 70 |
| Binary | 10001100 | 1100100 | 10111011 | 11001 | 101111 | 0 | 11011 | 100001100 | 100111 | 111000 |
Color Harmonies of #8C64BB
Complementary color
Monochromatic Colors of #8C64BB
Black with #8C64BB
Text Example
Text Example
White with #8C64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64BB; }
p { color: rgb(140,100,187); }
H1.HeaderClassName
{
color: #8C64BB;
}
.AnyTagClassName
{
color: #8C64BB;
}
</style>
background-color css
<style>
a { background-color: #8C64BB; }
a { background-color: rgb(140,100,187); }
div.DivClassName
{
background-color: #8C64BB;
}
.BgClassName
{
background-color: #8C64BB;
}
</style>
border-color css
<style>
span { border-color: #8C64BB; }
span { border-color: rgb(140,100,187); }
td.TdClassName
{
border-color: #8C64BB;
}
.TagClassName
{
border-color: #8C64BB;
}
</style>