Shades of Deep Lilac #9665BA
Tints of Deep Lilac #9665BA
RGB
CMYK
RGB Variations
Color information
#9665BA (or 0x9665BA) is known color: Deep Lilac. HEX triplet: 96, 65 and BA. RGB value is (150,101,186). Sum of RGB (Red+Green+Blue) = 150+101+186=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #9665BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665BA is #699A45. Grayscale: #7D7D7D. Windows color (decimal): -6920774 or 12215702. OLE color: 12215702.
HSL color Cylindrical-coordinate representation of color #9665BA: hue angle of 274.59º 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 #9665BA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 101 | 186 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.27 |
| HSL | 274.59º | 0.38% | 0.56% | - |
| HSV(B) | 274.59º | 0.46% | 0.73% | - |
| XYZ | 26.09 | 19.34 | 48.81 | - |
| YUV | 125.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 186 | 0.19 | 0.46 | 0 | 0.27 | 274.59 | 0.38 | 0.56 |
| Hex | 96 | 65 | BA | 13 | 2E | 0 | 1B | 113 | 26 | 38 |
| Octal | 226 | 145 | 272 | 23 | 56 | 0 | 33 | 423 | 46 | 70 |
| Binary | 10010110 | 1100101 | 10111010 | 10011 | 101110 | 0 | 11011 | 100010011 | 100110 | 111000 |
Color Harmonies of #9665BA
Complementary color
Monochromatic Colors of #9665BA
Black with #9665BA
Text Example
Text Example
White with #9665BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665BA; }
p { color: rgb(150,101,186); }
H1.HeaderClassName
{
color: #9665BA;
}
.AnyTagClassName
{
color: #9665BA;
}
</style>
background-color css
<style>
a { background-color: #9665BA; }
a { background-color: rgb(150,101,186); }
div.DivClassName
{
background-color: #9665BA;
}
.BgClassName
{
background-color: #9665BA;
}
</style>
border-color css
<style>
span { border-color: #9665BA; }
span { border-color: rgb(150,101,186); }
td.TdClassName
{
border-color: #9665BA;
}
.TagClassName
{
border-color: #9665BA;
}
</style>