Shades of Deep Lilac #9747AD
Tints of Deep Lilac #9747AD
RGB
CMYK
RGB Variations
Color information
#9747AD (or 0x9747AD) is known color: Deep Lilac. HEX triplet: 97, 47 and AD. RGB value is (151,71,173). Sum of RGB (Red+Green+Blue) = 151+71+173=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #9747AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9747AD is #68B852. Grayscale: #6A6A6A. Windows color (decimal): -6862931 or 11356055. OLE color: 11356055.
HSL color Cylindrical-coordinate representation of color #9747AD: hue angle of 287.06º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9747AD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 71 | 173 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.32 |
| HSL | 287.06º | 0.42% | 0.48% | - |
| HSV(B) | 287.06º | 0.59% | 0.68% | - |
| XYZ | 22.56 | 14.1 | 41.07 | - |
| YUV | 106.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 173 | 0.13 | 0.59 | 0 | 0.32 | 287.06 | 0.42 | 0.48 |
| Hex | 97 | 47 | AD | D | 3B | 0 | 20 | 11F | 2A | 30 |
| Octal | 227 | 107 | 255 | 15 | 73 | 0 | 40 | 437 | 52 | 60 |
| Binary | 10010111 | 1000111 | 10101101 | 1101 | 111011 | 0 | 100000 | 100011111 | 101010 | 110000 |
Color Harmonies of #9747AD
Complementary color
Monochromatic Colors of #9747AD
Black with #9747AD
Text Example
Text Example
White with #9747AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9747AD; }
p { color: rgb(151,71,173); }
H1.HeaderClassName
{
color: #9747AD;
}
.AnyTagClassName
{
color: #9747AD;
}
</style>
background-color css
<style>
a { background-color: #9747AD; }
a { background-color: rgb(151,71,173); }
div.DivClassName
{
background-color: #9747AD;
}
.BgClassName
{
background-color: #9747AD;
}
</style>
border-color css
<style>
span { border-color: #9747AD; }
span { border-color: rgb(151,71,173); }
td.TdClassName
{
border-color: #9747AD;
}
.TagClassName
{
border-color: #9747AD;
}
</style>