Shades of Deep Lilac #9D3DAC
Tints of Deep Lilac #9D3DAC
RGB
CMYK
RGB Variations
Color information
#9D3DAC (or 0x9D3DAC) is known color: Deep Lilac. HEX triplet: 9D, 3D and AC. RGB value is (157,61,172). Sum of RGB (Red+Green+Blue) = 157+61+172=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3DAC is #62C253. Grayscale: #666666. Windows color (decimal): -6472276 or 11287965. OLE color: 11287965.
HSL color Cylindrical-coordinate representation of color #9D3DAC: hue angle of 291.89º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D3DAC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 61 | 172 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.33 |
| HSL | 291.89º | 0.48% | 0.46% | - |
| HSV(B) | 291.89º | 0.65% | 0.67% | - |
| XYZ | 23.02 | 13.48 | 40.42 | - |
| YUV | 102.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 172 | 0.09 | 0.65 | 0 | 0.33 | 291.89 | 0.48 | 0.46 |
| Hex | 9D | 3D | AC | 9 | 41 | 0 | 21 | 124 | 30 | 2E |
| Octal | 235 | 75 | 254 | 11 | 101 | 0 | 41 | 444 | 60 | 56 |
| Binary | 10011101 | 111101 | 10101100 | 1001 | 1000001 | 0 | 100001 | 100100100 | 110000 | 101110 |
Color Harmonies of #9D3DAC
Complementary color
Monochromatic Colors of #9D3DAC
Black with #9D3DAC
Text Example
Text Example
White with #9D3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DAC; }
p { color: rgb(157,61,172); }
H1.HeaderClassName
{
color: #9D3DAC;
}
.AnyTagClassName
{
color: #9D3DAC;
}
</style>
background-color css
<style>
a { background-color: #9D3DAC; }
a { background-color: rgb(157,61,172); }
div.DivClassName
{
background-color: #9D3DAC;
}
.BgClassName
{
background-color: #9D3DAC;
}
</style>
border-color css
<style>
span { border-color: #9D3DAC; }
span { border-color: rgb(157,61,172); }
td.TdClassName
{
border-color: #9D3DAC;
}
.TagClassName
{
border-color: #9D3DAC;
}
</style>