Shades of Deep Lilac #9F4DAF
Tints of Deep Lilac #9F4DAF
RGB
CMYK
RGB Variations
Color information
#9F4DAF (or 0x9F4DAF) is known color: Deep Lilac. HEX triplet: 9F, 4D and AF. RGB value is (159,77,175). Sum of RGB (Red+Green+Blue) = 159+77+175=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F4DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4DAF is #60B250. Grayscale: #707070. Windows color (decimal): -6337105 or 11488671. OLE color: 11488671.
HSL color Cylindrical-coordinate representation of color #9F4DAF: hue angle of 290.2º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F4DAF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 77 | 175 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.31 |
| HSL | 290.2º | 0.39% | 0.49% | - |
| HSV(B) | 290.2º | 0.56% | 0.69% | - |
| XYZ | 24.69 | 15.77 | 42.3 | - |
| YUV | 112.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 175 | 0.09 | 0.56 | 0 | 0.31 | 290.2 | 0.39 | 0.49 |
| Hex | 9F | 4D | AF | 9 | 38 | 0 | 1F | 122 | 27 | 31 |
| Octal | 237 | 115 | 257 | 11 | 70 | 0 | 37 | 442 | 47 | 61 |
| Binary | 10011111 | 1001101 | 10101111 | 1001 | 111000 | 0 | 11111 | 100100010 | 100111 | 110001 |
Color Harmonies of #9F4DAF
Complementary color
Monochromatic Colors of #9F4DAF
Black with #9F4DAF
Text Example
Text Example
White with #9F4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DAF; }
p { color: rgb(159,77,175); }
H1.HeaderClassName
{
color: #9F4DAF;
}
.AnyTagClassName
{
color: #9F4DAF;
}
</style>
background-color css
<style>
a { background-color: #9F4DAF; }
a { background-color: rgb(159,77,175); }
div.DivClassName
{
background-color: #9F4DAF;
}
.BgClassName
{
background-color: #9F4DAF;
}
</style>
border-color css
<style>
span { border-color: #9F4DAF; }
span { border-color: rgb(159,77,175); }
td.TdClassName
{
border-color: #9F4DAF;
}
.TagClassName
{
border-color: #9F4DAF;
}
</style>