Shades of Lilac Bush #956FBE
Tints of Lilac Bush #956FBE
RGB
CMYK
RGB Variations
Color information
#956FBE (or 0x956FBE) is known color: Lilac Bush. HEX triplet: 95, 6F and BE. RGB value is (149,111,190). Sum of RGB (Red+Green+Blue) = 149+111+190=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #956FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FBE is #6A9041. Grayscale: #838383. Windows color (decimal): -6983746 or 12480405. OLE color: 12480405.
HSL color Cylindrical-coordinate representation of color #956FBE: hue angle of 268.86º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #956FBE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 111 | 190 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.25 |
| HSL | 268.86º | 0.38% | 0.59% | - |
| HSV(B) | 268.86º | 0.42% | 0.75% | - |
| XYZ | 27.37 | 21.48 | 51.42 | - |
| YUV | 131.37 | 161.09 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 190 | 0.22 | 0.42 | 0 | 0.25 | 268.86 | 0.38 | 0.59 |
| Hex | 95 | 6F | BE | 16 | 2A | 0 | 19 | 10D | 26 | 3B |
| Octal | 225 | 157 | 276 | 26 | 52 | 0 | 31 | 415 | 46 | 73 |
| Binary | 10010101 | 1101111 | 10111110 | 10110 | 101010 | 0 | 11001 | 100001101 | 100110 | 111011 |
Color Harmonies of #956FBE
Complementary color
Monochromatic Colors of #956FBE
Black with #956FBE
Text Example
Text Example
White with #956FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FBE; }
p { color: rgb(149,111,190); }
H1.HeaderClassName
{
color: #956FBE;
}
.AnyTagClassName
{
color: #956FBE;
}
</style>
background-color css
<style>
a { background-color: #956FBE; }
a { background-color: rgb(149,111,190); }
div.DivClassName
{
background-color: #956FBE;
}
.BgClassName
{
background-color: #956FBE;
}
</style>
border-color css
<style>
span { border-color: #956FBE; }
span { border-color: rgb(149,111,190); }
td.TdClassName
{
border-color: #956FBE;
}
.TagClassName
{
border-color: #956FBE;
}
</style>