Shades of Lilac Bush #956BC1
Tints of Lilac Bush #956BC1
RGB
CMYK
RGB Variations
Color information
#956BC1 (or 0x956BC1) is known color: Lilac Bush. HEX triplet: 95, 6B and C1. RGB value is (149,107,193). Sum of RGB (Red+Green+Blue) = 149+107+193=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #956BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BC1 is #6A943E. Grayscale: #818181. Windows color (decimal): -6984767 or 12675989. OLE color: 12675989.
HSL color Cylindrical-coordinate representation of color #956BC1: hue angle of 269.3º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #956BC1 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 107 | 193 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.24 |
| HSL | 269.3º | 0.41% | 0.59% | - |
| HSV(B) | 269.3º | 0.45% | 0.76% | - |
| XYZ | 27.28 | 20.76 | 53.02 | - |
| YUV | 129.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 193 | 0.23 | 0.45 | 0 | 0.24 | 269.3 | 0.41 | 0.59 |
| Hex | 95 | 6B | C1 | 17 | 2D | 0 | 18 | 10D | 29 | 3B |
| Octal | 225 | 153 | 301 | 27 | 55 | 0 | 30 | 415 | 51 | 73 |
| Binary | 10010101 | 1101011 | 11000001 | 10111 | 101101 | 0 | 11000 | 100001101 | 101001 | 111011 |
Color Harmonies of #956BC1
Complementary color
Monochromatic Colors of #956BC1
Black with #956BC1
Text Example
Text Example
White with #956BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BC1; }
p { color: rgb(149,107,193); }
H1.HeaderClassName
{
color: #956BC1;
}
.AnyTagClassName
{
color: #956BC1;
}
</style>
background-color css
<style>
a { background-color: #956BC1; }
a { background-color: rgb(149,107,193); }
div.DivClassName
{
background-color: #956BC1;
}
.BgClassName
{
background-color: #956BC1;
}
</style>
border-color css
<style>
span { border-color: #956BC1; }
span { border-color: rgb(149,107,193); }
td.TdClassName
{
border-color: #956BC1;
}
.TagClassName
{
border-color: #956BC1;
}
</style>