Shades of Lilac Bush #9666BA
Tints of Lilac Bush #9666BA
RGB
CMYK
RGB Variations
Color information
#9666BA (or 0x9666BA) is known color: Lilac Bush. HEX triplet: 96, 66 and BA. RGB value is (150,102,186). Sum of RGB (Red+Green+Blue) = 150+102+186=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9666BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666BA is #699945. Grayscale: #7D7D7D. Windows color (decimal): -6920518 or 12215958. OLE color: 12215958.
HSL color Cylindrical-coordinate representation of color #9666BA: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9666BA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 102 | 186 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.27 |
| HSL | 274.29º | 0.38% | 0.56% | - |
| HSV(B) | 274.29º | 0.45% | 0.73% | - |
| XYZ | 26.19 | 19.53 | 48.84 | - |
| YUV | 125.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 186 | 0.19 | 0.45 | 0 | 0.27 | 274.29 | 0.38 | 0.56 |
| Hex | 96 | 66 | BA | 13 | 2D | 0 | 1B | 112 | 26 | 38 |
| Octal | 226 | 146 | 272 | 23 | 55 | 0 | 33 | 422 | 46 | 70 |
| Binary | 10010110 | 1100110 | 10111010 | 10011 | 101101 | 0 | 11011 | 100010010 | 100110 | 111000 |
Color Harmonies of #9666BA
Complementary color
Monochromatic Colors of #9666BA
Black with #9666BA
Text Example
Text Example
White with #9666BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666BA; }
p { color: rgb(150,102,186); }
H1.HeaderClassName
{
color: #9666BA;
}
.AnyTagClassName
{
color: #9666BA;
}
</style>
background-color css
<style>
a { background-color: #9666BA; }
a { background-color: rgb(150,102,186); }
div.DivClassName
{
background-color: #9666BA;
}
.BgClassName
{
background-color: #9666BA;
}
</style>
border-color css
<style>
span { border-color: #9666BA; }
span { border-color: rgb(150,102,186); }
td.TdClassName
{
border-color: #9666BA;
}
.TagClassName
{
border-color: #9666BA;
}
</style>