Shades of Deep Lilac #9646BA
Tints of Deep Lilac #9646BA
RGB
CMYK
RGB Variations
Color information
#9646BA (or 0x9646BA) is known color: Deep Lilac. HEX triplet: 96, 46 and BA. RGB value is (150,70,186). Sum of RGB (Red+Green+Blue) = 150+70+186=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #9646BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646BA is #69B945. Grayscale: #6A6A6A. Windows color (decimal): -6928710 or 12207766. OLE color: 12207766.
HSL color Cylindrical-coordinate representation of color #9646BA: hue angle of 281.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9646BA is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 70 | 186 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.27 |
| HSL | 281.38º | 0.46% | 0.5% | - |
| HSV(B) | 281.38º | 0.62% | 0.73% | - |
| XYZ | 23.63 | 14.41 | 47.99 | - |
| YUV | 107.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 186 | 0.19 | 0.62 | 0 | 0.27 | 281.38 | 0.46 | 0.5 |
| Hex | 96 | 46 | BA | 13 | 3E | 0 | 1B | 119 | 2E | 32 |
| Octal | 226 | 106 | 272 | 23 | 76 | 0 | 33 | 431 | 56 | 62 |
| Binary | 10010110 | 1000110 | 10111010 | 10011 | 111110 | 0 | 11011 | 100011001 | 101110 | 110010 |
Color Harmonies of #9646BA
Complementary color
Monochromatic Colors of #9646BA
Black with #9646BA
Text Example
Text Example
White with #9646BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9646BA; }
p { color: rgb(150,70,186); }
H1.HeaderClassName
{
color: #9646BA;
}
.AnyTagClassName
{
color: #9646BA;
}
</style>
background-color css
<style>
a { background-color: #9646BA; }
a { background-color: rgb(150,70,186); }
div.DivClassName
{
background-color: #9646BA;
}
.BgClassName
{
background-color: #9646BA;
}
</style>
border-color css
<style>
span { border-color: #9646BA; }
span { border-color: rgb(150,70,186); }
td.TdClassName
{
border-color: #9646BA;
}
.TagClassName
{
border-color: #9646BA;
}
</style>