Shades of Deep Lilac #9E55AF
Tints of Deep Lilac #9E55AF
RGB
CMYK
RGB Variations
Color information
#9E55AF (or 0x9E55AF) is known color: Deep Lilac. HEX triplet: 9E, 55 and AF. RGB value is (158,85,175). Sum of RGB (Red+Green+Blue) = 158+85+175=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E55AF is #61AA50. Grayscale: #747474. Windows color (decimal): -6400593 or 11490718. OLE color: 11490718.
HSL color Cylindrical-coordinate representation of color #9E55AF: hue angle of 288.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E55AF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 85 | 175 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.31 |
| HSL | 288.67º | 0.36% | 0.51% | - |
| HSV(B) | 288.67º | 0.51% | 0.69% | - |
| XYZ | 25.09 | 16.86 | 42.49 | - |
| YUV | 117.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 175 | 0.10 | 0.51 | 0 | 0.31 | 288.67 | 0.36 | 0.51 |
| Hex | 9E | 55 | AF | A | 33 | 0 | 1F | 121 | 24 | 33 |
| Octal | 236 | 125 | 257 | 12 | 63 | 0 | 37 | 441 | 44 | 63 |
| Binary | 10011110 | 1010101 | 10101111 | 1010 | 110011 | 0 | 11111 | 100100001 | 100100 | 110011 |
Color Harmonies of #9E55AF
Complementary color
Monochromatic Colors of #9E55AF
Black with #9E55AF
Text Example
Text Example
White with #9E55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E55AF; }
p { color: rgb(158,85,175); }
H1.HeaderClassName
{
color: #9E55AF;
}
.AnyTagClassName
{
color: #9E55AF;
}
</style>
background-color css
<style>
a { background-color: #9E55AF; }
a { background-color: rgb(158,85,175); }
div.DivClassName
{
background-color: #9E55AF;
}
.BgClassName
{
background-color: #9E55AF;
}
</style>
border-color css
<style>
span { border-color: #9E55AF; }
span { border-color: rgb(158,85,175); }
td.TdClassName
{
border-color: #9E55AF;
}
.TagClassName
{
border-color: #9E55AF;
}
</style>