Shades of Lilac Bush #9568BA
Tints of Lilac Bush #9568BA
RGB
CMYK
RGB Variations
Color information
#9568BA (or 0x9568BA) is known color: Lilac Bush. HEX triplet: 95, 68 and BA. RGB value is (149,104,186). Sum of RGB (Red+Green+Blue) = 149+104+186=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #9568BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568BA is #6A9745. Grayscale: #7E7E7E. Windows color (decimal): -6985542 or 12216469. OLE color: 12216469.
HSL color Cylindrical-coordinate representation of color #9568BA: hue angle of 272.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9568BA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 104 | 186 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.27 |
| HSL | 272.93º | 0.37% | 0.57% | - |
| HSV(B) | 272.93º | 0.44% | 0.73% | - |
| XYZ | 26.21 | 19.84 | 48.9 | - |
| YUV | 126.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 186 | 0.20 | 0.44 | 0 | 0.27 | 272.93 | 0.37 | 0.57 |
| Hex | 95 | 68 | BA | 14 | 2C | 0 | 1B | 111 | 25 | 39 |
| Octal | 225 | 150 | 272 | 24 | 54 | 0 | 33 | 421 | 45 | 71 |
| Binary | 10010101 | 1101000 | 10111010 | 10100 | 101100 | 0 | 11011 | 100010001 | 100101 | 111001 |
Color Harmonies of #9568BA
Complementary color
Monochromatic Colors of #9568BA
Black with #9568BA
Text Example
Text Example
White with #9568BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9568BA; }
p { color: rgb(149,104,186); }
H1.HeaderClassName
{
color: #9568BA;
}
.AnyTagClassName
{
color: #9568BA;
}
</style>
background-color css
<style>
a { background-color: #9568BA; }
a { background-color: rgb(149,104,186); }
div.DivClassName
{
background-color: #9568BA;
}
.BgClassName
{
background-color: #9568BA;
}
</style>
border-color css
<style>
span { border-color: #9568BA; }
span { border-color: rgb(149,104,186); }
td.TdClassName
{
border-color: #9568BA;
}
.TagClassName
{
border-color: #9568BA;
}
</style>