Shades of Lilac Bush #966DCC
Tints of Lilac Bush #966DCC
RGB
CMYK
RGB Variations
Color information
#966DCC (or 0x966DCC) is known color: Lilac Bush. HEX triplet: 96, 6D and CC. RGB value is (150,109,204). Sum of RGB (Red+Green+Blue) = 150+109+204=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #966DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DCC is #699233. Grayscale: #838383. Windows color (decimal): -6918708 or 13397398. OLE color: 13397398.
HSL color Cylindrical-coordinate representation of color #966DCC: hue angle of 265.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966DCC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 109 | 204 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.2 |
| HSL | 265.89º | 0.48% | 0.61% | - |
| HSV(B) | 265.89º | 0.47% | 0.8% | - |
| XYZ | 28.95 | 21.78 | 59.81 | - |
| YUV | 132.09 | 168.58 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 204 | 0.26 | 0.47 | 0 | 0.2 | 265.89 | 0.48 | 0.61 |
| Hex | 96 | 6D | CC | 1A | 2F | 0 | 14 | 10A | 30 | 3D |
| Octal | 226 | 155 | 314 | 32 | 57 | 0 | 24 | 412 | 60 | 75 |
| Binary | 10010110 | 1101101 | 11001100 | 11010 | 101111 | 0 | 10100 | 100001010 | 110000 | 111101 |
Color Harmonies of #966DCC
Complementary color
Monochromatic Colors of #966DCC
Black with #966DCC
Text Example
Text Example
White with #966DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DCC; }
p { color: rgb(150,109,204); }
H1.HeaderClassName
{
color: #966DCC;
}
.AnyTagClassName
{
color: #966DCC;
}
</style>
background-color css
<style>
a { background-color: #966DCC; }
a { background-color: rgb(150,109,204); }
div.DivClassName
{
background-color: #966DCC;
}
.BgClassName
{
background-color: #966DCC;
}
</style>
border-color css
<style>
span { border-color: #966DCC; }
span { border-color: rgb(150,109,204); }
td.TdClassName
{
border-color: #966DCC;
}
.TagClassName
{
border-color: #966DCC;
}
</style>