Shades of Lilac Bush #8C65B6
Tints of Lilac Bush #8C65B6
RGB
CMYK
RGB Variations
Color information
#8C65B6 (or 0x8C65B6) is known color: Lilac Bush. HEX triplet: 8C, 65 and B6. RGB value is (140,101,182). Sum of RGB (Red+Green+Blue) = 140+101+182=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C65B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65B6 is #739A49. Grayscale: #797979. Windows color (decimal): -7576138 or 11953548. OLE color: 11953548.
HSL color Cylindrical-coordinate representation of color #8C65B6: hue angle of 268.89º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C65B6 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 101 | 182 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.29 |
| HSL | 268.89º | 0.36% | 0.55% | - |
| HSV(B) | 268.89º | 0.45% | 0.71% | - |
| XYZ | 23.91 | 18.26 | 46.52 | - |
| YUV | 121.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 182 | 0.23 | 0.45 | 0 | 0.29 | 268.89 | 0.36 | 0.55 |
| Hex | 8C | 65 | B6 | 17 | 2D | 0 | 1D | 10D | 24 | 37 |
| Octal | 214 | 145 | 266 | 27 | 55 | 0 | 35 | 415 | 44 | 67 |
| Binary | 10001100 | 1100101 | 10110110 | 10111 | 101101 | 0 | 11101 | 100001101 | 100100 | 110111 |
Color Harmonies of #8C65B6
Complementary color
Monochromatic Colors of #8C65B6
Black with #8C65B6
Text Example
Text Example
White with #8C65B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C65B6; }
p { color: rgb(140,101,182); }
H1.HeaderClassName
{
color: #8C65B6;
}
.AnyTagClassName
{
color: #8C65B6;
}
</style>
background-color css
<style>
a { background-color: #8C65B6; }
a { background-color: rgb(140,101,182); }
div.DivClassName
{
background-color: #8C65B6;
}
.BgClassName
{
background-color: #8C65B6;
}
</style>
border-color css
<style>
span { border-color: #8C65B6; }
span { border-color: rgb(140,101,182); }
td.TdClassName
{
border-color: #8C65B6;
}
.TagClassName
{
border-color: #8C65B6;
}
</style>