Shades of Deep Lilac #9A49CC
Tints of Deep Lilac #9A49CC
RGB
CMYK
RGB Variations
Color information
#9A49CC (or 0x9A49CC) is known color: Deep Lilac. HEX triplet: 9A, 49 and CC. RGB value is (154,73,204). Sum of RGB (Red+Green+Blue) = 154+73+204=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A49CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A49CC is #65B633. Grayscale: #6F6F6F. Windows color (decimal): -6665780 or 13388186. OLE color: 13388186.
HSL color Cylindrical-coordinate representation of color #9A49CC: hue angle of 277.1º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A49CC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 73 | 204 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.2 |
| HSL | 277.1º | 0.56% | 0.54% | - |
| HSV(B) | 277.1º | 0.64% | 0.8% | - |
| XYZ | 26.61 | 15.99 | 58.81 | - |
| YUV | 112.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 204 | 0.25 | 0.64 | 0 | 0.2 | 277.1 | 0.56 | 0.54 |
| Hex | 9A | 49 | CC | 19 | 40 | 0 | 14 | 115 | 38 | 36 |
| Octal | 232 | 111 | 314 | 31 | 100 | 0 | 24 | 425 | 70 | 66 |
| Binary | 10011010 | 1001001 | 11001100 | 11001 | 1000000 | 0 | 10100 | 100010101 | 111000 | 110110 |
Color Harmonies of #9A49CC
Complementary color
Monochromatic Colors of #9A49CC
Black with #9A49CC
Text Example
Text Example
White with #9A49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A49CC; }
p { color: rgb(154,73,204); }
H1.HeaderClassName
{
color: #9A49CC;
}
.AnyTagClassName
{
color: #9A49CC;
}
</style>
background-color css
<style>
a { background-color: #9A49CC; }
a { background-color: rgb(154,73,204); }
div.DivClassName
{
background-color: #9A49CC;
}
.BgClassName
{
background-color: #9A49CC;
}
</style>
border-color css
<style>
span { border-color: #9A49CC; }
span { border-color: rgb(154,73,204); }
td.TdClassName
{
border-color: #9A49CC;
}
.TagClassName
{
border-color: #9A49CC;
}
</style>