Shades of Lilac Bush #956FCB
Tints of Lilac Bush #956FCB
RGB
CMYK
RGB Variations
Color information
#956FCB (or 0x956FCB) is known color: Lilac Bush. HEX triplet: 95, 6F and CB. RGB value is (149,111,203). Sum of RGB (Red+Green+Blue) = 149+111+203=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #956FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FCB is #6A9034. Grayscale: #848484. Windows color (decimal): -6983733 or 13332373. OLE color: 13332373.
HSL color Cylindrical-coordinate representation of color #956FCB: hue angle of 264.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #956FCB is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 111 | 203 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.20 |
| HSL | 264.78º | 0.47% | 0.62% | - |
| HSV(B) | 264.78º | 0.45% | 0.8% | - |
| XYZ | 28.86 | 22.07 | 59.24 | - |
| YUV | 132.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 203 | 0.27 | 0.45 | 0 | 0.20 | 264.78 | 0.47 | 0.62 |
| Hex | 95 | 6F | CB | 1B | 2D | 0 | 14 | 109 | 2F | 3E |
| Octal | 225 | 157 | 313 | 33 | 55 | 0 | 24 | 411 | 57 | 76 |
| Binary | 10010101 | 1101111 | 11001011 | 11011 | 101101 | 0 | 10100 | 100001001 | 101111 | 111110 |
Color Harmonies of #956FCB
Complementary color
Monochromatic Colors of #956FCB
Black with #956FCB
Text Example
Text Example
White with #956FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FCB; }
p { color: rgb(149,111,203); }
H1.HeaderClassName
{
color: #956FCB;
}
.AnyTagClassName
{
color: #956FCB;
}
</style>
background-color css
<style>
a { background-color: #956FCB; }
a { background-color: rgb(149,111,203); }
div.DivClassName
{
background-color: #956FCB;
}
.BgClassName
{
background-color: #956FCB;
}
</style>
border-color css
<style>
span { border-color: #956FCB; }
span { border-color: rgb(149,111,203); }
td.TdClassName
{
border-color: #956FCB;
}
.TagClassName
{
border-color: #956FCB;
}
</style>