Shades of Lilac Bush #9668BA
Tints of Lilac Bush #9668BA
RGB
CMYK
RGB Variations
Color information
#9668BA (or 0x9668BA) is known color: Lilac Bush. HEX triplet: 96, 68 and BA. RGB value is (150,104,186). Sum of RGB (Red+Green+Blue) = 150+104+186=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #9668BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668BA is #699745. Grayscale: #7E7E7E. Windows color (decimal): -6920006 or 12216470. OLE color: 12216470.
HSL color Cylindrical-coordinate representation of color #9668BA: hue angle of 273.66º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9668BA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 104 | 186 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.27 |
| HSL | 273.66º | 0.37% | 0.57% | - |
| HSV(B) | 273.66º | 0.44% | 0.73% | - |
| XYZ | 26.39 | 19.93 | 48.91 | - |
| YUV | 127.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 186 | 0.19 | 0.44 | 0 | 0.27 | 273.66 | 0.37 | 0.57 |
| Hex | 96 | 68 | BA | 13 | 2C | 0 | 1B | 112 | 25 | 39 |
| Octal | 226 | 150 | 272 | 23 | 54 | 0 | 33 | 422 | 45 | 71 |
| Binary | 10010110 | 1101000 | 10111010 | 10011 | 101100 | 0 | 11011 | 100010010 | 100101 | 111001 |
Color Harmonies of #9668BA
Complementary color
Monochromatic Colors of #9668BA
Black with #9668BA
Text Example
Text Example
White with #9668BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9668BA; }
p { color: rgb(150,104,186); }
H1.HeaderClassName
{
color: #9668BA;
}
.AnyTagClassName
{
color: #9668BA;
}
</style>
background-color css
<style>
a { background-color: #9668BA; }
a { background-color: rgb(150,104,186); }
div.DivClassName
{
background-color: #9668BA;
}
.BgClassName
{
background-color: #9668BA;
}
</style>
border-color css
<style>
span { border-color: #9668BA; }
span { border-color: rgb(150,104,186); }
td.TdClassName
{
border-color: #9668BA;
}
.TagClassName
{
border-color: #9668BA;
}
</style>