Shades of Deep Lilac #9657AD
Tints of Deep Lilac #9657AD
RGB
CMYK
RGB Variations
Color information
#9657AD (or 0x9657AD) is known color: Deep Lilac. HEX triplet: 96, 57 and AD. RGB value is (150,87,173). Sum of RGB (Red+Green+Blue) = 150+87+173=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #9657AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9657AD is #69A852. Grayscale: #737373. Windows color (decimal): -6924371 or 11360150. OLE color: 11360150.
HSL color Cylindrical-coordinate representation of color #9657AD: hue angle of 283.95º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9657AD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 87 | 173 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.32 |
| HSL | 283.95º | 0.34% | 0.51% | - |
| HSV(B) | 283.95º | 0.5% | 0.68% | - |
| XYZ | 23.53 | 16.32 | 41.44 | - |
| YUV | 115.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 173 | 0.13 | 0.50 | 0 | 0.32 | 283.95 | 0.34 | 0.51 |
| Hex | 96 | 57 | AD | D | 32 | 0 | 20 | 11C | 22 | 33 |
| Octal | 226 | 127 | 255 | 15 | 62 | 0 | 40 | 434 | 42 | 63 |
| Binary | 10010110 | 1010111 | 10101101 | 1101 | 110010 | 0 | 100000 | 100011100 | 100010 | 110011 |
Color Harmonies of #9657AD
Complementary color
Monochromatic Colors of #9657AD
Black with #9657AD
Text Example
Text Example
White with #9657AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657AD; }
p { color: rgb(150,87,173); }
H1.HeaderClassName
{
color: #9657AD;
}
.AnyTagClassName
{
color: #9657AD;
}
</style>
background-color css
<style>
a { background-color: #9657AD; }
a { background-color: rgb(150,87,173); }
div.DivClassName
{
background-color: #9657AD;
}
.BgClassName
{
background-color: #9657AD;
}
</style>
border-color css
<style>
span { border-color: #9657AD; }
span { border-color: rgb(150,87,173); }
td.TdClassName
{
border-color: #9657AD;
}
.TagClassName
{
border-color: #9657AD;
}
</style>