Shades of Deep Lilac #9647BA
Tints of Deep Lilac #9647BA
RGB
CMYK
RGB Variations
Color information
#9647BA (or 0x9647BA) is known color: Deep Lilac. HEX triplet: 96, 47 and BA. RGB value is (150,71,186). Sum of RGB (Red+Green+Blue) = 150+71+186=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9647BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9647BA is #69B845. Grayscale: #6B6B6B. Windows color (decimal): -6928454 or 12208022. OLE color: 12208022.
HSL color Cylindrical-coordinate representation of color #9647BA: hue angle of 281.22º degrees, saturation: 0.45, 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 #9647BA is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 71 | 186 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.27 |
| HSL | 281.22º | 0.45% | 0.5% | - |
| HSV(B) | 281.22º | 0.62% | 0.73% | - |
| XYZ | 23.69 | 14.54 | 48.01 | - |
| YUV | 107.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 186 | 0.19 | 0.62 | 0 | 0.27 | 281.22 | 0.45 | 0.5 |
| Hex | 96 | 47 | BA | 13 | 3E | 0 | 1B | 119 | 2D | 32 |
| Octal | 226 | 107 | 272 | 23 | 76 | 0 | 33 | 431 | 55 | 62 |
| Binary | 10010110 | 1000111 | 10111010 | 10011 | 111110 | 0 | 11011 | 100011001 | 101101 | 110010 |
Color Harmonies of #9647BA
Complementary color
Monochromatic Colors of #9647BA
Black with #9647BA
Text Example
Text Example
White with #9647BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647BA; }
p { color: rgb(150,71,186); }
H1.HeaderClassName
{
color: #9647BA;
}
.AnyTagClassName
{
color: #9647BA;
}
</style>
background-color css
<style>
a { background-color: #9647BA; }
a { background-color: rgb(150,71,186); }
div.DivClassName
{
background-color: #9647BA;
}
.BgClassName
{
background-color: #9647BA;
}
</style>
border-color css
<style>
span { border-color: #9647BA; }
span { border-color: rgb(150,71,186); }
td.TdClassName
{
border-color: #9647BA;
}
.TagClassName
{
border-color: #9647BA;
}
</style>