Shades of Deep Lilac #9347A4
Tints of Deep Lilac #9347A4
RGB
CMYK
RGB Variations
Color information
#9347A4 (or 0x9347A4) is known color: Deep Lilac. HEX triplet: 93, 47 and A4. RGB value is (147,71,164). Sum of RGB (Red+Green+Blue) = 147+71+164=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #9347A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9347A4 is #6CB85B. Grayscale: #686868. Windows color (decimal): -7125084 or 10766227. OLE color: 10766227.
HSL color Cylindrical-coordinate representation of color #9347A4: hue angle of 289.03º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9347A4 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 71 | 164 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.36 |
| HSL | 289.03º | 0.4% | 0.46% | - |
| HSV(B) | 289.03º | 0.57% | 0.64% | - |
| XYZ | 20.99 | 13.39 | 36.6 | - |
| YUV | 104.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 164 | 0.10 | 0.57 | 0 | 0.36 | 289.03 | 0.4 | 0.46 |
| Hex | 93 | 47 | A4 | A | 39 | 0 | 24 | 121 | 28 | 2E |
| Octal | 223 | 107 | 244 | 12 | 71 | 0 | 44 | 441 | 50 | 56 |
| Binary | 10010011 | 1000111 | 10100100 | 1010 | 111001 | 0 | 100100 | 100100001 | 101000 | 101110 |
Color Harmonies of #9347A4
Complementary color
Monochromatic Colors of #9347A4
Black with #9347A4
Text Example
Text Example
White with #9347A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9347A4; }
p { color: rgb(147,71,164); }
H1.HeaderClassName
{
color: #9347A4;
}
.AnyTagClassName
{
color: #9347A4;
}
</style>
background-color css
<style>
a { background-color: #9347A4; }
a { background-color: rgb(147,71,164); }
div.DivClassName
{
background-color: #9347A4;
}
.BgClassName
{
background-color: #9347A4;
}
</style>
border-color css
<style>
span { border-color: #9347A4; }
span { border-color: rgb(147,71,164); }
td.TdClassName
{
border-color: #9347A4;
}
.TagClassName
{
border-color: #9347A4;
}
</style>