Shades of Deep Lilac #9F5DAE
Tints of Deep Lilac #9F5DAE
RGB
CMYK
RGB Variations
Color information
#9F5DAE (or 0x9F5DAE) is known color: Deep Lilac. HEX triplet: 9F, 5D and AE. RGB value is (159,93,174). Sum of RGB (Red+Green+Blue) = 159+93+174=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5DAE is #60A251. Grayscale: #797979. Windows color (decimal): -6333010 or 11427231. OLE color: 11427231.
HSL color Cylindrical-coordinate representation of color #9F5DAE: hue angle of 288.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5DAE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 93 | 174 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.32 |
| HSL | 288.89º | 0.33% | 0.52% | - |
| HSV(B) | 288.89º | 0.47% | 0.68% | - |
| XYZ | 25.85 | 18.26 | 42.21 | - |
| YUV | 121.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 174 | 0.09 | 0.47 | 0 | 0.32 | 288.89 | 0.33 | 0.52 |
| Hex | 9F | 5D | AE | 9 | 2F | 0 | 20 | 121 | 21 | 34 |
| Octal | 237 | 135 | 256 | 11 | 57 | 0 | 40 | 441 | 41 | 64 |
| Binary | 10011111 | 1011101 | 10101110 | 1001 | 101111 | 0 | 100000 | 100100001 | 100001 | 110100 |
Color Harmonies of #9F5DAE
Complementary color
Monochromatic Colors of #9F5DAE
Black with #9F5DAE
Text Example
Text Example
White with #9F5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5DAE; }
p { color: rgb(159,93,174); }
H1.HeaderClassName
{
color: #9F5DAE;
}
.AnyTagClassName
{
color: #9F5DAE;
}
</style>
background-color css
<style>
a { background-color: #9F5DAE; }
a { background-color: rgb(159,93,174); }
div.DivClassName
{
background-color: #9F5DAE;
}
.BgClassName
{
background-color: #9F5DAE;
}
</style>
border-color css
<style>
span { border-color: #9F5DAE; }
span { border-color: rgb(159,93,174); }
td.TdClassName
{
border-color: #9F5DAE;
}
.TagClassName
{
border-color: #9F5DAE;
}
</style>