Shades of Deep Lilac #9564B7
Tints of Deep Lilac #9564B7
RGB
CMYK
RGB Variations
Color information
#9564B7 (or 0x9564B7) is known color: Deep Lilac. HEX triplet: 95, 64 and B7. RGB value is (149,100,183). Sum of RGB (Red+Green+Blue) = 149+100+183=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #9564B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564B7 is #6A9B48. Grayscale: #7B7B7B. Windows color (decimal): -6986569 or 12018837. OLE color: 12018837.
HSL color Cylindrical-coordinate representation of color #9564B7: hue angle of 275.42º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9564B7 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 100 | 183 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.28 |
| HSL | 275.42º | 0.37% | 0.55% | - |
| HSV(B) | 275.42º | 0.45% | 0.72% | - |
| XYZ | 25.5 | 18.92 | 47.11 | - |
| YUV | 124.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 183 | 0.19 | 0.45 | 0 | 0.28 | 275.42 | 0.37 | 0.55 |
| Hex | 95 | 64 | B7 | 13 | 2D | 0 | 1C | 113 | 25 | 37 |
| Octal | 225 | 144 | 267 | 23 | 55 | 0 | 34 | 423 | 45 | 67 |
| Binary | 10010101 | 1100100 | 10110111 | 10011 | 101101 | 0 | 11100 | 100010011 | 100101 | 110111 |
Color Harmonies of #9564B7
Complementary color
Monochromatic Colors of #9564B7
Black with #9564B7
Text Example
Text Example
White with #9564B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564B7; }
p { color: rgb(149,100,183); }
H1.HeaderClassName
{
color: #9564B7;
}
.AnyTagClassName
{
color: #9564B7;
}
</style>
background-color css
<style>
a { background-color: #9564B7; }
a { background-color: rgb(149,100,183); }
div.DivClassName
{
background-color: #9564B7;
}
.BgClassName
{
background-color: #9564B7;
}
</style>
border-color css
<style>
span { border-color: #9564B7; }
span { border-color: rgb(149,100,183); }
td.TdClassName
{
border-color: #9564B7;
}
.TagClassName
{
border-color: #9564B7;
}
</style>