#934AAE

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

Shades of Deep Lilac #934AAE

Tints of Deep Lilac #934AAE

Color information

#934AAE (or 0x934AAE) is unknown color: approx Deep Lilac. HEX triplet: 93, 4A and AE. RGB value is (147,74,174). Sum of RGB (Red+Green+Blue) = 147+74+174=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #934AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934AAE is #6CB551. Grayscale: #6A6A6A. Windows color (decimal): -7124306 or 11422355. OLE color: 11422355.

HSL color Cylindrical-coordinate representation of color #934AAE: hue angle of 283.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #934AAE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14774174-
CMYK0.160.5700.32
HSL283.8º40.32%48.63%-
HSV(B)283.8º57.47%68.24%-
XYZ22.1214.1641.61-
YUV107.23165.68156.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=37.22%
G=18.73%
B=44.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147741740.160.5700.32283.840.3248.63
Hex934AAE103902011c2831
Octal22311225620710404345061
Binary10010011100101010101110100001110010100000100011100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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