Shades of Lilac Bush #956DC3
Tints of Lilac Bush #956DC3
RGB
CMYK
RGB Variations
Color information
#956DC3 (or 0x956DC3) is known color: Lilac Bush. HEX triplet: 95, 6D and C3. RGB value is (149,109,195). Sum of RGB (Red+Green+Blue) = 149+109+195=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #956DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DC3 is #6A923C. Grayscale: #828282. Windows color (decimal): -6984253 or 12807573. OLE color: 12807573.
HSL color Cylindrical-coordinate representation of color #956DC3: hue angle of 267.91º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #956DC3 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 109 | 195 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.24 |
| HSL | 267.91º | 0.42% | 0.6% | - |
| HSV(B) | 267.91º | 0.44% | 0.76% | - |
| XYZ | 27.71 | 21.27 | 54.27 | - |
| YUV | 130.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 195 | 0.24 | 0.44 | 0 | 0.24 | 267.91 | 0.42 | 0.6 |
| Hex | 95 | 6D | C3 | 18 | 2C | 0 | 18 | 10C | 2A | 3C |
| Octal | 225 | 155 | 303 | 30 | 54 | 0 | 30 | 414 | 52 | 74 |
| Binary | 10010101 | 1101101 | 11000011 | 11000 | 101100 | 0 | 11000 | 100001100 | 101010 | 111100 |
Color Harmonies of #956DC3
Complementary color
Monochromatic Colors of #956DC3
Black with #956DC3
Text Example
Text Example
White with #956DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DC3; }
p { color: rgb(149,109,195); }
H1.HeaderClassName
{
color: #956DC3;
}
.AnyTagClassName
{
color: #956DC3;
}
</style>
background-color css
<style>
a { background-color: #956DC3; }
a { background-color: rgb(149,109,195); }
div.DivClassName
{
background-color: #956DC3;
}
.BgClassName
{
background-color: #956DC3;
}
</style>
border-color css
<style>
span { border-color: #956DC3; }
span { border-color: rgb(149,109,195); }
td.TdClassName
{
border-color: #956DC3;
}
.TagClassName
{
border-color: #956DC3;
}
</style>