#9340AD

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

Shades of Deep Lilac #9340AD

Tints of Deep Lilac #9340AD

Color information

#9340AD (or 0x9340AD) is unknown color: approx Deep Lilac. HEX triplet: 93, 40 and AD. RGB value is (147,64,173). Sum of RGB (Red+Green+Blue) = 147+64+173=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #9340AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9340AD is #6CBF52. Grayscale: #646464. Windows color (decimal): -7126867 or 11354259. OLE color: 11354259.

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

Color convert

RGB14764173-
CMYK0.150.6300.32
HSL285.69º45.99%46.47%-
HSV(B)285.69º63.01%67.84%-
XYZ21.4112.8940.89-
YUV101.24168.5160.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=38.28%
G=16.67%
B=45.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147641730.150.6300.32285.6945.9946.47
Hex9340ADF3F02011e2e2e
Octal22310025517770404365656
Binary1001001110000001010110111111111110100000100011110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9340AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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