Shades of Lilac Bush #966DBD
Tints of Lilac Bush #966DBD
RGB
CMYK
RGB Variations
Color information
#966DBD (or 0x966DBD) is known color: Lilac Bush. HEX triplet: 96, 6D and BD. RGB value is (150,109,189). Sum of RGB (Red+Green+Blue) = 150+109+189=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #966DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DBD is #699242. Grayscale: #828282. Windows color (decimal): -6918723 or 12414358. OLE color: 12414358.
HSL color Cylindrical-coordinate representation of color #966DBD: hue angle of 270.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966DBD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 109 | 189 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.26 |
| HSL | 270.75º | 0.38% | 0.58% | - |
| HSV(B) | 270.75º | 0.42% | 0.74% | - |
| XYZ | 27.23 | 21.1 | 50.78 | - |
| YUV | 130.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 189 | 0.21 | 0.42 | 0 | 0.26 | 270.75 | 0.38 | 0.58 |
| Hex | 96 | 6D | BD | 15 | 2A | 0 | 1A | 10F | 26 | 3A |
| Octal | 226 | 155 | 275 | 25 | 52 | 0 | 32 | 417 | 46 | 72 |
| Binary | 10010110 | 1101101 | 10111101 | 10101 | 101010 | 0 | 11010 | 100001111 | 100110 | 111010 |
Color Harmonies of #966DBD
Complementary color
Monochromatic Colors of #966DBD
Black with #966DBD
Text Example
Text Example
White with #966DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DBD; }
p { color: rgb(150,109,189); }
H1.HeaderClassName
{
color: #966DBD;
}
.AnyTagClassName
{
color: #966DBD;
}
</style>
background-color css
<style>
a { background-color: #966DBD; }
a { background-color: rgb(150,109,189); }
div.DivClassName
{
background-color: #966DBD;
}
.BgClassName
{
background-color: #966DBD;
}
</style>
border-color css
<style>
span { border-color: #966DBD; }
span { border-color: rgb(150,109,189); }
td.TdClassName
{
border-color: #966DBD;
}
.TagClassName
{
border-color: #966DBD;
}
</style>