Shades of Deep Lilac #9D3AAA
Tints of Deep Lilac #9D3AAA
RGB
CMYK
RGB Variations
Color information
#9D3AAA (or 0x9D3AAA) is known color: Deep Lilac. HEX triplet: 9D, 3A and AA. RGB value is (157,58,170). Sum of RGB (Red+Green+Blue) = 157+58+170=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3AAA is #62C555. Grayscale: #646464. Windows color (decimal): -6473046 or 11156125. OLE color: 11156125.
HSL color Cylindrical-coordinate representation of color #9D3AAA: hue angle of 293.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3AAA is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 58 | 170 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.33 |
| HSL | 293.04º | 0.49% | 0.45% | - |
| HSV(B) | 293.04º | 0.66% | 0.67% | - |
| XYZ | 22.67 | 13.1 | 39.36 | - |
| YUV | 100.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 58 | 170 | 0.08 | 0.66 | 0 | 0.33 | 293.04 | 0.49 | 0.45 |
| Hex | 9D | 3A | AA | 8 | 42 | 0 | 21 | 125 | 31 | 2D |
| Octal | 235 | 72 | 252 | 10 | 102 | 0 | 41 | 445 | 61 | 55 |
| Binary | 10011101 | 111010 | 10101010 | 1000 | 1000010 | 0 | 100001 | 100100101 | 110001 | 101101 |
Color Harmonies of #9D3AAA
Complementary color
Monochromatic Colors of #9D3AAA
Black with #9D3AAA
Text Example
Text Example
White with #9D3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3AAA; }
p { color: rgb(157,58,170); }
H1.HeaderClassName
{
color: #9D3AAA;
}
.AnyTagClassName
{
color: #9D3AAA;
}
</style>
background-color css
<style>
a { background-color: #9D3AAA; }
a { background-color: rgb(157,58,170); }
div.DivClassName
{
background-color: #9D3AAA;
}
.BgClassName
{
background-color: #9D3AAA;
}
</style>
border-color css
<style>
span { border-color: #9D3AAA; }
span { border-color: rgb(157,58,170); }
td.TdClassName
{
border-color: #9D3AAA;
}
.TagClassName
{
border-color: #9D3AAA;
}
</style>