Shades of Lilac Bush #956ECF
Tints of Lilac Bush #956ECF
RGB
CMYK
RGB Variations
Color information
#956ECF (or 0x956ECF) is known color: Lilac Bush. HEX triplet: 95, 6E and CF. RGB value is (149,110,207). Sum of RGB (Red+Green+Blue) = 149+110+207=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #956ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ECF is #6A9130. Grayscale: #848484. Windows color (decimal): -6983985 or 13594261. OLE color: 13594261.
HSL color Cylindrical-coordinate representation of color #956ECF: hue angle of 264.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #956ECF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 110 | 207 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.19 |
| HSL | 264.12º | 0.5% | 0.62% | - |
| HSV(B) | 264.12º | 0.47% | 0.81% | - |
| XYZ | 29.23 | 22.05 | 61.75 | - |
| YUV | 132.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 207 | 0.28 | 0.47 | 0 | 0.19 | 264.12 | 0.5 | 0.62 |
| Hex | 95 | 6E | CF | 1C | 2F | 0 | 13 | 108 | 32 | 3E |
| Octal | 225 | 156 | 317 | 34 | 57 | 0 | 23 | 410 | 62 | 76 |
| Binary | 10010101 | 1101110 | 11001111 | 11100 | 101111 | 0 | 10011 | 100001000 | 110010 | 111110 |
Color Harmonies of #956ECF
Complementary color
Monochromatic Colors of #956ECF
Black with #956ECF
Text Example
Text Example
White with #956ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956ECF; }
p { color: rgb(149,110,207); }
H1.HeaderClassName
{
color: #956ECF;
}
.AnyTagClassName
{
color: #956ECF;
}
</style>
background-color css
<style>
a { background-color: #956ECF; }
a { background-color: rgb(149,110,207); }
div.DivClassName
{
background-color: #956ECF;
}
.BgClassName
{
background-color: #956ECF;
}
</style>
border-color css
<style>
span { border-color: #956ECF; }
span { border-color: rgb(149,110,207); }
td.TdClassName
{
border-color: #956ECF;
}
.TagClassName
{
border-color: #956ECF;
}
</style>