Shades of Deep Lilac #9657A8
Tints of Deep Lilac #9657A8
RGB
CMYK
RGB Variations
Color information
#9657A8 (or 0x9657A8) is known color: Deep Lilac. HEX triplet: 96, 57 and A8. RGB value is (150,87,168). Sum of RGB (Red+Green+Blue) = 150+87+168=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 168 - color contains mainly: blue. Hex color #9657A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9657A8 is #69A857. Grayscale: #727272. Windows color (decimal): -6924376 or 11032470. OLE color: 11032470.
HSL color Cylindrical-coordinate representation of color #9657A8: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9657A8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 87 | 168 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.34 |
| HSL | 286.67º | 0.32% | 0.5% | - |
| HSV(B) | 286.67º | 0.48% | 0.66% | - |
| XYZ | 23.05 | 16.13 | 38.94 | - |
| YUV | 115.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 168 | 0.11 | 0.48 | 0 | 0.34 | 286.67 | 0.32 | 0.5 |
| Hex | 96 | 57 | A8 | B | 30 | 0 | 22 | 11F | 20 | 32 |
| Octal | 226 | 127 | 250 | 13 | 60 | 0 | 42 | 437 | 40 | 62 |
| Binary | 10010110 | 1010111 | 10101000 | 1011 | 110000 | 0 | 100010 | 100011111 | 100000 | 110010 |
Color Harmonies of #9657A8
Complementary color
Monochromatic Colors of #9657A8
Black with #9657A8
Text Example
Text Example
White with #9657A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657A8; }
p { color: rgb(150,87,168); }
H1.HeaderClassName
{
color: #9657A8;
}
.AnyTagClassName
{
color: #9657A8;
}
</style>
background-color css
<style>
a { background-color: #9657A8; }
a { background-color: rgb(150,87,168); }
div.DivClassName
{
background-color: #9657A8;
}
.BgClassName
{
background-color: #9657A8;
}
</style>
border-color css
<style>
span { border-color: #9657A8; }
span { border-color: rgb(150,87,168); }
td.TdClassName
{
border-color: #9657A8;
}
.TagClassName
{
border-color: #9657A8;
}
</style>