Shades of Deep Lilac #9D41AC
Tints of Deep Lilac #9D41AC
RGB
CMYK
RGB Variations
Color information
#9D41AC (or 0x9D41AC) is known color: Deep Lilac. HEX triplet: 9D, 41 and AC. RGB value is (157,65,172). Sum of RGB (Red+Green+Blue) = 157+65+172=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D41AC is #62BE53. Grayscale: #686868. Windows color (decimal): -6471252 or 11288989. OLE color: 11288989.
HSL color Cylindrical-coordinate representation of color #9D41AC: hue angle of 291.59º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D41AC is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 65 | 172 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.33 |
| HSL | 291.59º | 0.45% | 0.46% | - |
| HSV(B) | 291.59º | 0.62% | 0.67% | - |
| XYZ | 23.24 | 13.93 | 40.49 | - |
| YUV | 104.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 172 | 0.09 | 0.62 | 0 | 0.33 | 291.59 | 0.45 | 0.46 |
| Hex | 9D | 41 | AC | 9 | 3E | 0 | 21 | 124 | 2D | 2E |
| Octal | 235 | 101 | 254 | 11 | 76 | 0 | 41 | 444 | 55 | 56 |
| Binary | 10011101 | 1000001 | 10101100 | 1001 | 111110 | 0 | 100001 | 100100100 | 101101 | 101110 |
Color Harmonies of #9D41AC
Complementary color
Monochromatic Colors of #9D41AC
Black with #9D41AC
Text Example
Text Example
White with #9D41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D41AC; }
p { color: rgb(157,65,172); }
H1.HeaderClassName
{
color: #9D41AC;
}
.AnyTagClassName
{
color: #9D41AC;
}
</style>
background-color css
<style>
a { background-color: #9D41AC; }
a { background-color: rgb(157,65,172); }
div.DivClassName
{
background-color: #9D41AC;
}
.BgClassName
{
background-color: #9D41AC;
}
</style>
border-color css
<style>
span { border-color: #9D41AC; }
span { border-color: rgb(157,65,172); }
td.TdClassName
{
border-color: #9D41AC;
}
.TagClassName
{
border-color: #9D41AC;
}
</style>