Shades of Deep Lilac #9641AD
Tints of Deep Lilac #9641AD
RGB
CMYK
RGB Variations
Color information
#9641AD (or 0x9641AD) is known color: Deep Lilac. HEX triplet: 96, 41 and AD. RGB value is (150,65,173). Sum of RGB (Red+Green+Blue) = 150+65+173=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #9641AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9641AD is #69BE52. Grayscale: #666666. Windows color (decimal): -6930003 or 11354518. OLE color: 11354518.
HSL color Cylindrical-coordinate representation of color #9641AD: hue angle of 287.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9641AD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 65 | 173 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.32 |
| HSL | 287.22º | 0.45% | 0.47% | - |
| HSV(B) | 287.22º | 0.62% | 0.68% | - |
| XYZ | 22.01 | 13.28 | 40.94 | - |
| YUV | 102.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 173 | 0.13 | 0.62 | 0 | 0.32 | 287.22 | 0.45 | 0.47 |
| Hex | 96 | 41 | AD | D | 3E | 0 | 20 | 11F | 2D | 2F |
| Octal | 226 | 101 | 255 | 15 | 76 | 0 | 40 | 437 | 55 | 57 |
| Binary | 10010110 | 1000001 | 10101101 | 1101 | 111110 | 0 | 100000 | 100011111 | 101101 | 101111 |
Color Harmonies of #9641AD
Complementary color
Monochromatic Colors of #9641AD
Black with #9641AD
Text Example
Text Example
White with #9641AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641AD; }
p { color: rgb(150,65,173); }
H1.HeaderClassName
{
color: #9641AD;
}
.AnyTagClassName
{
color: #9641AD;
}
</style>
background-color css
<style>
a { background-color: #9641AD; }
a { background-color: rgb(150,65,173); }
div.DivClassName
{
background-color: #9641AD;
}
.BgClassName
{
background-color: #9641AD;
}
</style>
border-color css
<style>
span { border-color: #9641AD; }
span { border-color: rgb(150,65,173); }
td.TdClassName
{
border-color: #9641AD;
}
.TagClassName
{
border-color: #9641AD;
}
</style>