Shades of Deep Lilac #9D61BA
Tints of Deep Lilac #9D61BA
RGB
CMYK
RGB Variations
Color information
#9D61BA (or 0x9D61BA) is known color: Deep Lilac. HEX triplet: 9D, 61 and BA. RGB value is (157,97,186). Sum of RGB (Red+Green+Blue) = 157+97+186=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D61BA is #629E45. Grayscale: #7C7C7C. Windows color (decimal): -6463046 or 12214685. OLE color: 12214685.
HSL color Cylindrical-coordinate representation of color #9D61BA: hue angle of 280.45º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D61BA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 97 | 186 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.27 |
| HSL | 280.45º | 0.39% | 0.55% | - |
| HSV(B) | 280.45º | 0.48% | 0.73% | - |
| XYZ | 27.04 | 19.26 | 48.75 | - |
| YUV | 125.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 186 | 0.16 | 0.48 | 0 | 0.27 | 280.45 | 0.39 | 0.55 |
| Hex | 9D | 61 | BA | 10 | 30 | 0 | 1B | 118 | 27 | 37 |
| Octal | 235 | 141 | 272 | 20 | 60 | 0 | 33 | 430 | 47 | 67 |
| Binary | 10011101 | 1100001 | 10111010 | 10000 | 110000 | 0 | 11011 | 100011000 | 100111 | 110111 |
Color Harmonies of #9D61BA
Complementary color
Monochromatic Colors of #9D61BA
Black with #9D61BA
Text Example
Text Example
White with #9D61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D61BA; }
p { color: rgb(157,97,186); }
H1.HeaderClassName
{
color: #9D61BA;
}
.AnyTagClassName
{
color: #9D61BA;
}
</style>
background-color css
<style>
a { background-color: #9D61BA; }
a { background-color: rgb(157,97,186); }
div.DivClassName
{
background-color: #9D61BA;
}
.BgClassName
{
background-color: #9D61BA;
}
</style>
border-color css
<style>
span { border-color: #9D61BA; }
span { border-color: rgb(157,97,186); }
td.TdClassName
{
border-color: #9D61BA;
}
.TagClassName
{
border-color: #9D61BA;
}
</style>