Shades of Lilac Bush #956BC5
Tints of Lilac Bush #956BC5
RGB
CMYK
RGB Variations
Color information
#956BC5 (or 0x956BC5) is known color: Lilac Bush. HEX triplet: 95, 6B and C5. RGB value is (149,107,197). Sum of RGB (Red+Green+Blue) = 149+107+197=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #956BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BC5 is #6A943A. Grayscale: #818181. Windows color (decimal): -6984763 or 12938133. OLE color: 12938133.
HSL color Cylindrical-coordinate representation of color #956BC5: hue angle of 268º 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 #956BC5 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 107 | 197 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.23 |
| HSL | 268º | 0.44% | 0.6% | - |
| HSV(B) | 268º | 0.46% | 0.77% | - |
| XYZ | 27.73 | 20.94 | 55.4 | - |
| YUV | 129.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 197 | 0.24 | 0.46 | 0 | 0.23 | 268 | 0.44 | 0.6 |
| Hex | 95 | 6B | C5 | 18 | 2E | 0 | 17 | 10C | 2C | 3C |
| Octal | 225 | 153 | 305 | 30 | 56 | 0 | 27 | 414 | 54 | 74 |
| Binary | 10010101 | 1101011 | 11000101 | 11000 | 101110 | 0 | 10111 | 100001100 | 101100 | 111100 |
Color Harmonies of #956BC5
Complementary color
Monochromatic Colors of #956BC5
Black with #956BC5
Text Example
Text Example
White with #956BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BC5; }
p { color: rgb(149,107,197); }
H1.HeaderClassName
{
color: #956BC5;
}
.AnyTagClassName
{
color: #956BC5;
}
</style>
background-color css
<style>
a { background-color: #956BC5; }
a { background-color: rgb(149,107,197); }
div.DivClassName
{
background-color: #956BC5;
}
.BgClassName
{
background-color: #956BC5;
}
</style>
border-color css
<style>
span { border-color: #956BC5; }
span { border-color: rgb(149,107,197); }
td.TdClassName
{
border-color: #956BC5;
}
.TagClassName
{
border-color: #956BC5;
}
</style>