Shades of Deep Lilac #9758AD
Tints of Deep Lilac #9758AD
RGB
CMYK
RGB Variations
Color information
#9758AD (or 0x9758AD) is known color: Deep Lilac. HEX triplet: 97, 58 and AD. RGB value is (151,88,173). Sum of RGB (Red+Green+Blue) = 151+88+173=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #9758AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9758AD is #68A752. Grayscale: #747474. Windows color (decimal): -6858579 or 11360407. OLE color: 11360407.
HSL color Cylindrical-coordinate representation of color #9758AD: hue angle of 284.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9758AD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 88 | 173 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.32 |
| HSL | 284.47º | 0.34% | 0.51% | - |
| HSV(B) | 284.47º | 0.49% | 0.68% | - |
| XYZ | 23.8 | 16.58 | 41.48 | - |
| YUV | 116.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 88 | 173 | 0.13 | 0.49 | 0 | 0.32 | 284.47 | 0.34 | 0.51 |
| Hex | 97 | 58 | AD | D | 31 | 0 | 20 | 11C | 22 | 33 |
| Octal | 227 | 130 | 255 | 15 | 61 | 0 | 40 | 434 | 42 | 63 |
| Binary | 10010111 | 1011000 | 10101101 | 1101 | 110001 | 0 | 100000 | 100011100 | 100010 | 110011 |
Color Harmonies of #9758AD
Complementary color
Monochromatic Colors of #9758AD
Black with #9758AD
Text Example
Text Example
White with #9758AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9758AD; }
p { color: rgb(151,88,173); }
H1.HeaderClassName
{
color: #9758AD;
}
.AnyTagClassName
{
color: #9758AD;
}
</style>
background-color css
<style>
a { background-color: #9758AD; }
a { background-color: rgb(151,88,173); }
div.DivClassName
{
background-color: #9758AD;
}
.BgClassName
{
background-color: #9758AD;
}
</style>
border-color css
<style>
span { border-color: #9758AD; }
span { border-color: rgb(151,88,173); }
td.TdClassName
{
border-color: #9758AD;
}
.TagClassName
{
border-color: #9758AD;
}
</style>