Shades of Deep Lilac #9760BA
Tints of Deep Lilac #9760BA
RGB
CMYK
RGB Variations
Color information
#9760BA (or 0x9760BA) is known color: Deep Lilac. HEX triplet: 97, 60 and BA. RGB value is (151,96,186). Sum of RGB (Red+Green+Blue) = 151+96+186=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9760BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760BA is #689F45. Grayscale: #7A7A7A. Windows color (decimal): -6856518 or 12214423. OLE color: 12214423.
HSL color Cylindrical-coordinate representation of color #9760BA: hue angle of 276.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9760BA is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 96 | 186 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.27 |
| HSL | 276.67º | 0.39% | 0.55% | - |
| HSV(B) | 276.67º | 0.48% | 0.73% | - |
| XYZ | 25.81 | 18.49 | 48.66 | - |
| YUV | 122.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 186 | 0.19 | 0.48 | 0 | 0.27 | 276.67 | 0.39 | 0.55 |
| Hex | 97 | 60 | BA | 13 | 30 | 0 | 1B | 115 | 27 | 37 |
| Octal | 227 | 140 | 272 | 23 | 60 | 0 | 33 | 425 | 47 | 67 |
| Binary | 10010111 | 1100000 | 10111010 | 10011 | 110000 | 0 | 11011 | 100010101 | 100111 | 110111 |
Color Harmonies of #9760BA
Complementary color
Monochromatic Colors of #9760BA
Black with #9760BA
Text Example
Text Example
White with #9760BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9760BA; }
p { color: rgb(151,96,186); }
H1.HeaderClassName
{
color: #9760BA;
}
.AnyTagClassName
{
color: #9760BA;
}
</style>
background-color css
<style>
a { background-color: #9760BA; }
a { background-color: rgb(151,96,186); }
div.DivClassName
{
background-color: #9760BA;
}
.BgClassName
{
background-color: #9760BA;
}
</style>
border-color css
<style>
span { border-color: #9760BA; }
span { border-color: rgb(151,96,186); }
td.TdClassName
{
border-color: #9760BA;
}
.TagClassName
{
border-color: #9760BA;
}
</style>