Shades of Deep Lilac #9547AB
Tints of Deep Lilac #9547AB
RGB
CMYK
RGB Variations
Color information
#9547AB (or 0x9547AB) is known color: Deep Lilac. HEX triplet: 95, 47 and AB. RGB value is (149,71,171). Sum of RGB (Red+Green+Blue) = 149+71+171=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #9547AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9547AB is #6AB854. Grayscale: #696969. Windows color (decimal): -6994005 or 11224981. OLE color: 11224981.
HSL color Cylindrical-coordinate representation of color #9547AB: hue angle of 286.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9547AB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 71 | 171 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.33 |
| HSL | 286.8º | 0.41% | 0.47% | - |
| HSV(B) | 286.8º | 0.58% | 0.67% | - |
| XYZ | 22 | 13.84 | 40.04 | - |
| YUV | 105.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 171 | 0.13 | 0.58 | 0 | 0.33 | 286.8 | 0.41 | 0.47 |
| Hex | 95 | 47 | AB | D | 3A | 0 | 21 | 11F | 29 | 2F |
| Octal | 225 | 107 | 253 | 15 | 72 | 0 | 41 | 437 | 51 | 57 |
| Binary | 10010101 | 1000111 | 10101011 | 1101 | 111010 | 0 | 100001 | 100011111 | 101001 | 101111 |
Color Harmonies of #9547AB
Complementary color
Monochromatic Colors of #9547AB
Black with #9547AB
Text Example
Text Example
White with #9547AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547AB; }
p { color: rgb(149,71,171); }
H1.HeaderClassName
{
color: #9547AB;
}
.AnyTagClassName
{
color: #9547AB;
}
</style>
background-color css
<style>
a { background-color: #9547AB; }
a { background-color: rgb(149,71,171); }
div.DivClassName
{
background-color: #9547AB;
}
.BgClassName
{
background-color: #9547AB;
}
</style>
border-color css
<style>
span { border-color: #9547AB; }
span { border-color: rgb(149,71,171); }
td.TdClassName
{
border-color: #9547AB;
}
.TagClassName
{
border-color: #9547AB;
}
</style>