COLOR #8940AE

HEX: #8940AE RGB: (137,64,174)

Color info

#8940AE contains mainly red and blue colors. Web safe color of #8940AE is #993399 (or #939).

RGB color model

#8940AE color RGB value is (137,64,174).

RGB: (137,64,174) (54%, 25%, 68%)

RGB channels and saturation

R 137 of 255 = 54%
G 64 of 255 = 25%
B 174 of 255 = 68%

137
64
174

R + G + B ~ 49%. #8940AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 64 + 174 = 375 (100%)
R 137 of 375 ~ 36.53%
G 64 of 375 ~ 17.07%
B 174 of 375 ~ 46.4'%

%36.53
%17.07
%46.4

CMYK color model

#8940AE color CMYK value is (21,63,0,32).

  • cyan value is 21.26%
  • magenta value is 63.22%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (21,63,0,32) C21M63Y0K32 (21%,63%,0%,32%) (0.21/0.63/0.00/0.32) 

CMYK percentages

%21.26
%63.22
%0
%31.76

Codes

Color #8940AE in popluar color models

89 40 AE
RGB 137 64 174
HSL 280° 46.22% 46.67%
HSB/HSV 280° 63.22% 68.24%
CMYK 21.26% 63.22% 0.00%
31.76%

Color #8940AE in popluar number systems.

HEX 89 40 AE
Decimal 137 64 174
Binary 10001001 1000000 10101110
Octal 211 100 256

Shades and tints

Shades of #8940AE

#8940AE
(137,64,174)
#7D3B9F
(125,59,159)
#713690
(113,54,144)
#653181
(101,49,129)
#592C72
(89,44,114)
#4D2763
(77,39,99)
#412254
(65,34,84)
#351D45
(53,29,69)
#291836
(41,24,54)
#1D1327
(29,19,39)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #8940AE

#8940AE
(137,64,174)
#9351B5
(147,81,181)
#9D62BC
(157,98,188)
#A773C3
(167,115,195)
#B184CA
(177,132,202)
#BB95D1
(187,149,209)
#C5A6D8
(197,166,216)
#CFB7DF
(207,183,223)
#D9C8E6
(217,200,230)
#E3D9ED
(227,217,237)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8940AE color. Also use rgb(137,64,174) instead hex code.

Text Font Color

.myTextColor { color: #8940AE; }

<p style="color:#8940AE">This sample text font color is #8940AE.</p>

This text font color is #8940AE.

Background Color

.myBgColor { background-color: #8940AE; }

<div style="background-color:#8940AE">Inner text</div>

This div background color is #8940AE.

Border color

.myBorderColor { border: 1px solid #8940AE; }

<div style="border:3px solid #8940AE">Div</div>

This div border color is #8940AE.

Opacity

.myOpacity80 { color: #8940AE; opacity: 0.8; }

<p style="color:#8940AE;opacity:0.8;">80%</p>

Text with #8940AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8940AE;}

<p style="text-shadow: 3px 3px 1px #8940AE">Text here.</p>

This text has shadow with #8940AE color.


.textShadow {text-shadow: 3px 3px 1px #8940AE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8940AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #8940AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8940AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8940AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #8940AE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8940AE;
-webkit-box-shadow: 1px 1px 3px 2px #8940AE;
box-shadow: 1px 1px 3px 2px #8940AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8940AE; -webkit-box-shadow: 1px 1px 3px 2px #8940AE; box-shadow:1px 1px 3px 2px #8940AE;">
Div content here
</div>

This div box has shadow with color #8940AE.

Preview

Color preview on black background

This text has color #8940AE on black background.


Color preview on white background

This text has color #8940AE on white background.


Black color preview on #8940AE background

This text has black color on #8940AE background.


White color preview on #8940AE background

This text has white color on #8940AE background.


Related colors

Complementary color

Complementary color for #hex is #76BF51.


I love getcolorcode.com

Triadic colors

1 #AE8940 and #40AE89 with #8940AE are triadic colors.

2 #AE4089 and #4089AE with #8940AE are triadic colors.