Shades of Deep Lilac #9F41AD
Tints of Deep Lilac #9F41AD
RGB
CMYK
RGB Variations
Color information
#9F41AD (or 0x9F41AD) is known color: Deep Lilac. HEX triplet: 9F, 41 and AD. RGB value is (159,65,173). Sum of RGB (Red+Green+Blue) = 159+65+173=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F41AD is #60BE52. Grayscale: #696969. Windows color (decimal): -6340179 or 11354527. OLE color: 11354527.
HSL color Cylindrical-coordinate representation of color #9F41AD: hue angle of 292.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 #9F41AD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 65 | 173 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.32 |
| HSL | 292.22º | 0.45% | 0.47% | - |
| HSV(B) | 292.22º | 0.62% | 0.68% | - |
| XYZ | 23.73 | 14.17 | 41.02 | - |
| YUV | 105.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 173 | 0.08 | 0.62 | 0 | 0.32 | 292.22 | 0.45 | 0.47 |
| Hex | 9F | 41 | AD | 8 | 3E | 0 | 20 | 124 | 2D | 2F |
| Octal | 237 | 101 | 255 | 10 | 76 | 0 | 40 | 444 | 55 | 57 |
| Binary | 10011111 | 1000001 | 10101101 | 1000 | 111110 | 0 | 100000 | 100100100 | 101101 | 101111 |
Color Harmonies of #9F41AD
Complementary color
Monochromatic Colors of #9F41AD
Black with #9F41AD
Text Example
Text Example
White with #9F41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F41AD; }
p { color: rgb(159,65,173); }
H1.HeaderClassName
{
color: #9F41AD;
}
.AnyTagClassName
{
color: #9F41AD;
}
</style>
background-color css
<style>
a { background-color: #9F41AD; }
a { background-color: rgb(159,65,173); }
div.DivClassName
{
background-color: #9F41AD;
}
.BgClassName
{
background-color: #9F41AD;
}
</style>
border-color css
<style>
span { border-color: #9F41AD; }
span { border-color: rgb(159,65,173); }
td.TdClassName
{
border-color: #9F41AD;
}
.TagClassName
{
border-color: #9F41AD;
}
</style>