Shades of Lilac Bush #8666B7
Tints of Lilac Bush #8666B7
RGB
CMYK
RGB Variations
Color information
#8666B7 (or 0x8666B7) is known color: Lilac Bush. HEX triplet: 86, 66 and B7. RGB value is (134,102,183). Sum of RGB (Red+Green+Blue) = 134+102+183=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #8666B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666B7 is #799948. Grayscale: #787878. Windows color (decimal): -7969097 or 12019334. OLE color: 12019334.
HSL color Cylindrical-coordinate representation of color #8666B7: hue angle of 263.7º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8666B7 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 102 | 183 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.28 |
| HSL | 263.7º | 0.36% | 0.56% | - |
| HSV(B) | 263.7º | 0.44% | 0.72% | - |
| XYZ | 23.13 | 17.99 | 47.05 | - |
| YUV | 120.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 183 | 0.27 | 0.44 | 0 | 0.28 | 263.7 | 0.36 | 0.56 |
| Hex | 86 | 66 | B7 | 1B | 2C | 0 | 1C | 108 | 24 | 38 |
| Octal | 206 | 146 | 267 | 33 | 54 | 0 | 34 | 410 | 44 | 70 |
| Binary | 10000110 | 1100110 | 10110111 | 11011 | 101100 | 0 | 11100 | 100001000 | 100100 | 111000 |
Color Harmonies of #8666B7
Complementary color
Monochromatic Colors of #8666B7
Black with #8666B7
Text Example
Text Example
White with #8666B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666B7; }
p { color: rgb(134,102,183); }
H1.HeaderClassName
{
color: #8666B7;
}
.AnyTagClassName
{
color: #8666B7;
}
</style>
background-color css
<style>
a { background-color: #8666B7; }
a { background-color: rgb(134,102,183); }
div.DivClassName
{
background-color: #8666B7;
}
.BgClassName
{
background-color: #8666B7;
}
</style>
border-color css
<style>
span { border-color: #8666B7; }
span { border-color: rgb(134,102,183); }
td.TdClassName
{
border-color: #8666B7;
}
.TagClassName
{
border-color: #8666B7;
}
</style>