Shades of Deep Lilac #9565BA
Tints of Deep Lilac #9565BA
RGB
CMYK
RGB Variations
Color information
#9565BA (or 0x9565BA) is known color: Deep Lilac. HEX triplet: 95, 65 and BA. RGB value is (149,101,186). Sum of RGB (Red+Green+Blue) = 149+101+186=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9565BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565BA is #6A9A45. Grayscale: #7C7C7C. Windows color (decimal): -6986310 or 12215701. OLE color: 12215701.
HSL color Cylindrical-coordinate representation of color #9565BA: hue angle of 273.88º 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 #9565BA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 101 | 186 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.27 |
| HSL | 273.88º | 0.38% | 0.56% | - |
| HSV(B) | 273.88º | 0.46% | 0.73% | - |
| XYZ | 25.91 | 19.24 | 48.8 | - |
| YUV | 125.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 186 | 0.20 | 0.46 | 0 | 0.27 | 273.88 | 0.38 | 0.56 |
| Hex | 95 | 65 | BA | 14 | 2E | 0 | 1B | 112 | 26 | 38 |
| Octal | 225 | 145 | 272 | 24 | 56 | 0 | 33 | 422 | 46 | 70 |
| Binary | 10010101 | 1100101 | 10111010 | 10100 | 101110 | 0 | 11011 | 100010010 | 100110 | 111000 |
Color Harmonies of #9565BA
Complementary color
Monochromatic Colors of #9565BA
Black with #9565BA
Text Example
Text Example
White with #9565BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565BA; }
p { color: rgb(149,101,186); }
H1.HeaderClassName
{
color: #9565BA;
}
.AnyTagClassName
{
color: #9565BA;
}
</style>
background-color css
<style>
a { background-color: #9565BA; }
a { background-color: rgb(149,101,186); }
div.DivClassName
{
background-color: #9565BA;
}
.BgClassName
{
background-color: #9565BA;
}
</style>
border-color css
<style>
span { border-color: #9565BA; }
span { border-color: rgb(149,101,186); }
td.TdClassName
{
border-color: #9565BA;
}
.TagClassName
{
border-color: #9565BA;
}
</style>