#943DAE

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

Shades of Deep Lilac #943DAE

Tints of Deep Lilac #943DAE

Color information

#943DAE (or 0x943DAE) is unknown color: approx Deep Lilac. HEX triplet: 94, 3D and AE. RGB value is (148,61,174). Sum of RGB (Red+Green+Blue) = 148+61+174=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #943DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DAE is #6BC251. Grayscale: #636363. Windows color (decimal): -7062098 or 11419028. OLE color: 11419028.

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

Color convert

RGB14861174-
CMYK0.150.6500.32
HSL286.19º48.09%46.08%-
HSV(B)286.19º64.94%68.24%-
XYZ21.5212.6941.36-
YUV99.9169.82162.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=38.64%
G=15.93%
B=45.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148611740.150.6500.32286.1948.0946.08
Hex943DAEF4102011e302e
Octal22475256171010404366056
Binary1001010011110110101110111110000010100000100011110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,61,174); }

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

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

 a { background-color: rgb(148,61,174); }

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

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

 span { border-color: rgb(148,61,174); }

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