Shades of Deep Lilac #9F41AC
Tints of Deep Lilac #9F41AC
RGB
CMYK
RGB Variations
Color information
#9F41AC (or 0x9F41AC) is known color: Deep Lilac. HEX triplet: 9F, 41 and AC. RGB value is (159,65,172). Sum of RGB (Red+Green+Blue) = 159+65+172=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F41AC is #60BE53. Grayscale: #686868. Windows color (decimal): -6340180 or 11288991. OLE color: 11288991.
HSL color Cylindrical-coordinate representation of color #9F41AC: hue angle of 292.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F41AC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 65 | 172 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.33 |
| HSL | 292.71º | 0.45% | 0.46% | - |
| HSV(B) | 292.71º | 0.62% | 0.67% | - |
| XYZ | 23.63 | 14.13 | 40.51 | - |
| YUV | 105.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 172 | 0.08 | 0.62 | 0 | 0.33 | 292.71 | 0.45 | 0.46 |
| Hex | 9F | 41 | AC | 8 | 3E | 0 | 21 | 125 | 2D | 2E |
| Octal | 237 | 101 | 254 | 10 | 76 | 0 | 41 | 445 | 55 | 56 |
| Binary | 10011111 | 1000001 | 10101100 | 1000 | 111110 | 0 | 100001 | 100100101 | 101101 | 101110 |
Color Harmonies of #9F41AC
Complementary color
Monochromatic Colors of #9F41AC
Black with #9F41AC
Text Example
Text Example
White with #9F41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F41AC; }
p { color: rgb(159,65,172); }
H1.HeaderClassName
{
color: #9F41AC;
}
.AnyTagClassName
{
color: #9F41AC;
}
</style>
background-color css
<style>
a { background-color: #9F41AC; }
a { background-color: rgb(159,65,172); }
div.DivClassName
{
background-color: #9F41AC;
}
.BgClassName
{
background-color: #9F41AC;
}
</style>
border-color css
<style>
span { border-color: #9F41AC; }
span { border-color: rgb(159,65,172); }
td.TdClassName
{
border-color: #9F41AC;
}
.TagClassName
{
border-color: #9F41AC;
}
</style>