Shades of Deep Lilac #9663BA
Tints of Deep Lilac #9663BA
RGB
CMYK
RGB Variations
Color information
#9663BA (or 0x9663BA) is known color: Deep Lilac. HEX triplet: 96, 63 and BA. RGB value is (150,99,186). Sum of RGB (Red+Green+Blue) = 150+99+186=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9663BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663BA is #699C45. Grayscale: #7B7B7B. Windows color (decimal): -6921286 or 12215190. OLE color: 12215190.
HSL color Cylindrical-coordinate representation of color #9663BA: hue angle of 275.17º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9663BA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 99 | 186 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.27 |
| HSL | 275.17º | 0.39% | 0.56% | - |
| HSV(B) | 275.17º | 0.47% | 0.73% | - |
| XYZ | 25.9 | 18.95 | 48.75 | - |
| YUV | 124.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 186 | 0.19 | 0.47 | 0 | 0.27 | 275.17 | 0.39 | 0.56 |
| Hex | 96 | 63 | BA | 13 | 2F | 0 | 1B | 113 | 27 | 38 |
| Octal | 226 | 143 | 272 | 23 | 57 | 0 | 33 | 423 | 47 | 70 |
| Binary | 10010110 | 1100011 | 10111010 | 10011 | 101111 | 0 | 11011 | 100010011 | 100111 | 111000 |
Color Harmonies of #9663BA
Complementary color
Monochromatic Colors of #9663BA
Black with #9663BA
Text Example
Text Example
White with #9663BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663BA; }
p { color: rgb(150,99,186); }
H1.HeaderClassName
{
color: #9663BA;
}
.AnyTagClassName
{
color: #9663BA;
}
</style>
background-color css
<style>
a { background-color: #9663BA; }
a { background-color: rgb(150,99,186); }
div.DivClassName
{
background-color: #9663BA;
}
.BgClassName
{
background-color: #9663BA;
}
</style>
border-color css
<style>
span { border-color: #9663BA; }
span { border-color: rgb(150,99,186); }
td.TdClassName
{
border-color: #9663BA;
}
.TagClassName
{
border-color: #9663BA;
}
</style>