Shades of Deep Lilac #9D41BA
Tints of Deep Lilac #9D41BA
RGB
CMYK
RGB Variations
Color information
#9D41BA (or 0x9D41BA) is known color: Deep Lilac. HEX triplet: 9D, 41 and BA. RGB value is (157,65,186). Sum of RGB (Red+Green+Blue) = 157+65+186=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D41BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D41BA is #62BE45. Grayscale: #696969. Windows color (decimal): -6471238 or 12206493. OLE color: 12206493.
HSL color Cylindrical-coordinate representation of color #9D41BA: hue angle of 285.62º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D41BA is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 65 | 186 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.27 |
| HSL | 285.62º | 0.48% | 0.49% | - |
| HSV(B) | 285.62º | 0.65% | 0.73% | - |
| XYZ | 24.66 | 14.49 | 47.95 | - |
| YUV | 106.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 186 | 0.16 | 0.65 | 0 | 0.27 | 285.62 | 0.48 | 0.49 |
| Hex | 9D | 41 | BA | 10 | 41 | 0 | 1B | 11E | 30 | 31 |
| Octal | 235 | 101 | 272 | 20 | 101 | 0 | 33 | 436 | 60 | 61 |
| Binary | 10011101 | 1000001 | 10111010 | 10000 | 1000001 | 0 | 11011 | 100011110 | 110000 | 110001 |
Color Harmonies of #9D41BA
Complementary color
Monochromatic Colors of #9D41BA
Black with #9D41BA
Text Example
Text Example
White with #9D41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D41BA; }
p { color: rgb(157,65,186); }
H1.HeaderClassName
{
color: #9D41BA;
}
.AnyTagClassName
{
color: #9D41BA;
}
</style>
background-color css
<style>
a { background-color: #9D41BA; }
a { background-color: rgb(157,65,186); }
div.DivClassName
{
background-color: #9D41BA;
}
.BgClassName
{
background-color: #9D41BA;
}
</style>
border-color css
<style>
span { border-color: #9D41BA; }
span { border-color: rgb(157,65,186); }
td.TdClassName
{
border-color: #9D41BA;
}
.TagClassName
{
border-color: #9D41BA;
}
</style>