#9346a4

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

Shades of Deep Lilac #9346A4

Tints of Deep Lilac #9346A4

Color information

#9346A4 (or 0x9346A4) is unknown color: approx Deep Lilac. HEX triplet: 93, 46 and A4. RGB value is (147,70,164). Sum of RGB (Red+Green+Blue) = 147+70+164=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #9346A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9346A4 is #6CB95B. Grayscale: #676767. Windows color (decimal): -7125340 or 10765971. OLE color: 10765971.

HSL color Cylindrical-coordinate representation of color #9346A4: hue angle of 289.15º 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 #9346A4 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14770164-
CMYK0.100.5700.36
HSL289.15º40.17%45.88%-
HSV(B)289.15º57.32%64.31%-
XYZ20.9213.2636.58-
YUV103.74162.01158.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 164 (64.45% from 255) = 43.04%
R=38.58%
G=18.37%
B=43.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147701640.100.5700.36289.1540.1745.88
Hex9346A4A39024121282e
Octal22310624412710444415056
Binary1001001110001101010010010101110010100100100100001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9346a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9346a4; }

 p { color: rgb(147,70,164); }

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

<style>
 a { background-color: #9346a4; }

 a { background-color: rgb(147,70,164); }

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

<style>
 span { border-color: #9346a4; }

 span { border-color: rgb(147,70,164); }

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