Shades of Deep Lilac #9660BA
Tints of Deep Lilac #9660BA
RGB
CMYK
RGB Variations
Color information
#9660BA (or 0x9660BA) is known color: Deep Lilac. HEX triplet: 96, 60 and BA. RGB value is (150,96,186). Sum of RGB (Red+Green+Blue) = 150+96+186=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #9660BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660BA is #699F45. Grayscale: #7A7A7A. Windows color (decimal): -6922054 or 12214422. OLE color: 12214422.
HSL color Cylindrical-coordinate representation of color #9660BA: hue angle of 276º 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 #9660BA is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 96 | 186 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.27 |
| HSL | 276º | 0.39% | 0.55% | - |
| HSV(B) | 276º | 0.48% | 0.73% | - |
| XYZ | 25.62 | 18.39 | 48.65 | - |
| YUV | 122.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 186 | 0.19 | 0.48 | 0 | 0.27 | 276 | 0.39 | 0.55 |
| Hex | 96 | 60 | BA | 13 | 30 | 0 | 1B | 114 | 27 | 37 |
| Octal | 226 | 140 | 272 | 23 | 60 | 0 | 33 | 424 | 47 | 67 |
| Binary | 10010110 | 1100000 | 10111010 | 10011 | 110000 | 0 | 11011 | 100010100 | 100111 | 110111 |
Color Harmonies of #9660BA
Complementary color
Monochromatic Colors of #9660BA
Black with #9660BA
Text Example
Text Example
White with #9660BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660BA; }
p { color: rgb(150,96,186); }
H1.HeaderClassName
{
color: #9660BA;
}
.AnyTagClassName
{
color: #9660BA;
}
</style>
background-color css
<style>
a { background-color: #9660BA; }
a { background-color: rgb(150,96,186); }
div.DivClassName
{
background-color: #9660BA;
}
.BgClassName
{
background-color: #9660BA;
}
</style>
border-color css
<style>
span { border-color: #9660BA; }
span { border-color: rgb(150,96,186); }
td.TdClassName
{
border-color: #9660BA;
}
.TagClassName
{
border-color: #9660BA;
}
</style>