Shades of Deep Lilac #9D3FAA
Tints of Deep Lilac #9D3FAA
RGB
CMYK
RGB Variations
Color information
#9D3FAA (or 0x9D3FAA) is known color: Deep Lilac. HEX triplet: 9D, 3F and AA. RGB value is (157,63,170). Sum of RGB (Red+Green+Blue) = 157+63+170=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D3FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3FAA is #62C055. Grayscale: #666666. Windows color (decimal): -6471766 or 11157405. OLE color: 11157405.
HSL color Cylindrical-coordinate representation of color #9D3FAA: hue angle of 292.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D3FAA is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 63 | 170 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.33 |
| HSL | 292.71º | 0.46% | 0.46% | - |
| HSV(B) | 292.71º | 0.63% | 0.67% | - |
| XYZ | 22.94 | 13.63 | 39.45 | - |
| YUV | 103.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 170 | 0.08 | 0.63 | 0 | 0.33 | 292.71 | 0.46 | 0.46 |
| Hex | 9D | 3F | AA | 8 | 3F | 0 | 21 | 125 | 2E | 2E |
| Octal | 235 | 77 | 252 | 10 | 77 | 0 | 41 | 445 | 56 | 56 |
| Binary | 10011101 | 111111 | 10101010 | 1000 | 111111 | 0 | 100001 | 100100101 | 101110 | 101110 |
Color Harmonies of #9D3FAA
Complementary color
Monochromatic Colors of #9D3FAA
Black with #9D3FAA
Text Example
Text Example
White with #9D3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3FAA; }
p { color: rgb(157,63,170); }
H1.HeaderClassName
{
color: #9D3FAA;
}
.AnyTagClassName
{
color: #9D3FAA;
}
</style>
background-color css
<style>
a { background-color: #9D3FAA; }
a { background-color: rgb(157,63,170); }
div.DivClassName
{
background-color: #9D3FAA;
}
.BgClassName
{
background-color: #9D3FAA;
}
</style>
border-color css
<style>
span { border-color: #9D3FAA; }
span { border-color: rgb(157,63,170); }
td.TdClassName
{
border-color: #9D3FAA;
}
.TagClassName
{
border-color: #9D3FAA;
}
</style>