Shades of Deep Lilac #9E62AF
Tints of Deep Lilac #9E62AF
RGB
CMYK
RGB Variations
Color information
#9E62AF (or 0x9E62AF) is known color: Deep Lilac. HEX triplet: 9E, 62 and AF. RGB value is (158,98,175). Sum of RGB (Red+Green+Blue) = 158+98+175=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E62AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E62AF is #619D50. Grayscale: #7C7C7C. Windows color (decimal): -6397265 or 11494046. OLE color: 11494046.
HSL color Cylindrical-coordinate representation of color #9E62AF: hue angle of 286.75º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E62AF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 98 | 175 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.31 |
| HSL | 286.75º | 0.32% | 0.54% | - |
| HSV(B) | 286.75º | 0.44% | 0.69% | - |
| XYZ | 26.21 | 19.1 | 42.86 | - |
| YUV | 124.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 175 | 0.10 | 0.44 | 0 | 0.31 | 286.75 | 0.32 | 0.54 |
| Hex | 9E | 62 | AF | A | 2C | 0 | 1F | 11F | 20 | 36 |
| Octal | 236 | 142 | 257 | 12 | 54 | 0 | 37 | 437 | 40 | 66 |
| Binary | 10011110 | 1100010 | 10101111 | 1010 | 101100 | 0 | 11111 | 100011111 | 100000 | 110110 |
Color Harmonies of #9E62AF
Complementary color
Monochromatic Colors of #9E62AF
Black with #9E62AF
Text Example
Text Example
White with #9E62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E62AF; }
p { color: rgb(158,98,175); }
H1.HeaderClassName
{
color: #9E62AF;
}
.AnyTagClassName
{
color: #9E62AF;
}
</style>
background-color css
<style>
a { background-color: #9E62AF; }
a { background-color: rgb(158,98,175); }
div.DivClassName
{
background-color: #9E62AF;
}
.BgClassName
{
background-color: #9E62AF;
}
</style>
border-color css
<style>
span { border-color: #9E62AF; }
span { border-color: rgb(158,98,175); }
td.TdClassName
{
border-color: #9E62AF;
}
.TagClassName
{
border-color: #9E62AF;
}
</style>