Shades of Deep Lilac #9646AD
Tints of Deep Lilac #9646AD
RGB
CMYK
RGB Variations
Color information
#9646AD (or 0x9646AD) is known color: Deep Lilac. HEX triplet: 96, 46 and AD. RGB value is (150,70,173). Sum of RGB (Red+Green+Blue) = 150+70+173=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #9646AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9646AD is #69B952. Grayscale: #696969. Windows color (decimal): -6928723 or 11355798. OLE color: 11355798.
HSL color Cylindrical-coordinate representation of color #9646AD: hue angle of 286.6º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9646AD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 70 | 173 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.32 |
| HSL | 286.6º | 0.42% | 0.48% | - |
| HSV(B) | 286.6º | 0.6% | 0.68% | - |
| XYZ | 22.31 | 13.88 | 41.04 | - |
| YUV | 105.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 173 | 0.13 | 0.60 | 0 | 0.32 | 286.6 | 0.42 | 0.48 |
| Hex | 96 | 46 | AD | D | 3C | 0 | 20 | 11F | 2A | 30 |
| Octal | 226 | 106 | 255 | 15 | 74 | 0 | 40 | 437 | 52 | 60 |
| Binary | 10010110 | 1000110 | 10101101 | 1101 | 111100 | 0 | 100000 | 100011111 | 101010 | 110000 |
Color Harmonies of #9646AD
Complementary color
Monochromatic Colors of #9646AD
Black with #9646AD
Text Example
Text Example
White with #9646AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9646AD; }
p { color: rgb(150,70,173); }
H1.HeaderClassName
{
color: #9646AD;
}
.AnyTagClassName
{
color: #9646AD;
}
</style>
background-color css
<style>
a { background-color: #9646AD; }
a { background-color: rgb(150,70,173); }
div.DivClassName
{
background-color: #9646AD;
}
.BgClassName
{
background-color: #9646AD;
}
</style>
border-color css
<style>
span { border-color: #9646AD; }
span { border-color: rgb(150,70,173); }
td.TdClassName
{
border-color: #9646AD;
}
.TagClassName
{
border-color: #9646AD;
}
</style>