Shades of Deep Lilac #9A49CD
Tints of Deep Lilac #9A49CD
RGB
CMYK
RGB Variations
Color information
#9A49CD (or 0x9A49CD) is known color: Deep Lilac. HEX triplet: 9A, 49 and CD. RGB value is (154,73,205). Sum of RGB (Red+Green+Blue) = 154+73+205=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A49CD is #65B632. Grayscale: #6F6F6F. Windows color (decimal): -6665779 or 13453722. OLE color: 13453722.
HSL color Cylindrical-coordinate representation of color #9A49CD: hue angle of 276.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A49CD is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 73 | 205 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.20 |
| HSL | 276.82º | 0.57% | 0.55% | - |
| HSV(B) | 276.82º | 0.64% | 0.8% | - |
| XYZ | 26.73 | 16.04 | 59.45 | - |
| YUV | 112.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 205 | 0.25 | 0.64 | 0 | 0.20 | 276.82 | 0.57 | 0.55 |
| Hex | 9A | 49 | CD | 19 | 40 | 0 | 14 | 115 | 39 | 37 |
| Octal | 232 | 111 | 315 | 31 | 100 | 0 | 24 | 425 | 71 | 67 |
| Binary | 10011010 | 1001001 | 11001101 | 11001 | 1000000 | 0 | 10100 | 100010101 | 111001 | 110111 |
Color Harmonies of #9A49CD
Complementary color
Monochromatic Colors of #9A49CD
Black with #9A49CD
Text Example
Text Example
White with #9A49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A49CD; }
p { color: rgb(154,73,205); }
H1.HeaderClassName
{
color: #9A49CD;
}
.AnyTagClassName
{
color: #9A49CD;
}
</style>
background-color css
<style>
a { background-color: #9A49CD; }
a { background-color: rgb(154,73,205); }
div.DivClassName
{
background-color: #9A49CD;
}
.BgClassName
{
background-color: #9A49CD;
}
</style>
border-color css
<style>
span { border-color: #9A49CD; }
span { border-color: rgb(154,73,205); }
td.TdClassName
{
border-color: #9A49CD;
}
.TagClassName
{
border-color: #9A49CD;
}
</style>