COLOR #8E4975

HEX: #8E4975 RGB: (142,73,117)

Color info

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

RGB color model

#8E4975 color RGB value is (142,73,117).

RGB: (142,73,117) (56%, 29%, 46%)

RGB channels and saturation

R 142 of 255 = 56%
G 73 of 255 = 29%
B 117 of 255 = 46%

142
73
117

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

Portions of RGB colors in percentages

R + G + B = 142 + 73 + 117 = 332 (100%)
R 142 of 332 ~ 42.77%
G 73 of 332 ~ 21.99%
B 117 of 332 ~ 35.24'%

%42.77
%21.99
%35.24

CMYK color model

#8E4975 color CMYK value is (0,49,18,44).

  • cyan value is 0.00%
  • magenta value is 48.59%
  • yellow value is 17.61%
  • key color value is 44.31%

CMYK: (0,49,18,44)
C0M49Y18K44 (0%, 49%, 18%, 44%)
(0.00 / 0.49 / 0.18 / 0.44)

CMYK percentages

%0
%48.59
%17.61
%44.31

Codes

Color #8E4975 in popluar color models

8E 49 75
RGB 142 73 117
HSL 322° 32.09% 42.16%
HSB/HSV 322° 48.59% 55.69%
CMYK 0.00% 48.59% 17.61%
44.31%

Color #8E4975 in popluar number systems.

HEX 8E 49 75
Decimal 142 73 117
Binary 10001110 1001001 1110101
Octal 216 111 165

Shades and tints

Shades of #8E4975

#8E4975
(142,73,117)
#82436B
(130,67,107)
#763D61
(118,61,97)
#6A3757
(106,55,87)
#5E314D
(94,49,77)
#522B43
(82,43,67)
#462539
(70,37,57)
#3A1F2F
(58,31,47)
#2E1925
(46,25,37)
#22131B
(34,19,27)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #8E4975

#8E4975
(142,73,117)
#985981
(152,89,129)
#A2698D
(162,105,141)
#AC7999
(172,121,153)
#B689A5
(182,137,165)
#C099B1
(192,153,177)
#CAA9BD
(202,169,189)
#D4B9C9
(212,185,201)
#DEC9D5
(222,201,213)
#E8D9E1
(232,217,225)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4975 color. Also use rgb(142,73,117) instead hex code.

Text Font Color

.myTextColor { color: #8E4975; }

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

This text font color is #8E4975.

Background Color

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

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

This div background color is #8E4975.

Border color

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

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

This div border color is #8E4975.

Opacity

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

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

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

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

This text has shadow with #8E4975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E4975.

Preview

Color preview on black background

This text has color #8E4975 on black background.


Color preview on white background

This text has color #8E4975 on white background.


Black color preview on #8E4975 background

This text has black color on #8E4975 background.


White color preview on #8E4975 background

This text has white color on #8E4975 background.


Related colors

Complementary color

Complementary color for #hex is #71B68A.


I love getcolorcode.com

Triadic colors

1 #758E49 and #49758E with #8E4975 are triadic colors.

2 #75498E and #498E75 with #8E4975 are triadic colors.