Shades of Lilac Bush #956EC1
Tints of Lilac Bush #956EC1
RGB
CMYK
RGB Variations
Color information
#956EC1 (or 0x956EC1) is known color: Lilac Bush. HEX triplet: 95, 6E and C1. RGB value is (149,110,193). Sum of RGB (Red+Green+Blue) = 149+110+193=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #956EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EC1 is #6A913E. Grayscale: #828282. Windows color (decimal): -6983999 or 12676757. OLE color: 12676757.
HSL color Cylindrical-coordinate representation of color #956EC1: hue angle of 268.19º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #956EC1 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 110 | 193 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.24 |
| HSL | 268.19º | 0.4% | 0.59% | - |
| HSV(B) | 268.19º | 0.43% | 0.76% | - |
| XYZ | 27.6 | 21.39 | 53.13 | - |
| YUV | 131.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 193 | 0.23 | 0.43 | 0 | 0.24 | 268.19 | 0.4 | 0.59 |
| Hex | 95 | 6E | C1 | 17 | 2B | 0 | 18 | 10C | 28 | 3B |
| Octal | 225 | 156 | 301 | 27 | 53 | 0 | 30 | 414 | 50 | 73 |
| Binary | 10010101 | 1101110 | 11000001 | 10111 | 101011 | 0 | 11000 | 100001100 | 101000 | 111011 |
Color Harmonies of #956EC1
Complementary color
Monochromatic Colors of #956EC1
Black with #956EC1
Text Example
Text Example
White with #956EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956EC1; }
p { color: rgb(149,110,193); }
H1.HeaderClassName
{
color: #956EC1;
}
.AnyTagClassName
{
color: #956EC1;
}
</style>
background-color css
<style>
a { background-color: #956EC1; }
a { background-color: rgb(149,110,193); }
div.DivClassName
{
background-color: #956EC1;
}
.BgClassName
{
background-color: #956EC1;
}
</style>
border-color css
<style>
span { border-color: #956EC1; }
span { border-color: rgb(149,110,193); }
td.TdClassName
{
border-color: #956EC1;
}
.TagClassName
{
border-color: #956EC1;
}
</style>