Shades of Deep Lilac #9647AB
Tints of Deep Lilac #9647AB
RGB
CMYK
RGB Variations
Color information
#9647AB (or 0x9647AB) is known color: Deep Lilac. HEX triplet: 96, 47 and AB. RGB value is (150,71,171). Sum of RGB (Red+Green+Blue) = 150+71+171=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #9647AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9647AB is #69B854. Grayscale: #696969. Windows color (decimal): -6928469 or 11224982. OLE color: 11224982.
HSL color Cylindrical-coordinate representation of color #9647AB: hue angle of 287.4º 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 #9647AB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 71 | 171 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.33 |
| HSL | 287.4º | 0.41% | 0.47% | - |
| HSV(B) | 287.4º | 0.58% | 0.67% | - |
| XYZ | 22.18 | 13.93 | 40.05 | - |
| YUV | 106.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 171 | 0.12 | 0.58 | 0 | 0.33 | 287.4 | 0.41 | 0.47 |
| Hex | 96 | 47 | AB | C | 3A | 0 | 21 | 11F | 29 | 2F |
| Octal | 226 | 107 | 253 | 14 | 72 | 0 | 41 | 437 | 51 | 57 |
| Binary | 10010110 | 1000111 | 10101011 | 1100 | 111010 | 0 | 100001 | 100011111 | 101001 | 101111 |
Color Harmonies of #9647AB
Complementary color
Monochromatic Colors of #9647AB
Black with #9647AB
Text Example
Text Example
White with #9647AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647AB; }
p { color: rgb(150,71,171); }
H1.HeaderClassName
{
color: #9647AB;
}
.AnyTagClassName
{
color: #9647AB;
}
</style>
background-color css
<style>
a { background-color: #9647AB; }
a { background-color: rgb(150,71,171); }
div.DivClassName
{
background-color: #9647AB;
}
.BgClassName
{
background-color: #9647AB;
}
</style>
border-color css
<style>
span { border-color: #9647AB; }
span { border-color: rgb(150,71,171); }
td.TdClassName
{
border-color: #9647AB;
}
.TagClassName
{
border-color: #9647AB;
}
</style>