Shades of Lilac Bush #9667BB
Tints of Lilac Bush #9667BB
RGB
CMYK
RGB Variations
Color information
#9667BB (or 0x9667BB) is known color: Lilac Bush. HEX triplet: 96, 67 and BB. RGB value is (150,103,187). Sum of RGB (Red+Green+Blue) = 150+103+187=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #9667BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667BB is #699844. Grayscale: #7E7E7E. Windows color (decimal): -6920261 or 12281750. OLE color: 12281750.
HSL color Cylindrical-coordinate representation of color #9667BB: hue angle of 273.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9667BB is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 103 | 187 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.27 |
| HSL | 273.57º | 0.38% | 0.57% | - |
| HSV(B) | 273.57º | 0.45% | 0.73% | - |
| XYZ | 26.4 | 19.77 | 49.44 | - |
| YUV | 126.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 187 | 0.20 | 0.45 | 0 | 0.27 | 273.57 | 0.38 | 0.57 |
| Hex | 96 | 67 | BB | 14 | 2D | 0 | 1B | 112 | 26 | 39 |
| Octal | 226 | 147 | 273 | 24 | 55 | 0 | 33 | 422 | 46 | 71 |
| Binary | 10010110 | 1100111 | 10111011 | 10100 | 101101 | 0 | 11011 | 100010010 | 100110 | 111001 |
Color Harmonies of #9667BB
Complementary color
Monochromatic Colors of #9667BB
Black with #9667BB
Text Example
Text Example
White with #9667BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667BB; }
p { color: rgb(150,103,187); }
H1.HeaderClassName
{
color: #9667BB;
}
.AnyTagClassName
{
color: #9667BB;
}
</style>
background-color css
<style>
a { background-color: #9667BB; }
a { background-color: rgb(150,103,187); }
div.DivClassName
{
background-color: #9667BB;
}
.BgClassName
{
background-color: #9667BB;
}
</style>
border-color css
<style>
span { border-color: #9667BB; }
span { border-color: rgb(150,103,187); }
td.TdClassName
{
border-color: #9667BB;
}
.TagClassName
{
border-color: #9667BB;
}
</style>