Shades of Deep Lilac #9548AA
Tints of Deep Lilac #9548AA
RGB
CMYK
RGB Variations
Color information
#9548AA (or 0x9548AA) is known color: Deep Lilac. HEX triplet: 95, 48 and AA. RGB value is (149,72,170). Sum of RGB (Red+Green+Blue) = 149+72+170=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #9548AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9548AA is #6AB755. Grayscale: #696969. Windows color (decimal): -6993750 or 11159701. OLE color: 11159701.
HSL color Cylindrical-coordinate representation of color #9548AA: hue angle of 287.14º degrees, saturation: 0.4, 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 #9548AA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 72 | 170 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.33 |
| HSL | 287.14º | 0.4% | 0.47% | - |
| HSV(B) | 287.14º | 0.58% | 0.67% | - |
| XYZ | 21.97 | 13.93 | 39.56 | - |
| YUV | 106.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 170 | 0.12 | 0.58 | 0 | 0.33 | 287.14 | 0.4 | 0.47 |
| Hex | 95 | 48 | AA | C | 3A | 0 | 21 | 11F | 28 | 2F |
| Octal | 225 | 110 | 252 | 14 | 72 | 0 | 41 | 437 | 50 | 57 |
| Binary | 10010101 | 1001000 | 10101010 | 1100 | 111010 | 0 | 100001 | 100011111 | 101000 | 101111 |
Color Harmonies of #9548AA
Complementary color
Monochromatic Colors of #9548AA
Black with #9548AA
Text Example
Text Example
White with #9548AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9548AA; }
p { color: rgb(149,72,170); }
H1.HeaderClassName
{
color: #9548AA;
}
.AnyTagClassName
{
color: #9548AA;
}
</style>
background-color css
<style>
a { background-color: #9548AA; }
a { background-color: rgb(149,72,170); }
div.DivClassName
{
background-color: #9548AA;
}
.BgClassName
{
background-color: #9548AA;
}
</style>
border-color css
<style>
span { border-color: #9548AA; }
span { border-color: rgb(149,72,170); }
td.TdClassName
{
border-color: #9548AA;
}
.TagClassName
{
border-color: #9548AA;
}
</style>