Shades of Deep Lilac #9664BA
Tints of Deep Lilac #9664BA
RGB
CMYK
RGB Variations
Color information
#9664BA (or 0x9664BA) is known color: Deep Lilac. HEX triplet: 96, 64 and BA. RGB value is (150,100,186). Sum of RGB (Red+Green+Blue) = 150+100+186=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9664BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664BA is #699B45. Grayscale: #7C7C7C. Windows color (decimal): -6921030 or 12215446. OLE color: 12215446.
HSL color Cylindrical-coordinate representation of color #9664BA: hue angle of 274.88º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9664BA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 100 | 186 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.27 |
| HSL | 274.88º | 0.38% | 0.56% | - |
| HSV(B) | 274.88º | 0.46% | 0.73% | - |
| XYZ | 26 | 19.14 | 48.78 | - |
| YUV | 124.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 186 | 0.19 | 0.46 | 0 | 0.27 | 274.88 | 0.38 | 0.56 |
| Hex | 96 | 64 | BA | 13 | 2E | 0 | 1B | 113 | 26 | 38 |
| Octal | 226 | 144 | 272 | 23 | 56 | 0 | 33 | 423 | 46 | 70 |
| Binary | 10010110 | 1100100 | 10111010 | 10011 | 101110 | 0 | 11011 | 100010011 | 100110 | 111000 |
Color Harmonies of #9664BA
Complementary color
Monochromatic Colors of #9664BA
Black with #9664BA
Text Example
Text Example
White with #9664BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664BA; }
p { color: rgb(150,100,186); }
H1.HeaderClassName
{
color: #9664BA;
}
.AnyTagClassName
{
color: #9664BA;
}
</style>
background-color css
<style>
a { background-color: #9664BA; }
a { background-color: rgb(150,100,186); }
div.DivClassName
{
background-color: #9664BA;
}
.BgClassName
{
background-color: #9664BA;
}
</style>
border-color css
<style>
span { border-color: #9664BA; }
span { border-color: rgb(150,100,186); }
td.TdClassName
{
border-color: #9664BA;
}
.TagClassName
{
border-color: #9664BA;
}
</style>