Shades of Deep Lilac #9A49AF
Tints of Deep Lilac #9A49AF
RGB
CMYK
RGB Variations
Color information
#9A49AF (or 0x9A49AF) is known color: Deep Lilac. HEX triplet: 9A, 49 and AF. RGB value is (154,73,175). Sum of RGB (Red+Green+Blue) = 154+73+175=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A49AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A49AF is #65B650. Grayscale: #6C6C6C. Windows color (decimal): -6665809 or 11487642. OLE color: 11487642.
HSL color Cylindrical-coordinate representation of color #9A49AF: hue angle of 287.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A49AF is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 73 | 175 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.31 |
| HSL | 287.65º | 0.41% | 0.49% | - |
| HSV(B) | 287.65º | 0.58% | 0.69% | - |
| XYZ | 23.45 | 14.73 | 42.16 | - |
| YUV | 108.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 175 | 0.12 | 0.58 | 0 | 0.31 | 287.65 | 0.41 | 0.49 |
| Hex | 9A | 49 | AF | C | 3A | 0 | 1F | 120 | 29 | 31 |
| Octal | 232 | 111 | 257 | 14 | 72 | 0 | 37 | 440 | 51 | 61 |
| Binary | 10011010 | 1001001 | 10101111 | 1100 | 111010 | 0 | 11111 | 100100000 | 101001 | 110001 |
Color Harmonies of #9A49AF
Complementary color
Monochromatic Colors of #9A49AF
Black with #9A49AF
Text Example
Text Example
White with #9A49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A49AF; }
p { color: rgb(154,73,175); }
H1.HeaderClassName
{
color: #9A49AF;
}
.AnyTagClassName
{
color: #9A49AF;
}
</style>
background-color css
<style>
a { background-color: #9A49AF; }
a { background-color: rgb(154,73,175); }
div.DivClassName
{
background-color: #9A49AF;
}
.BgClassName
{
background-color: #9A49AF;
}
</style>
border-color css
<style>
span { border-color: #9A49AF; }
span { border-color: rgb(154,73,175); }
td.TdClassName
{
border-color: #9A49AF;
}
.TagClassName
{
border-color: #9A49AF;
}
</style>