Shades of Deep Lilac #9647AA
Tints of Deep Lilac #9647AA
RGB
CMYK
RGB Variations
Color information
#9647AA (or 0x9647AA) is known color: Deep Lilac. HEX triplet: 96, 47 and AA. RGB value is (150,71,170). Sum of RGB (Red+Green+Blue) = 150+71+170=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 71 (28.12% from 255 or 18.16% 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 #9647AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9647AA is #69B855. Grayscale: #696969. Windows color (decimal): -6928470 or 11159446. OLE color: 11159446.
HSL color Cylindrical-coordinate representation of color #9647AA: hue angle of 287.88º 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 #9647AA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 71 | 170 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.33 |
| HSL | 287.88º | 0.41% | 0.47% | - |
| HSV(B) | 287.88º | 0.58% | 0.67% | - |
| XYZ | 22.09 | 13.89 | 39.55 | - |
| YUV | 105.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 170 | 0.12 | 0.58 | 0 | 0.33 | 287.88 | 0.41 | 0.47 |
| Hex | 96 | 47 | AA | C | 3A | 0 | 21 | 120 | 29 | 2F |
| Octal | 226 | 107 | 252 | 14 | 72 | 0 | 41 | 440 | 51 | 57 |
| Binary | 10010110 | 1000111 | 10101010 | 1100 | 111010 | 0 | 100001 | 100100000 | 101001 | 101111 |
Color Harmonies of #9647AA
Complementary color
Monochromatic Colors of #9647AA
Black with #9647AA
Text Example
Text Example
White with #9647AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647AA; }
p { color: rgb(150,71,170); }
H1.HeaderClassName
{
color: #9647AA;
}
.AnyTagClassName
{
color: #9647AA;
}
</style>
background-color css
<style>
a { background-color: #9647AA; }
a { background-color: rgb(150,71,170); }
div.DivClassName
{
background-color: #9647AA;
}
.BgClassName
{
background-color: #9647AA;
}
</style>
border-color css
<style>
span { border-color: #9647AA; }
span { border-color: rgb(150,71,170); }
td.TdClassName
{
border-color: #9647AA;
}
.TagClassName
{
border-color: #9647AA;
}
</style>