COLOR #8E4779

HEX: #8E4779 RGB: (142,71,121)

Color info

#8E4779 contains mainly red and blue colors. Web safe color of #8E4779 is #993366 (or #936).

RGB color model

#8E4779 color RGB value is (142,71,121).

RGB: (142,71,121) (56%, 28%, 47%)

RGB channels and saturation

R 142 of 255 = 56%
G 71 of 255 = 28%
B 121 of 255 = 47%

142
71
121

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

Portions of RGB colors in percentages

R + G + B = 142 + 71 + 121 = 334 (100%)
R 142 of 334 ~ 42.51%
G 71 of 334 ~ 21.26%
B 121 of 334 ~ 36.23'%

%42.51
%21.26
%36.23

CMYK color model

#8E4779 color CMYK value is (0,50,15,44).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 14.79%
  • key color value is 44.31%

CMYK: (0,50,15,44)
C0M50Y15K44 (0%, 50%, 15%, 44%)
(0.00 / 0.50 / 0.15 / 0.44)

CMYK percentages

%0
%50
%14.79
%44.31

Codes

Color #8E4779 in popluar color models

8E 47 79
RGB 142 71 121
HSL 318° 33.33% 41.76%
HSB/HSV 318° 50.00% 55.69%
CMYK 0.00% 50.00% 14.79%
44.31%

Color #8E4779 in popluar number systems.

HEX 8E 47 79
Decimal 142 71 121
Binary 10001110 1000111 1111001
Octal 216 107 171

Shades and tints

Shades of #8E4779

#8E4779
(142,71,121)
#82416E
(130,65,110)
#763B63
(118,59,99)
#6A3558
(106,53,88)
#5E2F4D
(94,47,77)
#522942
(82,41,66)
#462337
(70,35,55)
#3A1D2C
(58,29,44)
#2E1721
(46,23,33)
#221116
(34,17,22)
#160B0B
(22,11,11)
#000000
(0,0,0)

Tints of #8E4779

#8E4779
(142,71,121)
#985785
(152,87,133)
#A26791
(162,103,145)
#AC779D
(172,119,157)
#B687A9
(182,135,169)
#C097B5
(192,151,181)
#CAA7C1
(202,167,193)
#D4B7CD
(212,183,205)
#DEC7D9
(222,199,217)
#E8D7E5
(232,215,229)
#F2E7F1
(242,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4779 color. Also use rgb(142,71,121) instead hex code.

Text Font Color

.myTextColor { color: #8E4779; }

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

This text font color is #8E4779.

Background Color

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

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

This div background color is #8E4779.

Border color

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

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

This div border color is #8E4779.

Opacity

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

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

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

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

This text has shadow with #8E4779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E4779.

Preview

Color preview on black background

This text has color #8E4779 on black background.


Color preview on white background

This text has color #8E4779 on white background.


Black color preview on #8E4779 background

This text has black color on #8E4779 background.


White color preview on #8E4779 background

This text has white color on #8E4779 background.


Related colors

Complementary color

Complementary color for #hex is #71B886.


I love getcolorcode.com

Triadic colors

1 #798E47 and #47798E with #8E4779 are triadic colors.

2 #79478E and #478E79 with #8E4779 are triadic colors.