#9347AA

Color #9347AA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9347AA

Tints of Deep Lilac #9347AA

Color information

#9347AA (or 0x9347AA) is unknown color: approx Deep Lilac. HEX triplet: 93, 47 and AA. RGB value is (147,71,170). Sum of RGB (Red+Green+Blue) = 147+71+170=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #9347AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9347AA is #6CB855. Grayscale: #686868. Windows color (decimal): -7125078 or 11159443. OLE color: 11159443.

HSL color Cylindrical-coordinate representation of color #9347AA: hue angle of 286.06º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9347AA is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14771170-
CMYK0.140.5800.33
HSL286.06º41.08%47.25%-
HSV(B)286.06º58.24%66.67%-
XYZ21.5413.6139.52-
YUV105.01164.68157.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 71 (28.12% from 255) = 18.30%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=37.89%
G=18.30%
B=43.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147711700.140.5800.33286.0641.0847.25
Hex9347AAE3A02111e292f
Octal22310725216720414365157
Binary1001001110001111010101011101110100100001100011110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9347AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9347AA; }

 p { color: rgb(147,71,170); }

 H1.HeaderClassName
 {
   color: #9347AA;
 }
 .AnyTagClassName
 {
   color: #9347AA;
 }
</style>
background-color css

<style>
 a { background-color: #9347AA; }

 a { background-color: rgb(147,71,170); }

 div.DivClassName
 {
   background-color: #9347AA;
 }
 .BgClassName
 {
   background-color: #9347AA;
 }
</style>
border-color css

<style>
 span { border-color: #9347AA; }

 span { border-color: rgb(147,71,170); }

 td.TdClassName
 {
   border-color: #9347AA;
 }
 .TagClassName
 {
   border-color: #9347AA;
 }
</style>