Shades of Lilac Bush #966CBC
Tints of Lilac Bush #966CBC
RGB
CMYK
RGB Variations
Color information
#966CBC (or 0x966CBC) is known color: Lilac Bush. HEX triplet: 96, 6C and BC. RGB value is (150,108,188). Sum of RGB (Red+Green+Blue) = 150+108+188=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #966CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CBC is #699343. Grayscale: #818181. Windows color (decimal): -6918980 or 12348566. OLE color: 12348566.
HSL color Cylindrical-coordinate representation of color #966CBC: hue angle of 271.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966CBC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 108 | 188 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.26 |
| HSL | 271.5º | 0.37% | 0.58% | - |
| HSV(B) | 271.5º | 0.43% | 0.74% | - |
| XYZ | 27.02 | 20.84 | 50.18 | - |
| YUV | 129.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 188 | 0.20 | 0.43 | 0 | 0.26 | 271.5 | 0.37 | 0.58 |
| Hex | 96 | 6C | BC | 14 | 2B | 0 | 1A | 110 | 25 | 3A |
| Octal | 226 | 154 | 274 | 24 | 53 | 0 | 32 | 420 | 45 | 72 |
| Binary | 10010110 | 1101100 | 10111100 | 10100 | 101011 | 0 | 11010 | 100010000 | 100101 | 111010 |
Color Harmonies of #966CBC
Complementary color
Monochromatic Colors of #966CBC
Black with #966CBC
Text Example
Text Example
White with #966CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CBC; }
p { color: rgb(150,108,188); }
H1.HeaderClassName
{
color: #966CBC;
}
.AnyTagClassName
{
color: #966CBC;
}
</style>
background-color css
<style>
a { background-color: #966CBC; }
a { background-color: rgb(150,108,188); }
div.DivClassName
{
background-color: #966CBC;
}
.BgClassName
{
background-color: #966CBC;
}
</style>
border-color css
<style>
span { border-color: #966CBC; }
span { border-color: rgb(150,108,188); }
td.TdClassName
{
border-color: #966CBC;
}
.TagClassName
{
border-color: #966CBC;
}
</style>