Shades of Lilac Bush #956ED0
Tints of Lilac Bush #956ED0
RGB
CMYK
RGB Variations
Color information
#956ED0 (or 0x956ED0) is known color: Lilac Bush. HEX triplet: 95, 6E and D0. RGB value is (149,110,208). Sum of RGB (Red+Green+Blue) = 149+110+208=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #956ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ED0 is #6A912F. Grayscale: #848484. Windows color (decimal): -6983984 or 13659797. OLE color: 13659797.
HSL color Cylindrical-coordinate representation of color #956ED0: hue angle of 263.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #956ED0 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 110 | 208 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.18 |
| HSL | 263.88º | 0.51% | 0.62% | - |
| HSV(B) | 263.88º | 0.47% | 0.82% | - |
| XYZ | 29.36 | 22.1 | 62.39 | - |
| YUV | 132.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 208 | 0.28 | 0.47 | 0 | 0.18 | 263.88 | 0.51 | 0.62 |
| Hex | 95 | 6E | D0 | 1C | 2F | 0 | 12 | 108 | 33 | 3E |
| Octal | 225 | 156 | 320 | 34 | 57 | 0 | 22 | 410 | 63 | 76 |
| Binary | 10010101 | 1101110 | 11010000 | 11100 | 101111 | 0 | 10010 | 100001000 | 110011 | 111110 |
Color Harmonies of #956ED0
Complementary color
Monochromatic Colors of #956ED0
Black with #956ED0
Text Example
Text Example
White with #956ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956ED0; }
p { color: rgb(149,110,208); }
H1.HeaderClassName
{
color: #956ED0;
}
.AnyTagClassName
{
color: #956ED0;
}
</style>
background-color css
<style>
a { background-color: #956ED0; }
a { background-color: rgb(149,110,208); }
div.DivClassName
{
background-color: #956ED0;
}
.BgClassName
{
background-color: #956ED0;
}
</style>
border-color css
<style>
span { border-color: #956ED0; }
span { border-color: rgb(149,110,208); }
td.TdClassName
{
border-color: #956ED0;
}
.TagClassName
{
border-color: #956ED0;
}
</style>