Shades of Deep Lilac #9540AC
Tints of Deep Lilac #9540AC
RGB
CMYK
RGB Variations
Color information
#9540AC (or 0x9540AC) is known color: Deep Lilac. HEX triplet: 95, 40 and AC. RGB value is (149,64,172). Sum of RGB (Red+Green+Blue) = 149+64+172=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #9540AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9540AC is #6ABF53. Grayscale: #656565. Windows color (decimal): -6995796 or 11288725. OLE color: 11288725.
HSL color Cylindrical-coordinate representation of color #9540AC: hue angle of 287.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9540AC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 64 | 172 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.33 |
| HSL | 287.22º | 0.46% | 0.46% | - |
| HSV(B) | 287.22º | 0.63% | 0.67% | - |
| XYZ | 21.67 | 13.03 | 40.4 | - |
| YUV | 101.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 172 | 0.13 | 0.63 | 0 | 0.33 | 287.22 | 0.46 | 0.46 |
| Hex | 95 | 40 | AC | D | 3F | 0 | 21 | 11F | 2E | 2E |
| Octal | 225 | 100 | 254 | 15 | 77 | 0 | 41 | 437 | 56 | 56 |
| Binary | 10010101 | 1000000 | 10101100 | 1101 | 111111 | 0 | 100001 | 100011111 | 101110 | 101110 |
Color Harmonies of #9540AC
Complementary color
Monochromatic Colors of #9540AC
Black with #9540AC
Text Example
Text Example
White with #9540AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540AC; }
p { color: rgb(149,64,172); }
H1.HeaderClassName
{
color: #9540AC;
}
.AnyTagClassName
{
color: #9540AC;
}
</style>
background-color css
<style>
a { background-color: #9540AC; }
a { background-color: rgb(149,64,172); }
div.DivClassName
{
background-color: #9540AC;
}
.BgClassName
{
background-color: #9540AC;
}
</style>
border-color css
<style>
span { border-color: #9540AC; }
span { border-color: rgb(149,64,172); }
td.TdClassName
{
border-color: #9540AC;
}
.TagClassName
{
border-color: #9540AC;
}
</style>