COLOR #8E7993

HEX: #8E7993 RGB: (142,121,147)

Color info

#8E7993 contains red, green and blue colors in about the same proportion. Web safe color of #8E7993 is #996699 (or #969).

RGB color model

#8E7993 color RGB value is (142,121,147).

RGB: (142,121,147) (56%, 47%, 58%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 147 of 255 = 58%

142
121
147

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

Portions of RGB colors in percentages

R + G + B = 142 + 121 + 147 = 410 (100%)
R 142 of 410 ~ 34.63%
G 121 of 410 ~ 29.51%
B 147 of 410 ~ 35.85'%

%34.63
%29.51
%35.85

CMYK color model

#8E7993 color CMYK value is (3,18,0,42).

  • cyan value is 3.40%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (3,18,0,42)
C3M18Y0K42 (3%, 18%, 0%, 42%)
(0.03 / 0.18 / 0.00 / 0.42)

CMYK percentages

%3.4
%17.69
%0
%42.35

Codes

Color #8E7993 in popluar color models

8E 79 93
RGB 142 121 147
HSL 288° 10.74% 52.55%
HSB/HSV 288° 17.69% 57.65%
CMYK 3.40% 17.69% 0.00%
42.35%

Color #8E7993 in popluar number systems.

HEX 8E 79 93
Decimal 142 121 147
Binary 10001110 1111001 10010011
Octal 216 171 223

Shades and tints

Shades of #8E7993

#8E7993
(142,121,147)
#826E86
(130,110,134)
#766379
(118,99,121)
#6A586C
(106,88,108)
#5E4D5F
(94,77,95)
#524252
(82,66,82)
#463745
(70,55,69)
#3A2C38
(58,44,56)
#2E212B
(46,33,43)
#22161E
(34,22,30)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #8E7993

#8E7993
(142,121,147)
#98859C
(152,133,156)
#A291A5
(162,145,165)
#AC9DAE
(172,157,174)
#B6A9B7
(182,169,183)
#C0B5C0
(192,181,192)
#CAC1C9
(202,193,201)
#D4CDD2
(212,205,210)
#DED9DB
(222,217,219)
#E8E5E4
(232,229,228)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7993; }

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

This text font color is #8E7993.

Background Color

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

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

This div background color is #8E7993.

Border color

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

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

This div border color is #8E7993.

Opacity

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

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

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

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

This text has shadow with #8E7993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7993.

Preview

Color preview on black background

This text has color #8E7993 on black background.


Color preview on white background

This text has color #8E7993 on white background.


Black color preview on #8E7993 background

This text has black color on #8E7993 background.


White color preview on #8E7993 background

This text has white color on #8E7993 background.


Related colors

Complementary color

Complementary color for #hex is #71866C.


I love getcolorcode.com

Triadic colors

1 #938E79 and #79938E with #8E7993 are triadic colors.

2 #93798E and #798E93 with #8E7993 are triadic colors.