#9340AE

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

Shades of Deep Lilac #9340AE

Tints of Deep Lilac #9340AE

Color information

#9340AE (or 0x9340AE) is unknown color: approx Deep Lilac. HEX triplet: 93, 40 and AE. RGB value is (147,64,174). Sum of RGB (Red+Green+Blue) = 147+64+174=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #9340AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9340AE is #6CBF51. Grayscale: #656565. Windows color (decimal): -7126866 or 11419795. OLE color: 11419795.

HSL color Cylindrical-coordinate representation of color #9340AE: hue angle of 285.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9340AE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14764174-
CMYK0.160.6300.32
HSL285.27º46.22%46.67%-
HSV(B)285.27º63.22%68.24%-
XYZ21.5112.9341.41-
YUV101.36169160.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=38.18%
G=16.62%
B=45.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147641740.160.6300.32285.2746.2246.67
Hex9340AE103F02011d2e2f
Octal22310025620770404355657
Binary10010011100000010101110100001111110100000100011101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9340AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9340AE; }

 p { color: rgb(147,64,174); }

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

<style>
 a { background-color: #9340AE; }

 a { background-color: rgb(147,64,174); }

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

<style>
 span { border-color: #9340AE; }

 span { border-color: rgb(147,64,174); }

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