Shades of Deep Lilac #9345AD
Tints of Deep Lilac #9345AD
RGB
CMYK
RGB Variations
Color information
#9345AD (or 0x9345AD) is known color: Deep Lilac. HEX triplet: 93, 45 and AD. RGB value is (147,69,173). Sum of RGB (Red+Green+Blue) = 147+69+173=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #9345AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9345AD is #6CBA52. Grayscale: #676767. Windows color (decimal): -7125587 or 11355539. OLE color: 11355539.
HSL color Cylindrical-coordinate representation of color #9345AD: hue angle of 285º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9345AD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 69 | 173 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.32 |
| HSL | 285º | 0.43% | 0.47% | - |
| HSV(B) | 285º | 0.6% | 0.68% | - |
| XYZ | 21.7 | 13.48 | 40.99 | - |
| YUV | 104.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 173 | 0.15 | 0.60 | 0 | 0.32 | 285 | 0.43 | 0.47 |
| Hex | 93 | 45 | AD | F | 3C | 0 | 20 | 11D | 2B | 2F |
| Octal | 223 | 105 | 255 | 17 | 74 | 0 | 40 | 435 | 53 | 57 |
| Binary | 10010011 | 1000101 | 10101101 | 1111 | 111100 | 0 | 100000 | 100011101 | 101011 | 101111 |
Color Harmonies of #9345AD
Complementary color
Monochromatic Colors of #9345AD
Black with #9345AD
Text Example
Text Example
White with #9345AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9345AD; }
p { color: rgb(147,69,173); }
H1.HeaderClassName
{
color: #9345AD;
}
.AnyTagClassName
{
color: #9345AD;
}
</style>
background-color css
<style>
a { background-color: #9345AD; }
a { background-color: rgb(147,69,173); }
div.DivClassName
{
background-color: #9345AD;
}
.BgClassName
{
background-color: #9345AD;
}
</style>
border-color css
<style>
span { border-color: #9345AD; }
span { border-color: rgb(147,69,173); }
td.TdClassName
{
border-color: #9345AD;
}
.TagClassName
{
border-color: #9345AD;
}
</style>