Shades of Deep Lilac #9A50AC
Tints of Deep Lilac #9A50AC
RGB
CMYK
RGB Variations
Color information
#9A50AC (or 0x9A50AC) is known color: Deep Lilac. HEX triplet: 9A, 50 and AC. RGB value is (154,80,172). Sum of RGB (Red+Green+Blue) = 154+80+172=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A50AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A50AC is #65AF53. Grayscale: #707070. Windows color (decimal): -6664020 or 11292826. OLE color: 11292826.
HSL color Cylindrical-coordinate representation of color #9A50AC: hue angle of 288.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A50AC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 80 | 172 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.33 |
| HSL | 288.26º | 0.37% | 0.49% | - |
| HSV(B) | 288.26º | 0.53% | 0.67% | - |
| XYZ | 23.64 | 15.59 | 40.79 | - |
| YUV | 112.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 172 | 0.10 | 0.53 | 0 | 0.33 | 288.26 | 0.37 | 0.49 |
| Hex | 9A | 50 | AC | A | 35 | 0 | 21 | 120 | 25 | 31 |
| Octal | 232 | 120 | 254 | 12 | 65 | 0 | 41 | 440 | 45 | 61 |
| Binary | 10011010 | 1010000 | 10101100 | 1010 | 110101 | 0 | 100001 | 100100000 | 100101 | 110001 |
Color Harmonies of #9A50AC
Complementary color
Monochromatic Colors of #9A50AC
Black with #9A50AC
Text Example
Text Example
White with #9A50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A50AC; }
p { color: rgb(154,80,172); }
H1.HeaderClassName
{
color: #9A50AC;
}
.AnyTagClassName
{
color: #9A50AC;
}
</style>
background-color css
<style>
a { background-color: #9A50AC; }
a { background-color: rgb(154,80,172); }
div.DivClassName
{
background-color: #9A50AC;
}
.BgClassName
{
background-color: #9A50AC;
}
</style>
border-color css
<style>
span { border-color: #9A50AC; }
span { border-color: rgb(154,80,172); }
td.TdClassName
{
border-color: #9A50AC;
}
.TagClassName
{
border-color: #9A50AC;
}
</style>