Shades of Deep Lilac #9547A7
Tints of Deep Lilac #9547A7
RGB
CMYK
RGB Variations
Color information
#9547A7 (or 0x9547A7) is known color: Deep Lilac. HEX triplet: 95, 47 and A7. RGB value is (149,71,167). Sum of RGB (Red+Green+Blue) = 149+71+167=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 167 - color contains mainly: blue. Hex color #9547A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9547A7 is #6AB858. Grayscale: #686868. Windows color (decimal): -6994009 or 10962837. OLE color: 10962837.
HSL color Cylindrical-coordinate representation of color #9547A7: hue angle of 288.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9547A7 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 71 | 167 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.35 |
| HSL | 288.75º | 0.4% | 0.47% | - |
| HSV(B) | 288.75º | 0.57% | 0.65% | - |
| XYZ | 21.62 | 13.69 | 38.06 | - |
| YUV | 105.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 167 | 0.11 | 0.57 | 0 | 0.35 | 288.75 | 0.4 | 0.47 |
| Hex | 95 | 47 | A7 | B | 39 | 0 | 23 | 121 | 28 | 2F |
| Octal | 225 | 107 | 247 | 13 | 71 | 0 | 43 | 441 | 50 | 57 |
| Binary | 10010101 | 1000111 | 10100111 | 1011 | 111001 | 0 | 100011 | 100100001 | 101000 | 101111 |
Color Harmonies of #9547A7
Complementary color
Monochromatic Colors of #9547A7
Black with #9547A7
Text Example
Text Example
White with #9547A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547A7; }
p { color: rgb(149,71,167); }
H1.HeaderClassName
{
color: #9547A7;
}
.AnyTagClassName
{
color: #9547A7;
}
</style>
background-color css
<style>
a { background-color: #9547A7; }
a { background-color: rgb(149,71,167); }
div.DivClassName
{
background-color: #9547A7;
}
.BgClassName
{
background-color: #9547A7;
}
</style>
border-color css
<style>
span { border-color: #9547A7; }
span { border-color: rgb(149,71,167); }
td.TdClassName
{
border-color: #9547A7;
}
.TagClassName
{
border-color: #9547A7;
}
</style>