Shades of Deep Lilac #9644AC
Tints of Deep Lilac #9644AC
RGB
CMYK
RGB Variations
Color information
#9644AC (or 0x9644AC) is known color: Deep Lilac. HEX triplet: 96, 44 and AC. RGB value is (150,68,172). Sum of RGB (Red+Green+Blue) = 150+68+172=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9644AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9644AC is #69BB53. Grayscale: #686868. Windows color (decimal): -6929236 or 11289750. OLE color: 11289750.
HSL color Cylindrical-coordinate representation of color #9644AC: hue angle of 287.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9644AC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 68 | 172 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.33 |
| HSL | 287.31º | 0.43% | 0.47% | - |
| HSV(B) | 287.31º | 0.6% | 0.67% | - |
| XYZ | 22.09 | 13.6 | 40.49 | - |
| YUV | 104.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 172 | 0.13 | 0.60 | 0 | 0.33 | 287.31 | 0.43 | 0.47 |
| Hex | 96 | 44 | AC | D | 3C | 0 | 21 | 11F | 2B | 2F |
| Octal | 226 | 104 | 254 | 15 | 74 | 0 | 41 | 437 | 53 | 57 |
| Binary | 10010110 | 1000100 | 10101100 | 1101 | 111100 | 0 | 100001 | 100011111 | 101011 | 101111 |
Color Harmonies of #9644AC
Complementary color
Monochromatic Colors of #9644AC
Black with #9644AC
Text Example
Text Example
White with #9644AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9644AC; }
p { color: rgb(150,68,172); }
H1.HeaderClassName
{
color: #9644AC;
}
.AnyTagClassName
{
color: #9644AC;
}
</style>
background-color css
<style>
a { background-color: #9644AC; }
a { background-color: rgb(150,68,172); }
div.DivClassName
{
background-color: #9644AC;
}
.BgClassName
{
background-color: #9644AC;
}
</style>
border-color css
<style>
span { border-color: #9644AC; }
span { border-color: rgb(150,68,172); }
td.TdClassName
{
border-color: #9644AC;
}
.TagClassName
{
border-color: #9644AC;
}
</style>