Shades of Deep Lilac #9657A9
Tints of Deep Lilac #9657A9
RGB
CMYK
RGB Variations
Color information
#9657A9 (or 0x9657A9) is known color: Deep Lilac. HEX triplet: 96, 57 and A9. RGB value is (150,87,169). Sum of RGB (Red+Green+Blue) = 150+87+169=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #9657A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9657A9 is #69A856. Grayscale: #727272. Windows color (decimal): -6924375 or 11098006. OLE color: 11098006.
HSL color Cylindrical-coordinate representation of color #9657A9: hue angle of 286.1º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9657A9 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 87 | 169 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.34 |
| HSL | 286.1º | 0.32% | 0.5% | - |
| HSV(B) | 286.1º | 0.49% | 0.66% | - |
| XYZ | 23.15 | 16.16 | 39.44 | - |
| YUV | 115.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 169 | 0.11 | 0.49 | 0 | 0.34 | 286.1 | 0.32 | 0.5 |
| Hex | 96 | 57 | A9 | B | 31 | 0 | 22 | 11E | 20 | 32 |
| Octal | 226 | 127 | 251 | 13 | 61 | 0 | 42 | 436 | 40 | 62 |
| Binary | 10010110 | 1010111 | 10101001 | 1011 | 110001 | 0 | 100010 | 100011110 | 100000 | 110010 |
Color Harmonies of #9657A9
Complementary color
Monochromatic Colors of #9657A9
Black with #9657A9
Text Example
Text Example
White with #9657A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657A9; }
p { color: rgb(150,87,169); }
H1.HeaderClassName
{
color: #9657A9;
}
.AnyTagClassName
{
color: #9657A9;
}
</style>
background-color css
<style>
a { background-color: #9657A9; }
a { background-color: rgb(150,87,169); }
div.DivClassName
{
background-color: #9657A9;
}
.BgClassName
{
background-color: #9657A9;
}
</style>
border-color css
<style>
span { border-color: #9657A9; }
span { border-color: rgb(150,87,169); }
td.TdClassName
{
border-color: #9657A9;
}
.TagClassName
{
border-color: #9657A9;
}
</style>