Shades of Deep Lilac #9547A9
Tints of Deep Lilac #9547A9
RGB
CMYK
RGB Variations
Color information
#9547A9 (or 0x9547A9) is known color: Deep Lilac. HEX triplet: 95, 47 and A9. RGB value is (149,71,169). Sum of RGB (Red+Green+Blue) = 149+71+169=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #9547A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9547A9 is #6AB856. Grayscale: #696969. Windows color (decimal): -6994007 or 11093909. OLE color: 11093909.
HSL color Cylindrical-coordinate representation of color #9547A9: hue angle of 287.76º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9547A9 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 71 | 169 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.34 |
| HSL | 287.76º | 0.41% | 0.47% | - |
| HSV(B) | 287.76º | 0.58% | 0.66% | - |
| XYZ | 21.81 | 13.76 | 39.04 | - |
| YUV | 105.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 169 | 0.12 | 0.58 | 0 | 0.34 | 287.76 | 0.41 | 0.47 |
| Hex | 95 | 47 | A9 | C | 3A | 0 | 22 | 120 | 29 | 2F |
| Octal | 225 | 107 | 251 | 14 | 72 | 0 | 42 | 440 | 51 | 57 |
| Binary | 10010101 | 1000111 | 10101001 | 1100 | 111010 | 0 | 100010 | 100100000 | 101001 | 101111 |
Color Harmonies of #9547A9
Complementary color
Monochromatic Colors of #9547A9
Black with #9547A9
Text Example
Text Example
White with #9547A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547A9; }
p { color: rgb(149,71,169); }
H1.HeaderClassName
{
color: #9547A9;
}
.AnyTagClassName
{
color: #9547A9;
}
</style>
background-color css
<style>
a { background-color: #9547A9; }
a { background-color: rgb(149,71,169); }
div.DivClassName
{
background-color: #9547A9;
}
.BgClassName
{
background-color: #9547A9;
}
</style>
border-color css
<style>
span { border-color: #9547A9; }
span { border-color: rgb(149,71,169); }
td.TdClassName
{
border-color: #9547A9;
}
.TagClassName
{
border-color: #9547A9;
}
</style>