#934AA5

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

Shades of Deep Lilac #934AA5

Tints of Deep Lilac #934AA5

Color information

#934AA5 (or 0x934AA5) is unknown color: approx Deep Lilac. HEX triplet: 93, 4A and A5. RGB value is (147,74,165). Sum of RGB (Red+Green+Blue) = 147+74+165=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 165 - color contains mainly: blue. Hex color #934AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934AA5 is #6CB55A. Grayscale: #696969. Windows color (decimal): -7124315 or 10832531. OLE color: 10832531.

HSL color Cylindrical-coordinate representation of color #934AA5: hue angle of 288.13º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #934AA5 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14774165-
CMYK0.110.5500.35
HSL288.13º38.08%46.86%-
HSV(B)288.13º55.15%64.71%-
XYZ21.2713.8237.14-
YUV106.2161.18157.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 165 (64.84% from 255) = 42.75%
R=38.08%
G=19.17%
B=42.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147741650.110.5500.35288.1338.0846.86
Hex934AA5B37023120262f
Octal22311224513670434404657
Binary1001001110010101010010110111101110100011100100000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934AA5; }

 p { color: rgb(147,74,165); }

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

<style>
 a { background-color: #934AA5; }

 a { background-color: rgb(147,74,165); }

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

<style>
 span { border-color: #934AA5; }

 span { border-color: rgb(147,74,165); }

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