Shades of Lilac Bush #966BC5
Tints of Lilac Bush #966BC5
RGB
CMYK
RGB Variations
Color information
#966BC5 (or 0x966BC5) is known color: Lilac Bush. HEX triplet: 96, 6B and C5. RGB value is (150,107,197). Sum of RGB (Red+Green+Blue) = 150+107+197=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #966BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BC5 is #69943A. Grayscale: #818181. Windows color (decimal): -6919227 or 12938134. OLE color: 12938134.
HSL color Cylindrical-coordinate representation of color #966BC5: hue angle of 268.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966BC5 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 107 | 197 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.23 |
| HSL | 268.67º | 0.44% | 0.6% | - |
| HSV(B) | 268.67º | 0.46% | 0.77% | - |
| XYZ | 27.91 | 21.03 | 55.41 | - |
| YUV | 130.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 197 | 0.24 | 0.46 | 0 | 0.23 | 268.67 | 0.44 | 0.6 |
| Hex | 96 | 6B | C5 | 18 | 2E | 0 | 17 | 10D | 2C | 3C |
| Octal | 226 | 153 | 305 | 30 | 56 | 0 | 27 | 415 | 54 | 74 |
| Binary | 10010110 | 1101011 | 11000101 | 11000 | 101110 | 0 | 10111 | 100001101 | 101100 | 111100 |
Color Harmonies of #966BC5
Complementary color
Monochromatic Colors of #966BC5
Black with #966BC5
Text Example
Text Example
White with #966BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BC5; }
p { color: rgb(150,107,197); }
H1.HeaderClassName
{
color: #966BC5;
}
.AnyTagClassName
{
color: #966BC5;
}
</style>
background-color css
<style>
a { background-color: #966BC5; }
a { background-color: rgb(150,107,197); }
div.DivClassName
{
background-color: #966BC5;
}
.BgClassName
{
background-color: #966BC5;
}
</style>
border-color css
<style>
span { border-color: #966BC5; }
span { border-color: rgb(150,107,197); }
td.TdClassName
{
border-color: #966BC5;
}
.TagClassName
{
border-color: #966BC5;
}
</style>