Shades of Deep Lilac #9346AD
Tints of Deep Lilac #9346AD
RGB
CMYK
RGB Variations
Color information
#9346AD (or 0x9346AD) is known color: Deep Lilac. HEX triplet: 93, 46 and AD. RGB value is (147,70,173). Sum of RGB (Red+Green+Blue) = 147+70+173=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #9346AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9346AD is #6CB952. Grayscale: #686868. Windows color (decimal): -7125331 or 11355795. OLE color: 11355795.
HSL color Cylindrical-coordinate representation of color #9346AD: hue angle of 284.85º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9346AD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 70 | 173 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.32 |
| HSL | 284.85º | 0.42% | 0.48% | - |
| HSV(B) | 284.85º | 0.6% | 0.68% | - |
| XYZ | 21.77 | 13.6 | 41.01 | - |
| YUV | 104.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 173 | 0.15 | 0.60 | 0 | 0.32 | 284.85 | 0.42 | 0.48 |
| Hex | 93 | 46 | AD | F | 3C | 0 | 20 | 11D | 2A | 30 |
| Octal | 223 | 106 | 255 | 17 | 74 | 0 | 40 | 435 | 52 | 60 |
| Binary | 10010011 | 1000110 | 10101101 | 1111 | 111100 | 0 | 100000 | 100011101 | 101010 | 110000 |
Color Harmonies of #9346AD
Complementary color
Monochromatic Colors of #9346AD
Black with #9346AD
Text Example
Text Example
White with #9346AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9346AD; }
p { color: rgb(147,70,173); }
H1.HeaderClassName
{
color: #9346AD;
}
.AnyTagClassName
{
color: #9346AD;
}
</style>
background-color css
<style>
a { background-color: #9346AD; }
a { background-color: rgb(147,70,173); }
div.DivClassName
{
background-color: #9346AD;
}
.BgClassName
{
background-color: #9346AD;
}
</style>
border-color css
<style>
span { border-color: #9346AD; }
span { border-color: rgb(147,70,173); }
td.TdClassName
{
border-color: #9346AD;
}
.TagClassName
{
border-color: #9346AD;
}
</style>