Shades of Deep Lilac #9759AC
Tints of Deep Lilac #9759AC
RGB
CMYK
RGB Variations
Color information
#9759AC (or 0x9759AC) is known color: Deep Lilac. HEX triplet: 97, 59 and AC. RGB value is (151,89,172). Sum of RGB (Red+Green+Blue) = 151+89+172=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #9759AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9759AC is #68A653. Grayscale: #747474. Windows color (decimal): -6858324 or 11295127. OLE color: 11295127.
HSL color Cylindrical-coordinate representation of color #9759AC: hue angle of 284.82º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9759AC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 89 | 172 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.33 |
| HSL | 284.82º | 0.33% | 0.51% | - |
| HSV(B) | 284.82º | 0.48% | 0.67% | - |
| XYZ | 23.78 | 16.7 | 41 | - |
| YUV | 117 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 172 | 0.12 | 0.48 | 0 | 0.33 | 284.82 | 0.33 | 0.51 |
| Hex | 97 | 59 | AC | C | 30 | 0 | 21 | 11D | 21 | 33 |
| Octal | 227 | 131 | 254 | 14 | 60 | 0 | 41 | 435 | 41 | 63 |
| Binary | 10010111 | 1011001 | 10101100 | 1100 | 110000 | 0 | 100001 | 100011101 | 100001 | 110011 |
Color Harmonies of #9759AC
Complementary color
Monochromatic Colors of #9759AC
Black with #9759AC
Text Example
Text Example
White with #9759AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9759AC; }
p { color: rgb(151,89,172); }
H1.HeaderClassName
{
color: #9759AC;
}
.AnyTagClassName
{
color: #9759AC;
}
</style>
background-color css
<style>
a { background-color: #9759AC; }
a { background-color: rgb(151,89,172); }
div.DivClassName
{
background-color: #9759AC;
}
.BgClassName
{
background-color: #9759AC;
}
</style>
border-color css
<style>
span { border-color: #9759AC; }
span { border-color: rgb(151,89,172); }
td.TdClassName
{
border-color: #9759AC;
}
.TagClassName
{
border-color: #9759AC;
}
</style>