Shades of Deep Lilac #9649BA
Tints of Deep Lilac #9649BA
RGB
CMYK
RGB Variations
Color information
#9649BA (or 0x9649BA) is known color: Deep Lilac. HEX triplet: 96, 49 and BA. RGB value is (150,73,186). Sum of RGB (Red+Green+Blue) = 150+73+186=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #9649BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649BA is #69B645. Grayscale: #6C6C6C. Windows color (decimal): -6927942 or 12208534. OLE color: 12208534.
HSL color Cylindrical-coordinate representation of color #9649BA: hue angle of 280.88º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9649BA is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 73 | 186 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.27 |
| HSL | 280.88º | 0.45% | 0.51% | - |
| HSV(B) | 280.88º | 0.61% | 0.73% | - |
| XYZ | 23.82 | 14.79 | 48.05 | - |
| YUV | 108.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 186 | 0.19 | 0.61 | 0 | 0.27 | 280.88 | 0.45 | 0.51 |
| Hex | 96 | 49 | BA | 13 | 3D | 0 | 1B | 119 | 2D | 33 |
| Octal | 226 | 111 | 272 | 23 | 75 | 0 | 33 | 431 | 55 | 63 |
| Binary | 10010110 | 1001001 | 10111010 | 10011 | 111101 | 0 | 11011 | 100011001 | 101101 | 110011 |
Color Harmonies of #9649BA
Complementary color
Monochromatic Colors of #9649BA
Black with #9649BA
Text Example
Text Example
White with #9649BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9649BA; }
p { color: rgb(150,73,186); }
H1.HeaderClassName
{
color: #9649BA;
}
.AnyTagClassName
{
color: #9649BA;
}
</style>
background-color css
<style>
a { background-color: #9649BA; }
a { background-color: rgb(150,73,186); }
div.DivClassName
{
background-color: #9649BA;
}
.BgClassName
{
background-color: #9649BA;
}
</style>
border-color css
<style>
span { border-color: #9649BA; }
span { border-color: rgb(150,73,186); }
td.TdClassName
{
border-color: #9649BA;
}
.TagClassName
{
border-color: #9649BA;
}
</style>