Shades of Lilac Bush #966CC4
Tints of Lilac Bush #966CC4
RGB
CMYK
RGB Variations
Color information
#966CC4 (or 0x966CC4) is known color: Lilac Bush. HEX triplet: 96, 6C and C4. RGB value is (150,108,196). Sum of RGB (Red+Green+Blue) = 150+108+196=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #966CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CC4 is #69933B. Grayscale: #828282. Windows color (decimal): -6918972 or 12872854. OLE color: 12872854.
HSL color Cylindrical-coordinate representation of color #966CC4: hue angle of 268.64º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966CC4 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 108 | 196 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.23 |
| HSL | 268.64º | 0.43% | 0.6% | - |
| HSV(B) | 268.64º | 0.45% | 0.77% | - |
| XYZ | 27.9 | 21.19 | 54.84 | - |
| YUV | 130.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 196 | 0.23 | 0.45 | 0 | 0.23 | 268.64 | 0.43 | 0.6 |
| Hex | 96 | 6C | C4 | 17 | 2D | 0 | 17 | 10D | 2B | 3C |
| Octal | 226 | 154 | 304 | 27 | 55 | 0 | 27 | 415 | 53 | 74 |
| Binary | 10010110 | 1101100 | 11000100 | 10111 | 101101 | 0 | 10111 | 100001101 | 101011 | 111100 |
Color Harmonies of #966CC4
Complementary color
Monochromatic Colors of #966CC4
Black with #966CC4
Text Example
Text Example
White with #966CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CC4; }
p { color: rgb(150,108,196); }
H1.HeaderClassName
{
color: #966CC4;
}
.AnyTagClassName
{
color: #966CC4;
}
</style>
background-color css
<style>
a { background-color: #966CC4; }
a { background-color: rgb(150,108,196); }
div.DivClassName
{
background-color: #966CC4;
}
.BgClassName
{
background-color: #966CC4;
}
</style>
border-color css
<style>
span { border-color: #966CC4; }
span { border-color: rgb(150,108,196); }
td.TdClassName
{
border-color: #966CC4;
}
.TagClassName
{
border-color: #966CC4;
}
</style>