Shades of Lilac Bush #8C65BC
Tints of Lilac Bush #8C65BC
RGB
CMYK
RGB Variations
Color information
#8C65BC (or 0x8C65BC) is known color: Lilac Bush. HEX triplet: 8C, 65 and BC. RGB value is (140,101,188). Sum of RGB (Red+Green+Blue) = 140+101+188=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 101 (39.84% from 255 or 23.54% 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 #8C65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65BC is #739A43. Grayscale: #7A7A7A. Windows color (decimal): -7576132 or 12346764. OLE color: 12346764.
HSL color Cylindrical-coordinate representation of color #8C65BC: hue angle of 266.9º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C65BC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 101 | 188 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.26 |
| HSL | 266.9º | 0.39% | 0.57% | - |
| HSV(B) | 266.9º | 0.46% | 0.74% | - |
| XYZ | 24.55 | 18.51 | 49.86 | - |
| YUV | 122.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 188 | 0.26 | 0.46 | 0 | 0.26 | 266.9 | 0.39 | 0.57 |
| Hex | 8C | 65 | BC | 1A | 2E | 0 | 1A | 10B | 27 | 39 |
| Octal | 214 | 145 | 274 | 32 | 56 | 0 | 32 | 413 | 47 | 71 |
| Binary | 10001100 | 1100101 | 10111100 | 11010 | 101110 | 0 | 11010 | 100001011 | 100111 | 111001 |
Color Harmonies of #8C65BC
Complementary color
Monochromatic Colors of #8C65BC
Black with #8C65BC
Text Example
Text Example
White with #8C65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C65BC; }
p { color: rgb(140,101,188); }
H1.HeaderClassName
{
color: #8C65BC;
}
.AnyTagClassName
{
color: #8C65BC;
}
</style>
background-color css
<style>
a { background-color: #8C65BC; }
a { background-color: rgb(140,101,188); }
div.DivClassName
{
background-color: #8C65BC;
}
.BgClassName
{
background-color: #8C65BC;
}
</style>
border-color css
<style>
span { border-color: #8C65BC; }
span { border-color: rgb(140,101,188); }
td.TdClassName
{
border-color: #8C65BC;
}
.TagClassName
{
border-color: #8C65BC;
}
</style>