Shades of Deep Lilac #9B49AF
Tints of Deep Lilac #9B49AF
RGB
CMYK
RGB Variations
Color information
#9B49AF (or 0x9B49AF) is known color: Deep Lilac. HEX triplet: 9B, 49 and AF. RGB value is (155,73,175). Sum of RGB (Red+Green+Blue) = 155+73+175=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B49AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B49AF is #64B650. Grayscale: #6C6C6C. Windows color (decimal): -6600273 or 11487643. OLE color: 11487643.
HSL color Cylindrical-coordinate representation of color #9B49AF: hue angle of 288.24º 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 #9B49AF is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 73 | 175 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.31 |
| HSL | 288.24º | 0.41% | 0.49% | - |
| HSV(B) | 288.24º | 0.58% | 0.69% | - |
| XYZ | 23.64 | 14.83 | 42.17 | - |
| YUV | 109.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 175 | 0.11 | 0.58 | 0 | 0.31 | 288.24 | 0.41 | 0.49 |
| Hex | 9B | 49 | AF | B | 3A | 0 | 1F | 120 | 29 | 31 |
| Octal | 233 | 111 | 257 | 13 | 72 | 0 | 37 | 440 | 51 | 61 |
| Binary | 10011011 | 1001001 | 10101111 | 1011 | 111010 | 0 | 11111 | 100100000 | 101001 | 110001 |
Color Harmonies of #9B49AF
Complementary color
Monochromatic Colors of #9B49AF
Black with #9B49AF
Text Example
Text Example
White with #9B49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B49AF; }
p { color: rgb(155,73,175); }
H1.HeaderClassName
{
color: #9B49AF;
}
.AnyTagClassName
{
color: #9B49AF;
}
</style>
background-color css
<style>
a { background-color: #9B49AF; }
a { background-color: rgb(155,73,175); }
div.DivClassName
{
background-color: #9B49AF;
}
.BgClassName
{
background-color: #9B49AF;
}
</style>
border-color css
<style>
span { border-color: #9B49AF; }
span { border-color: rgb(155,73,175); }
td.TdClassName
{
border-color: #9B49AF;
}
.TagClassName
{
border-color: #9B49AF;
}
</style>