Shades of Deep Lilac #9554AC
Tints of Deep Lilac #9554AC
RGB
CMYK
RGB Variations
Color information
#9554AC (or 0x9554AC) is known color: Deep Lilac. HEX triplet: 95, 54 and AC. RGB value is (149,84,172). Sum of RGB (Red+Green+Blue) = 149+84+172=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #9554AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9554AC is #6AAB53. Grayscale: #717171. Windows color (decimal): -6990676 or 11293845. OLE color: 11293845.
HSL color Cylindrical-coordinate representation of color #9554AC: hue angle of 284.32º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9554AC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 84 | 172 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.33 |
| HSL | 284.32º | 0.35% | 0.5% | - |
| HSV(B) | 284.32º | 0.51% | 0.67% | - |
| XYZ | 23.01 | 15.71 | 40.85 | - |
| YUV | 113.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 172 | 0.13 | 0.51 | 0 | 0.33 | 284.32 | 0.35 | 0.5 |
| Hex | 95 | 54 | AC | D | 33 | 0 | 21 | 11C | 23 | 32 |
| Octal | 225 | 124 | 254 | 15 | 63 | 0 | 41 | 434 | 43 | 62 |
| Binary | 10010101 | 1010100 | 10101100 | 1101 | 110011 | 0 | 100001 | 100011100 | 100011 | 110010 |
Color Harmonies of #9554AC
Complementary color
Monochromatic Colors of #9554AC
Black with #9554AC
Text Example
Text Example
White with #9554AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554AC; }
p { color: rgb(149,84,172); }
H1.HeaderClassName
{
color: #9554AC;
}
.AnyTagClassName
{
color: #9554AC;
}
</style>
background-color css
<style>
a { background-color: #9554AC; }
a { background-color: rgb(149,84,172); }
div.DivClassName
{
background-color: #9554AC;
}
.BgClassName
{
background-color: #9554AC;
}
</style>
border-color css
<style>
span { border-color: #9554AC; }
span { border-color: rgb(149,84,172); }
td.TdClassName
{
border-color: #9554AC;
}
.TagClassName
{
border-color: #9554AC;
}
</style>