Shades of Deep Lilac #9564BA
Tints of Deep Lilac #9564BA
RGB
CMYK
RGB Variations
Color information
#9564BA (or 0x9564BA) is known color: Deep Lilac. HEX triplet: 95, 64 and BA. RGB value is (149,100,186). Sum of RGB (Red+Green+Blue) = 149+100+186=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9564BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564BA is #6A9B45. Grayscale: #7C7C7C. Windows color (decimal): -6986566 or 12215445. OLE color: 12215445.
HSL color Cylindrical-coordinate representation of color #9564BA: hue angle of 274.19º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9564BA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 100 | 186 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.27 |
| HSL | 274.19º | 0.38% | 0.56% | - |
| HSV(B) | 274.19º | 0.46% | 0.73% | - |
| XYZ | 25.81 | 19.05 | 48.77 | - |
| YUV | 124.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 186 | 0.20 | 0.46 | 0 | 0.27 | 274.19 | 0.38 | 0.56 |
| Hex | 95 | 64 | BA | 14 | 2E | 0 | 1B | 112 | 26 | 38 |
| Octal | 225 | 144 | 272 | 24 | 56 | 0 | 33 | 422 | 46 | 70 |
| Binary | 10010101 | 1100100 | 10111010 | 10100 | 101110 | 0 | 11011 | 100010010 | 100110 | 111000 |
Color Harmonies of #9564BA
Complementary color
Monochromatic Colors of #9564BA
Black with #9564BA
Text Example
Text Example
White with #9564BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564BA; }
p { color: rgb(149,100,186); }
H1.HeaderClassName
{
color: #9564BA;
}
.AnyTagClassName
{
color: #9564BA;
}
</style>
background-color css
<style>
a { background-color: #9564BA; }
a { background-color: rgb(149,100,186); }
div.DivClassName
{
background-color: #9564BA;
}
.BgClassName
{
background-color: #9564BA;
}
</style>
border-color css
<style>
span { border-color: #9564BA; }
span { border-color: rgb(149,100,186); }
td.TdClassName
{
border-color: #9564BA;
}
.TagClassName
{
border-color: #9564BA;
}
</style>