COLOR #8E4589

HEX: #8E4589 RGB: (142,69,137)

Color info

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

RGB color model

#8E4589 color RGB value is (142,69,137).

RGB: (142,69,137) (56%, 27%, 54%)

RGB channels and saturation

R 142 of 255 = 56%
G 69 of 255 = 27%
B 137 of 255 = 54%

142
69
137

R + G + B ~ 46%. #8E4589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 69 + 137 = 348 (100%)
R 142 of 348 ~ 40.8%
G 69 of 348 ~ 19.83%
B 137 of 348 ~ 39.37'%

%40.8
%19.83
%39.37

CMYK color model

#8E4589 color CMYK value is (0,51,4,44).

  • cyan value is 0.00%
  • magenta value is 51.41%
  • yellow value is 3.52%
  • key color value is 44.31%
CMYK: (0,51,4,44) C0M51Y4K44 (0%,51%,4%,44%) (0.00/0.51/0.04/0.44) 

CMYK percentages

%0
%51.41
%3.52
%44.31

Codes

Color #8E4589 in popluar color models

8E 45 89
RGB 142 69 137
HSL 304° 34.60% 41.37%
HSB/HSV 304° 51.41% 55.69%
CMYK 0.00% 51.41% 3.52%
44.31%

Color #8E4589 in popluar number systems.

HEX 8E 45 89
Decimal 142 69 137
Binary 10001110 1000101 10001001
Octal 216 105 211

Shades and tints

Shades of #8E4589

#8E4589
(142,69,137)
#823F7D
(130,63,125)
#763971
(118,57,113)
#6A3365
(106,51,101)
#5E2D59
(94,45,89)
#52274D
(82,39,77)
#462141
(70,33,65)
#3A1B35
(58,27,53)
#2E1529
(46,21,41)
#220F1D
(34,15,29)
#160911
(22,9,17)
#000000
(0,0,0)

Tints of #8E4589

#8E4589
(142,69,137)
#985593
(152,85,147)
#A2659D
(162,101,157)
#AC75A7
(172,117,167)
#B685B1
(182,133,177)
#C095BB
(192,149,187)
#CAA5C5
(202,165,197)
#D4B5CF
(212,181,207)
#DEC5D9
(222,197,217)
#E8D5E3
(232,213,227)
#F2E5ED
(242,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4589 color. Also use rgb(142,69,137) instead hex code.

Text Font Color

.myTextColor { color: #8E4589; }

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

This text font color is #8E4589.

Background Color

.myBgColor { background-color: #8E4589; }

<div style="background-color:#8E4589">Inner text</div>

This div background color is #8E4589.

Border color

.myBorderColor { border: 1px solid #8E4589; }

<div style="border:3px solid #8E4589">Div</div>

This div border color is #8E4589.

Opacity

.myOpacity80 { color: #8E4589; opacity: 0.8; }

<p style="color:#8E4589;opacity:0.8;">80%</p>

Text with #8E4589 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 #8E4589;}

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

This text has shadow with #8E4589 color.


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

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

This text has shadow with #8E4589 primary color and red secondary color.


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

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

This text has shadow with #8E4589 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8E4589.

Preview

Color preview on black background

This text has color #8E4589 on black background.


Color preview on white background

This text has color #8E4589 on white background.


Black color preview on #8E4589 background

This text has black color on #8E4589 background.


White color preview on #8E4589 background

This text has white color on #8E4589 background.


Related colors

Complementary color

Complementary color for #hex is #71BA76.


I love getcolorcode.com

Triadic colors

1 #898E45 and #45898E with #8E4589 are triadic colors.

2 #89458E and #458E89 with #8E4589 are triadic colors.