Shades of Lilac Bush #956FBD
Tints of Lilac Bush #956FBD
RGB
CMYK
RGB Variations
Color information
#956FBD (or 0x956FBD) is known color: Lilac Bush. HEX triplet: 95, 6F and BD. RGB value is (149,111,189). Sum of RGB (Red+Green+Blue) = 149+111+189=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #956FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FBD is #6A9042. Grayscale: #828282. Windows color (decimal): -6983747 or 12414869. OLE color: 12414869.
HSL color Cylindrical-coordinate representation of color #956FBD: hue angle of 269.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956FBD is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 111 | 189 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.26 |
| HSL | 269.23º | 0.37% | 0.59% | - |
| HSV(B) | 269.23º | 0.41% | 0.74% | - |
| XYZ | 27.26 | 21.43 | 50.84 | - |
| YUV | 131.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 189 | 0.21 | 0.41 | 0 | 0.26 | 269.23 | 0.37 | 0.59 |
| Hex | 95 | 6F | BD | 15 | 29 | 0 | 1A | 10D | 25 | 3B |
| Octal | 225 | 157 | 275 | 25 | 51 | 0 | 32 | 415 | 45 | 73 |
| Binary | 10010101 | 1101111 | 10111101 | 10101 | 101001 | 0 | 11010 | 100001101 | 100101 | 111011 |
Color Harmonies of #956FBD
Complementary color
Monochromatic Colors of #956FBD
Black with #956FBD
Text Example
Text Example
White with #956FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FBD; }
p { color: rgb(149,111,189); }
H1.HeaderClassName
{
color: #956FBD;
}
.AnyTagClassName
{
color: #956FBD;
}
</style>
background-color css
<style>
a { background-color: #956FBD; }
a { background-color: rgb(149,111,189); }
div.DivClassName
{
background-color: #956FBD;
}
.BgClassName
{
background-color: #956FBD;
}
</style>
border-color css
<style>
span { border-color: #956FBD; }
span { border-color: rgb(149,111,189); }
td.TdClassName
{
border-color: #956FBD;
}
.TagClassName
{
border-color: #956FBD;
}
</style>