Shades of Lilac Bush #8D64BC
Tints of Lilac Bush #8D64BC
RGB
CMYK
RGB Variations
Color information
#8D64BC (or 0x8D64BC) is known color: Lilac Bush. HEX triplet: 8D, 64 and BC. RGB value is (141,100,188). Sum of RGB (Red+Green+Blue) = 141+100+188=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D64BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D64BC is #729B43. Grayscale: #797979. Windows color (decimal): -7510852 or 12346509. OLE color: 12346509.
HSL color Cylindrical-coordinate representation of color #8D64BC: hue angle of 267.95º 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 #8D64BC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 100 | 188 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.26 |
| HSL | 267.95º | 0.4% | 0.56% | - |
| HSV(B) | 267.95º | 0.47% | 0.74% | - |
| XYZ | 24.62 | 18.41 | 49.83 | - |
| YUV | 122.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 188 | 0.25 | 0.47 | 0 | 0.26 | 267.95 | 0.4 | 0.56 |
| Hex | 8D | 64 | BC | 19 | 2F | 0 | 1A | 10C | 28 | 38 |
| Octal | 215 | 144 | 274 | 31 | 57 | 0 | 32 | 414 | 50 | 70 |
| Binary | 10001101 | 1100100 | 10111100 | 11001 | 101111 | 0 | 11010 | 100001100 | 101000 | 111000 |
Color Harmonies of #8D64BC
Complementary color
Monochromatic Colors of #8D64BC
Black with #8D64BC
Text Example
Text Example
White with #8D64BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D64BC; }
p { color: rgb(141,100,188); }
H1.HeaderClassName
{
color: #8D64BC;
}
.AnyTagClassName
{
color: #8D64BC;
}
</style>
background-color css
<style>
a { background-color: #8D64BC; }
a { background-color: rgb(141,100,188); }
div.DivClassName
{
background-color: #8D64BC;
}
.BgClassName
{
background-color: #8D64BC;
}
</style>
border-color css
<style>
span { border-color: #8D64BC; }
span { border-color: rgb(141,100,188); }
td.TdClassName
{
border-color: #8D64BC;
}
.TagClassName
{
border-color: #8D64BC;
}
</style>