Shades of Deep Lilac #9D40BA
Tints of Deep Lilac #9D40BA
RGB
CMYK
RGB Variations
Color information
#9D40BA (or 0x9D40BA) is known color: Deep Lilac. HEX triplet: 9D, 40 and BA. RGB value is (157,64,186). Sum of RGB (Red+Green+Blue) = 157+64+186=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D40BA is #62BF45. Grayscale: #696969. Windows color (decimal): -6471494 or 12206237. OLE color: 12206237.
HSL color Cylindrical-coordinate representation of color #9D40BA: hue angle of 285.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D40BA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 64 | 186 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.27 |
| HSL | 285.74º | 0.49% | 0.49% | - |
| HSV(B) | 285.74º | 0.66% | 0.73% | - |
| XYZ | 24.6 | 14.38 | 47.93 | - |
| YUV | 105.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 186 | 0.16 | 0.66 | 0 | 0.27 | 285.74 | 0.49 | 0.49 |
| Hex | 9D | 40 | BA | 10 | 42 | 0 | 1B | 11E | 31 | 31 |
| Octal | 235 | 100 | 272 | 20 | 102 | 0 | 33 | 436 | 61 | 61 |
| Binary | 10011101 | 1000000 | 10111010 | 10000 | 1000010 | 0 | 11011 | 100011110 | 110001 | 110001 |
Color Harmonies of #9D40BA
Complementary color
Monochromatic Colors of #9D40BA
Black with #9D40BA
Text Example
Text Example
White with #9D40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D40BA; }
p { color: rgb(157,64,186); }
H1.HeaderClassName
{
color: #9D40BA;
}
.AnyTagClassName
{
color: #9D40BA;
}
</style>
background-color css
<style>
a { background-color: #9D40BA; }
a { background-color: rgb(157,64,186); }
div.DivClassName
{
background-color: #9D40BA;
}
.BgClassName
{
background-color: #9D40BA;
}
</style>
border-color css
<style>
span { border-color: #9D40BA; }
span { border-color: rgb(157,64,186); }
td.TdClassName
{
border-color: #9D40BA;
}
.TagClassName
{
border-color: #9D40BA;
}
</style>