Shades of Deep Lilac #9760AD
Tints of Deep Lilac #9760AD
RGB
CMYK
RGB Variations
Color information
#9760AD (or 0x9760AD) is known color: Deep Lilac. HEX triplet: 97, 60 and AD. RGB value is (151,96,173). Sum of RGB (Red+Green+Blue) = 151+96+173=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9760AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9760AD is #689F52. Grayscale: #787878. Windows color (decimal): -6856531 or 11362455. OLE color: 11362455.
HSL color Cylindrical-coordinate representation of color #9760AD: hue angle of 282.86º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9760AD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 96 | 173 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.32 |
| HSL | 282.86º | 0.32% | 0.53% | - |
| HSV(B) | 282.86º | 0.45% | 0.68% | - |
| XYZ | 24.49 | 17.96 | 41.71 | - |
| YUV | 121.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 173 | 0.13 | 0.45 | 0 | 0.32 | 282.86 | 0.32 | 0.53 |
| Hex | 97 | 60 | AD | D | 2D | 0 | 20 | 11B | 20 | 35 |
| Octal | 227 | 140 | 255 | 15 | 55 | 0 | 40 | 433 | 40 | 65 |
| Binary | 10010111 | 1100000 | 10101101 | 1101 | 101101 | 0 | 100000 | 100011011 | 100000 | 110101 |
Color Harmonies of #9760AD
Complementary color
Monochromatic Colors of #9760AD
Black with #9760AD
Text Example
Text Example
White with #9760AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9760AD; }
p { color: rgb(151,96,173); }
H1.HeaderClassName
{
color: #9760AD;
}
.AnyTagClassName
{
color: #9760AD;
}
</style>
background-color css
<style>
a { background-color: #9760AD; }
a { background-color: rgb(151,96,173); }
div.DivClassName
{
background-color: #9760AD;
}
.BgClassName
{
background-color: #9760AD;
}
</style>
border-color css
<style>
span { border-color: #9760AD; }
span { border-color: rgb(151,96,173); }
td.TdClassName
{
border-color: #9760AD;
}
.TagClassName
{
border-color: #9760AD;
}
</style>