COLOR #8E499A

HEX: #8E499A RGB: (142,73,154)

Color info

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

RGB color model

#8E499A color RGB value is (142,73,154).

RGB: (142,73,154) (56%, 29%, 60%)

RGB channels and saturation

R 142 of 255 = 56%
G 73 of 255 = 29%
B 154 of 255 = 60%

142
73
154

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

Portions of RGB colors in percentages

R + G + B = 142 + 73 + 154 = 369 (100%)
R 142 of 369 ~ 38.48%
G 73 of 369 ~ 19.78%
B 154 of 369 ~ 41.73'%

%38.48
%19.78
%41.73

CMYK color model

#8E499A color CMYK value is (8,53,0,40).

  • cyan value is 7.79%
  • magenta value is 52.60%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (8,53,0,40) C8M53Y0K40 (8%,53%,0%,40%) (0.08/0.53/0.00/0.40) 

CMYK percentages

%7.79
%52.6
%0
%39.61

Codes

Color #8E499A in popluar color models

8E 49 9A
RGB 142 73 154
HSL 291° 35.68% 44.51%
HSB/HSV 291° 52.60% 60.39%
CMYK 7.79% 52.60% 0.00%
39.61%

Color #8E499A in popluar number systems.

HEX 8E 49 9A
Decimal 142 73 154
Binary 10001110 1001001 10011010
Octal 216 111 232

Shades and tints

Shades of #8E499A

#8E499A
(142,73,154)
#82438C
(130,67,140)
#763D7E
(118,61,126)
#6A3770
(106,55,112)
#5E3162
(94,49,98)
#522B54
(82,43,84)
#462546
(70,37,70)
#3A1F38
(58,31,56)
#2E192A
(46,25,42)
#22131C
(34,19,28)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #8E499A

#8E499A
(142,73,154)
#9859A3
(152,89,163)
#A269AC
(162,105,172)
#AC79B5
(172,121,181)
#B689BE
(182,137,190)
#C099C7
(192,153,199)
#CAA9D0
(202,169,208)
#D4B9D9
(212,185,217)
#DEC9E2
(222,201,226)
#E8D9EB
(232,217,235)
#F2E9F4
(242,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E499A; }

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

This text font color is #8E499A.

Background Color

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

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

This div background color is #8E499A.

Border color

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

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

This div border color is #8E499A.

Opacity

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

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

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

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

This text has shadow with #8E499A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E499A.

Preview

Color preview on black background

This text has color #8E499A on black background.


Color preview on white background

This text has color #8E499A on white background.


Black color preview on #8E499A background

This text has black color on #8E499A background.


White color preview on #8E499A background

This text has white color on #8E499A background.


Related colors

Complementary color

Complementary color for #hex is #71B665.


I love getcolorcode.com

Triadic colors

1 #9A8E49 and #499A8E with #8E499A are triadic colors.

2 #9A498E and #498E9A with #8E499A are triadic colors.