Shades of Deep Lilac #9D61AE
Tints of Deep Lilac #9D61AE
RGB
CMYK
RGB Variations
Color information
#9D61AE (or 0x9D61AE) is known color: Deep Lilac. HEX triplet: 9D, 61 and AE. RGB value is (157,97,174). Sum of RGB (Red+Green+Blue) = 157+97+174=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D61AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D61AE is #629E51. Grayscale: #7B7B7B. Windows color (decimal): -6463058 or 11428253. OLE color: 11428253.
HSL color Cylindrical-coordinate representation of color #9D61AE: hue angle of 286.75º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D61AE is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 97 | 174 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.32 |
| HSL | 286.75º | 0.32% | 0.53% | - |
| HSV(B) | 286.75º | 0.44% | 0.68% | - |
| XYZ | 25.82 | 18.77 | 42.31 | - |
| YUV | 123.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 174 | 0.10 | 0.44 | 0 | 0.32 | 286.75 | 0.32 | 0.53 |
| Hex | 9D | 61 | AE | A | 2C | 0 | 20 | 11F | 20 | 35 |
| Octal | 235 | 141 | 256 | 12 | 54 | 0 | 40 | 437 | 40 | 65 |
| Binary | 10011101 | 1100001 | 10101110 | 1010 | 101100 | 0 | 100000 | 100011111 | 100000 | 110101 |
Color Harmonies of #9D61AE
Complementary color
Monochromatic Colors of #9D61AE
Black with #9D61AE
Text Example
Text Example
White with #9D61AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D61AE; }
p { color: rgb(157,97,174); }
H1.HeaderClassName
{
color: #9D61AE;
}
.AnyTagClassName
{
color: #9D61AE;
}
</style>
background-color css
<style>
a { background-color: #9D61AE; }
a { background-color: rgb(157,97,174); }
div.DivClassName
{
background-color: #9D61AE;
}
.BgClassName
{
background-color: #9D61AE;
}
</style>
border-color css
<style>
span { border-color: #9D61AE; }
span { border-color: rgb(157,97,174); }
td.TdClassName
{
border-color: #9D61AE;
}
.TagClassName
{
border-color: #9D61AE;
}
</style>