Shades of Deep Lilac #9756AE
Tints of Deep Lilac #9756AE
RGB
CMYK
RGB Variations
Color information
#9756AE (or 0x9756AE) is known color: Deep Lilac. HEX triplet: 97, 56 and AE. RGB value is (151,86,174). Sum of RGB (Red+Green+Blue) = 151+86+174=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #9756AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9756AE is #68A951. Grayscale: #737373. Windows color (decimal): -6859090 or 11425431. OLE color: 11425431.
HSL color Cylindrical-coordinate representation of color #9756AE: hue angle of 284.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9756AE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 86 | 174 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.32 |
| HSL | 284.32º | 0.35% | 0.51% | - |
| HSV(B) | 284.32º | 0.51% | 0.68% | - |
| XYZ | 23.73 | 16.29 | 41.94 | - |
| YUV | 115.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 174 | 0.13 | 0.51 | 0 | 0.32 | 284.32 | 0.35 | 0.51 |
| Hex | 97 | 56 | AE | D | 33 | 0 | 20 | 11C | 23 | 33 |
| Octal | 227 | 126 | 256 | 15 | 63 | 0 | 40 | 434 | 43 | 63 |
| Binary | 10010111 | 1010110 | 10101110 | 1101 | 110011 | 0 | 100000 | 100011100 | 100011 | 110011 |
Color Harmonies of #9756AE
Complementary color
Monochromatic Colors of #9756AE
Black with #9756AE
Text Example
Text Example
White with #9756AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9756AE; }
p { color: rgb(151,86,174); }
H1.HeaderClassName
{
color: #9756AE;
}
.AnyTagClassName
{
color: #9756AE;
}
</style>
background-color css
<style>
a { background-color: #9756AE; }
a { background-color: rgb(151,86,174); }
div.DivClassName
{
background-color: #9756AE;
}
.BgClassName
{
background-color: #9756AE;
}
</style>
border-color css
<style>
span { border-color: #9756AE; }
span { border-color: rgb(151,86,174); }
td.TdClassName
{
border-color: #9756AE;
}
.TagClassName
{
border-color: #9756AE;
}
</style>