Shades of Deep Lilac #9654BA
Tints of Deep Lilac #9654BA
RGB
CMYK
RGB Variations
Color information
#9654BA (or 0x9654BA) is known color: Deep Lilac. HEX triplet: 96, 54 and BA. RGB value is (150,84,186). Sum of RGB (Red+Green+Blue) = 150+84+186=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9654BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9654BA is #69AB45. Grayscale: #737373. Windows color (decimal): -6925126 or 12211350. OLE color: 12211350.
HSL color Cylindrical-coordinate representation of color #9654BA: hue angle of 278.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9654BA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 84 | 186 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.27 |
| HSL | 278.82º | 0.43% | 0.53% | - |
| HSV(B) | 278.82º | 0.55% | 0.73% | - |
| XYZ | 24.61 | 16.37 | 48.32 | - |
| YUV | 115.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 186 | 0.19 | 0.55 | 0 | 0.27 | 278.82 | 0.43 | 0.53 |
| Hex | 96 | 54 | BA | 13 | 37 | 0 | 1B | 117 | 2A | 35 |
| Octal | 226 | 124 | 272 | 23 | 67 | 0 | 33 | 427 | 52 | 65 |
| Binary | 10010110 | 1010100 | 10111010 | 10011 | 110111 | 0 | 11011 | 100010111 | 101010 | 110101 |
Color Harmonies of #9654BA
Complementary color
Monochromatic Colors of #9654BA
Black with #9654BA
Text Example
Text Example
White with #9654BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9654BA; }
p { color: rgb(150,84,186); }
H1.HeaderClassName
{
color: #9654BA;
}
.AnyTagClassName
{
color: #9654BA;
}
</style>
background-color css
<style>
a { background-color: #9654BA; }
a { background-color: rgb(150,84,186); }
div.DivClassName
{
background-color: #9654BA;
}
.BgClassName
{
background-color: #9654BA;
}
</style>
border-color css
<style>
span { border-color: #9654BA; }
span { border-color: rgb(150,84,186); }
td.TdClassName
{
border-color: #9654BA;
}
.TagClassName
{
border-color: #9654BA;
}
</style>