Shades of Lilac Bush #956FC1
Tints of Lilac Bush #956FC1
RGB
CMYK
RGB Variations
Color information
#956FC1 (or 0x956FC1) is known color: Lilac Bush. HEX triplet: 95, 6F and C1. RGB value is (149,111,193). Sum of RGB (Red+Green+Blue) = 149+111+193=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #956FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FC1 is #6A903E. Grayscale: #838383. Windows color (decimal): -6983743 or 12677013. OLE color: 12677013.
HSL color Cylindrical-coordinate representation of color #956FC1: hue angle of 267.8º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #956FC1 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 111 | 193 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.24 |
| HSL | 267.8º | 0.4% | 0.6% | - |
| HSV(B) | 267.8º | 0.42% | 0.76% | - |
| XYZ | 27.7 | 21.61 | 53.16 | - |
| YUV | 131.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 193 | 0.23 | 0.42 | 0 | 0.24 | 267.8 | 0.4 | 0.6 |
| Hex | 95 | 6F | C1 | 17 | 2A | 0 | 18 | 10C | 28 | 3C |
| Octal | 225 | 157 | 301 | 27 | 52 | 0 | 30 | 414 | 50 | 74 |
| Binary | 10010101 | 1101111 | 11000001 | 10111 | 101010 | 0 | 11000 | 100001100 | 101000 | 111100 |
Color Harmonies of #956FC1
Complementary color
Monochromatic Colors of #956FC1
Black with #956FC1
Text Example
Text Example
White with #956FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FC1; }
p { color: rgb(149,111,193); }
H1.HeaderClassName
{
color: #956FC1;
}
.AnyTagClassName
{
color: #956FC1;
}
</style>
background-color css
<style>
a { background-color: #956FC1; }
a { background-color: rgb(149,111,193); }
div.DivClassName
{
background-color: #956FC1;
}
.BgClassName
{
background-color: #956FC1;
}
</style>
border-color css
<style>
span { border-color: #956FC1; }
span { border-color: rgb(149,111,193); }
td.TdClassName
{
border-color: #956FC1;
}
.TagClassName
{
border-color: #956FC1;
}
</style>