Shades of Deep Lilac #9659AD
Tints of Deep Lilac #9659AD
RGB
CMYK
RGB Variations
Color information
#9659AD (or 0x9659AD) is known color: Deep Lilac. HEX triplet: 96, 59 and AD. RGB value is (150,89,173). Sum of RGB (Red+Green+Blue) = 150+89+173=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #9659AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9659AD is #69A652. Grayscale: #747474. Windows color (decimal): -6923859 or 11360662. OLE color: 11360662.
HSL color Cylindrical-coordinate representation of color #9659AD: hue angle of 283.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9659AD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 89 | 173 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.32 |
| HSL | 283.57º | 0.34% | 0.51% | - |
| HSV(B) | 283.57º | 0.49% | 0.68% | - |
| XYZ | 23.69 | 16.65 | 41.5 | - |
| YUV | 116.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 173 | 0.13 | 0.49 | 0 | 0.32 | 283.57 | 0.34 | 0.51 |
| Hex | 96 | 59 | AD | D | 31 | 0 | 20 | 11C | 22 | 33 |
| Octal | 226 | 131 | 255 | 15 | 61 | 0 | 40 | 434 | 42 | 63 |
| Binary | 10010110 | 1011001 | 10101101 | 1101 | 110001 | 0 | 100000 | 100011100 | 100010 | 110011 |
Color Harmonies of #9659AD
Complementary color
Monochromatic Colors of #9659AD
Black with #9659AD
Text Example
Text Example
White with #9659AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659AD; }
p { color: rgb(150,89,173); }
H1.HeaderClassName
{
color: #9659AD;
}
.AnyTagClassName
{
color: #9659AD;
}
</style>
background-color css
<style>
a { background-color: #9659AD; }
a { background-color: rgb(150,89,173); }
div.DivClassName
{
background-color: #9659AD;
}
.BgClassName
{
background-color: #9659AD;
}
</style>
border-color css
<style>
span { border-color: #9659AD; }
span { border-color: rgb(150,89,173); }
td.TdClassName
{
border-color: #9659AD;
}
.TagClassName
{
border-color: #9659AD;
}
</style>