Shades of Deep Lilac #9545A9
Tints of Deep Lilac #9545A9
RGB
CMYK
RGB Variations
Color information
#9545A9 (or 0x9545A9) is known color: Deep Lilac. HEX triplet: 95, 45 and A9. RGB value is (149,69,169). Sum of RGB (Red+Green+Blue) = 149+69+169=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 169 - color contains mainly: blue. Hex color #9545A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9545A9 is #6ABA56. Grayscale: #686868. Windows color (decimal): -6994519 or 11093397. OLE color: 11093397.
HSL color Cylindrical-coordinate representation of color #9545A9: hue angle of 288º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9545A9 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 69 | 169 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.34 |
| HSL | 288º | 0.42% | 0.47% | - |
| HSV(B) | 288º | 0.59% | 0.66% | - |
| XYZ | 21.68 | 13.51 | 39 | - |
| YUV | 104.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 169 | 0.12 | 0.59 | 0 | 0.34 | 288 | 0.42 | 0.47 |
| Hex | 95 | 45 | A9 | C | 3B | 0 | 22 | 120 | 2A | 2F |
| Octal | 225 | 105 | 251 | 14 | 73 | 0 | 42 | 440 | 52 | 57 |
| Binary | 10010101 | 1000101 | 10101001 | 1100 | 111011 | 0 | 100010 | 100100000 | 101010 | 101111 |
Color Harmonies of #9545A9
Complementary color
Monochromatic Colors of #9545A9
Black with #9545A9
Text Example
Text Example
White with #9545A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9545A9; }
p { color: rgb(149,69,169); }
H1.HeaderClassName
{
color: #9545A9;
}
.AnyTagClassName
{
color: #9545A9;
}
</style>
background-color css
<style>
a { background-color: #9545A9; }
a { background-color: rgb(149,69,169); }
div.DivClassName
{
background-color: #9545A9;
}
.BgClassName
{
background-color: #9545A9;
}
</style>
border-color css
<style>
span { border-color: #9545A9; }
span { border-color: rgb(149,69,169); }
td.TdClassName
{
border-color: #9545A9;
}
.TagClassName
{
border-color: #9545A9;
}
</style>