Shades of Deep Lilac #9759B7
Tints of Deep Lilac #9759B7
RGB
CMYK
RGB Variations
Color information
#9759B7 (or 0x9759B7) is known color: Deep Lilac. HEX triplet: 97, 59 and B7. RGB value is (151,89,183). Sum of RGB (Red+Green+Blue) = 151+89+183=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 183 - color contains mainly: blue. Hex color #9759B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9759B7 is #68A648. Grayscale: #757575. Windows color (decimal): -6858313 or 12016023. OLE color: 12016023.
HSL color Cylindrical-coordinate representation of color #9759B7: hue angle of 279.57º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9759B7 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 89 | 183 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.28 |
| HSL | 279.57º | 0.39% | 0.53% | - |
| HSV(B) | 279.57º | 0.51% | 0.72% | - |
| XYZ | 24.88 | 17.14 | 46.8 | - |
| YUV | 118.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 183 | 0.17 | 0.51 | 0 | 0.28 | 279.57 | 0.39 | 0.53 |
| Hex | 97 | 59 | B7 | 11 | 33 | 0 | 1C | 118 | 27 | 35 |
| Octal | 227 | 131 | 267 | 21 | 63 | 0 | 34 | 430 | 47 | 65 |
| Binary | 10010111 | 1011001 | 10110111 | 10001 | 110011 | 0 | 11100 | 100011000 | 100111 | 110101 |
Color Harmonies of #9759B7
Complementary color
Monochromatic Colors of #9759B7
Black with #9759B7
Text Example
Text Example
White with #9759B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9759B7; }
p { color: rgb(151,89,183); }
H1.HeaderClassName
{
color: #9759B7;
}
.AnyTagClassName
{
color: #9759B7;
}
</style>
background-color css
<style>
a { background-color: #9759B7; }
a { background-color: rgb(151,89,183); }
div.DivClassName
{
background-color: #9759B7;
}
.BgClassName
{
background-color: #9759B7;
}
</style>
border-color css
<style>
span { border-color: #9759B7; }
span { border-color: rgb(151,89,183); }
td.TdClassName
{
border-color: #9759B7;
}
.TagClassName
{
border-color: #9759B7;
}
</style>