Shades of Deep Lilac #9F54AE
Tints of Deep Lilac #9F54AE
RGB
CMYK
RGB Variations
Color information
#9F54AE (or 0x9F54AE) is known color: Deep Lilac. HEX triplet: 9F, 54 and AE. RGB value is (159,84,174). Sum of RGB (Red+Green+Blue) = 159+84+174=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F54AE is #60AB51. Grayscale: #747474. Windows color (decimal): -6335314 or 11424927. OLE color: 11424927.
HSL color Cylindrical-coordinate representation of color #9F54AE: hue angle of 290º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F54AE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 84 | 174 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.32 |
| HSL | 290º | 0.36% | 0.51% | - |
| HSV(B) | 290º | 0.52% | 0.68% | - |
| XYZ | 25.11 | 16.77 | 41.96 | - |
| YUV | 116.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 174 | 0.09 | 0.52 | 0 | 0.32 | 290 | 0.36 | 0.51 |
| Hex | 9F | 54 | AE | 9 | 34 | 0 | 20 | 122 | 24 | 33 |
| Octal | 237 | 124 | 256 | 11 | 64 | 0 | 40 | 442 | 44 | 63 |
| Binary | 10011111 | 1010100 | 10101110 | 1001 | 110100 | 0 | 100000 | 100100010 | 100100 | 110011 |
Color Harmonies of #9F54AE
Complementary color
Monochromatic Colors of #9F54AE
Black with #9F54AE
Text Example
Text Example
White with #9F54AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54AE; }
p { color: rgb(159,84,174); }
H1.HeaderClassName
{
color: #9F54AE;
}
.AnyTagClassName
{
color: #9F54AE;
}
</style>
background-color css
<style>
a { background-color: #9F54AE; }
a { background-color: rgb(159,84,174); }
div.DivClassName
{
background-color: #9F54AE;
}
.BgClassName
{
background-color: #9F54AE;
}
</style>
border-color css
<style>
span { border-color: #9F54AE; }
span { border-color: rgb(159,84,174); }
td.TdClassName
{
border-color: #9F54AE;
}
.TagClassName
{
border-color: #9F54AE;
}
</style>