#934DAE

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

Shades of Deep Lilac #934DAE

Tints of Deep Lilac #934DAE

Color information

#934DAE (or 0x934DAE) is unknown color: approx Deep Lilac. HEX triplet: 93, 4D and AE. RGB value is (147,77,174). Sum of RGB (Red+Green+Blue) = 147+77+174=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #934DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DAE is #6CB251. Grayscale: #6C6C6C. Windows color (decimal): -7123538 or 11423123. OLE color: 11423123.

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

Color convert

RGB14777174-
CMYK0.160.5600.32
HSL283.3º38.65%49.22%-
HSV(B)283.3º55.75%68.24%-
XYZ22.3314.5741.68-
YUV108.99164.69155.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=36.93%
G=19.35%
B=43.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147771740.160.5600.32283.338.6549.22
Hex934DAE103802011b2731
Octal22311525620700404334761
Binary10010011100110110101110100001110000100000100011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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