Shades of Lilac Bush #8964BC
Tints of Lilac Bush #8964BC
RGB
CMYK
RGB Variations
Color information
#8964BC (or 0x8964BC) is known color: Lilac Bush. HEX triplet: 89, 64 and BC. RGB value is (137,100,188). Sum of RGB (Red+Green+Blue) = 137+100+188=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #8964BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8964BC is #769B43. Grayscale: #787878. Windows color (decimal): -7772996 or 12346505. OLE color: 12346505.
HSL color Cylindrical-coordinate representation of color #8964BC: hue angle of 265.23º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8964BC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 100 | 188 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.26 |
| HSL | 265.23º | 0.4% | 0.56% | - |
| HSV(B) | 265.23º | 0.47% | 0.74% | - |
| XYZ | 23.95 | 18.06 | 49.8 | - |
| YUV | 121.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 188 | 0.27 | 0.47 | 0 | 0.26 | 265.23 | 0.4 | 0.56 |
| Hex | 89 | 64 | BC | 1B | 2F | 0 | 1A | 109 | 28 | 38 |
| Octal | 211 | 144 | 274 | 33 | 57 | 0 | 32 | 411 | 50 | 70 |
| Binary | 10001001 | 1100100 | 10111100 | 11011 | 101111 | 0 | 11010 | 100001001 | 101000 | 111000 |
Color Harmonies of #8964BC
Complementary color
Monochromatic Colors of #8964BC
Black with #8964BC
Text Example
Text Example
White with #8964BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8964BC; }
p { color: rgb(137,100,188); }
H1.HeaderClassName
{
color: #8964BC;
}
.AnyTagClassName
{
color: #8964BC;
}
</style>
background-color css
<style>
a { background-color: #8964BC; }
a { background-color: rgb(137,100,188); }
div.DivClassName
{
background-color: #8964BC;
}
.BgClassName
{
background-color: #8964BC;
}
</style>
border-color css
<style>
span { border-color: #8964BC; }
span { border-color: rgb(137,100,188); }
td.TdClassName
{
border-color: #8964BC;
}
.TagClassName
{
border-color: #8964BC;
}
</style>