COLOR #8E539A

HEX: #8E539A
RGB: (142,83,154)

Color info

#8E539A contains mainly red and blue colors. Web safe color of #8E539A is #996699 (or #969).

RGB color model

#8E539A color RGB value is (142,83,154).

  • red value is 142;
  • green value is 83;
  • blue value is 154.
RGB:
(142,83,154)
(56%,33%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 83 of 255 = 33%
B 154 of 255 = 60%

142
83
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 83 + 154 = 379 (100%)
R 142 of 379 ~ 37.47%
G 83 of 379 ~ 21.9%
B 154 of 379 ~ 40.63%

%37.47
%21.9
%40.63

CMYK color model

#8E539A color CMYK value is (8,46,0,40).

  • cyan value is 7.79%
  • magenta value is 46.10%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(8,46,0,40)
C8M46Y0K40 
(8%,46%,0%,40%)
(0.08/0.46/0.00/0.40)	

CMYK percentages

%7.79
%46.1
%0
%39.61

Codes

Color #8E539A in popluar color models

8E539A
RGB14283154
HSL290°29.96%46.47%
HSB/HSV290°46.10%60.39%
CMYK7.79%46.10%0.00%
39.61%

Color #8E539A in popluar number systems.

HEX8E539A
Decimal14283154
Binary10001110101001110011010
Octal216123232

Shades and tints

Shades of #8E539A

#8E539A
(142,83,154)
#824C8C
(130,76,140)
#76457E
(118,69,126)
#6A3E70
(106,62,112)
#5E3762
(94,55,98)
#523054
(82,48,84)
#462946
(70,41,70)
#3A2238
(58,34,56)
#2E1B2A
(46,27,42)
#22141C
(34,20,28)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #8E539A

#8E539A
(142,83,154)
#9862A3
(152,98,163)
#A271AC
(162,113,172)
#AC80B5
(172,128,181)
#B68FBE
(182,143,190)
#C09EC7
(192,158,199)
#CAADD0
(202,173,208)
#D4BCD9
(212,188,217)
#DECBE2
(222,203,226)
#E8DAEB
(232,218,235)
#F2E9F4
(242,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E539A; }

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

This text font color is #8E539A.


Background Color

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

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

This div background color is #8E539A.


Border color

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

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

This div border color is #8E539A.


Opacity

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

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

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

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

This text has shadow with #8E539A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E539A on black background.


Color preview on white background

This text has color #8E539A on white background.



Black color preview on #8E539A background

This text has black color on #8E539A background.


White color preview on #8E539A background

This text has white color on #8E539A background.