Shades of Lilac Bush #9566BC
Tints of Lilac Bush #9566BC
RGB
CMYK
RGB Variations
Color information
#9566BC (or 0x9566BC) is known color: Lilac Bush. HEX triplet: 95, 66 and BC. RGB value is (149,102,188). Sum of RGB (Red+Green+Blue) = 149+102+188=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #9566BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566BC is #6A9943. Grayscale: #7D7D7D. Windows color (decimal): -6986052 or 12347029. OLE color: 12347029.
HSL color Cylindrical-coordinate representation of color #9566BC: hue angle of 272.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9566BC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 102 | 188 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.26 |
| HSL | 272.79º | 0.39% | 0.57% | - |
| HSV(B) | 272.79º | 0.46% | 0.74% | - |
| XYZ | 26.22 | 19.52 | 49.96 | - |
| YUV | 125.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 188 | 0.21 | 0.46 | 0 | 0.26 | 272.79 | 0.39 | 0.57 |
| Hex | 95 | 66 | BC | 15 | 2E | 0 | 1A | 111 | 27 | 39 |
| Octal | 225 | 146 | 274 | 25 | 56 | 0 | 32 | 421 | 47 | 71 |
| Binary | 10010101 | 1100110 | 10111100 | 10101 | 101110 | 0 | 11010 | 100010001 | 100111 | 111001 |
Color Harmonies of #9566BC
Complementary color
Monochromatic Colors of #9566BC
Black with #9566BC
Text Example
Text Example
White with #9566BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566BC; }
p { color: rgb(149,102,188); }
H1.HeaderClassName
{
color: #9566BC;
}
.AnyTagClassName
{
color: #9566BC;
}
</style>
background-color css
<style>
a { background-color: #9566BC; }
a { background-color: rgb(149,102,188); }
div.DivClassName
{
background-color: #9566BC;
}
.BgClassName
{
background-color: #9566BC;
}
</style>
border-color css
<style>
span { border-color: #9566BC; }
span { border-color: rgb(149,102,188); }
td.TdClassName
{
border-color: #9566BC;
}
.TagClassName
{
border-color: #9566BC;
}
</style>