Shades of Deep Lilac #9766BA
Tints of Deep Lilac #9766BA
RGB
CMYK
RGB Variations
Color information
#9766BA (or 0x9766BA) is known color: Deep Lilac. HEX triplet: 97, 66 and BA. RGB value is (151,102,186). Sum of RGB (Red+Green+Blue) = 151+102+186=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #9766BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766BA is #689945. Grayscale: #7D7D7D. Windows color (decimal): -6854982 or 12215959. OLE color: 12215959.
HSL color Cylindrical-coordinate representation of color #9766BA: hue angle of 275º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9766BA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 102 | 186 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.27 |
| HSL | 275º | 0.38% | 0.56% | - |
| HSV(B) | 275º | 0.45% | 0.73% | - |
| XYZ | 26.38 | 19.63 | 48.85 | - |
| YUV | 126.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 186 | 0.19 | 0.45 | 0 | 0.27 | 275 | 0.38 | 0.56 |
| Hex | 97 | 66 | BA | 13 | 2D | 0 | 1B | 113 | 26 | 38 |
| Octal | 227 | 146 | 272 | 23 | 55 | 0 | 33 | 423 | 46 | 70 |
| Binary | 10010111 | 1100110 | 10111010 | 10011 | 101101 | 0 | 11011 | 100010011 | 100110 | 111000 |
Color Harmonies of #9766BA
Complementary color
Monochromatic Colors of #9766BA
Black with #9766BA
Text Example
Text Example
White with #9766BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766BA; }
p { color: rgb(151,102,186); }
H1.HeaderClassName
{
color: #9766BA;
}
.AnyTagClassName
{
color: #9766BA;
}
</style>
background-color css
<style>
a { background-color: #9766BA; }
a { background-color: rgb(151,102,186); }
div.DivClassName
{
background-color: #9766BA;
}
.BgClassName
{
background-color: #9766BA;
}
</style>
border-color css
<style>
span { border-color: #9766BA; }
span { border-color: rgb(151,102,186); }
td.TdClassName
{
border-color: #9766BA;
}
.TagClassName
{
border-color: #9766BA;
}
</style>