Shades of Deep Lilac #9560AE
Tints of Deep Lilac #9560AE
RGB
CMYK
RGB Variations
Color information
#9560AE (or 0x9560AE) is known color: Deep Lilac. HEX triplet: 95, 60 and AE. RGB value is (149,96,174). Sum of RGB (Red+Green+Blue) = 149+96+174=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #9560AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9560AE is #6A9F51. Grayscale: #787878. Windows color (decimal): -6987602 or 11427989. OLE color: 11427989.
HSL color Cylindrical-coordinate representation of color #9560AE: hue angle of 280.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9560AE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 96 | 174 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.32 |
| HSL | 280.77º | 0.33% | 0.53% | - |
| HSV(B) | 280.77º | 0.45% | 0.68% | - |
| XYZ | 24.22 | 17.81 | 42.21 | - |
| YUV | 120.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 174 | 0.14 | 0.45 | 0 | 0.32 | 280.77 | 0.33 | 0.53 |
| Hex | 95 | 60 | AE | E | 2D | 0 | 20 | 119 | 20 | 35 |
| Octal | 225 | 140 | 256 | 16 | 55 | 0 | 40 | 431 | 40 | 65 |
| Binary | 10010101 | 1100000 | 10101110 | 1110 | 101101 | 0 | 100000 | 100011001 | 100000 | 110101 |
Color Harmonies of #9560AE
Complementary color
Monochromatic Colors of #9560AE
Black with #9560AE
Text Example
Text Example
White with #9560AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560AE; }
p { color: rgb(149,96,174); }
H1.HeaderClassName
{
color: #9560AE;
}
.AnyTagClassName
{
color: #9560AE;
}
</style>
background-color css
<style>
a { background-color: #9560AE; }
a { background-color: rgb(149,96,174); }
div.DivClassName
{
background-color: #9560AE;
}
.BgClassName
{
background-color: #9560AE;
}
</style>
border-color css
<style>
span { border-color: #9560AE; }
span { border-color: rgb(149,96,174); }
td.TdClassName
{
border-color: #9560AE;
}
.TagClassName
{
border-color: #9560AE;
}
</style>