Shades of Deep Lilac #9947AC
Tints of Deep Lilac #9947AC
RGB
CMYK
RGB Variations
Color information
#9947AC (or 0x9947AC) is known color: Deep Lilac. HEX triplet: 99, 47 and AC. RGB value is (153,71,172). Sum of RGB (Red+Green+Blue) = 153+71+172=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #9947AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9947AC is #66B853. Grayscale: #6A6A6A. Windows color (decimal): -6731860 or 11290521. OLE color: 11290521.
HSL color Cylindrical-coordinate representation of color #9947AC: hue angle of 288.71º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9947AC is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 71 | 172 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.33 |
| HSL | 288.71º | 0.42% | 0.48% | - |
| HSV(B) | 288.71º | 0.59% | 0.67% | - |
| XYZ | 22.84 | 14.26 | 40.58 | - |
| YUV | 107.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 172 | 0.11 | 0.59 | 0 | 0.33 | 288.71 | 0.42 | 0.48 |
| Hex | 99 | 47 | AC | B | 3B | 0 | 21 | 121 | 2A | 30 |
| Octal | 231 | 107 | 254 | 13 | 73 | 0 | 41 | 441 | 52 | 60 |
| Binary | 10011001 | 1000111 | 10101100 | 1011 | 111011 | 0 | 100001 | 100100001 | 101010 | 110000 |
Color Harmonies of #9947AC
Complementary color
Monochromatic Colors of #9947AC
Black with #9947AC
Text Example
Text Example
White with #9947AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9947AC; }
p { color: rgb(153,71,172); }
H1.HeaderClassName
{
color: #9947AC;
}
.AnyTagClassName
{
color: #9947AC;
}
</style>
background-color css
<style>
a { background-color: #9947AC; }
a { background-color: rgb(153,71,172); }
div.DivClassName
{
background-color: #9947AC;
}
.BgClassName
{
background-color: #9947AC;
}
</style>
border-color css
<style>
span { border-color: #9947AC; }
span { border-color: rgb(153,71,172); }
td.TdClassName
{
border-color: #9947AC;
}
.TagClassName
{
border-color: #9947AC;
}
</style>