COLOR #8E529B

HEX: #8E529B
RGB: (142,82,155)

Color info

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

RGB color model

#8E529B color RGB value is (142,82,155).

  • red value is 142;
  • green value is 82;
  • blue value is 155.
RGB:
(142,82,155)
(56%,32%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 82 of 255 = 32%
B 155 of 255 = 61%

142
82
155

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

Portions of RGB colors in percentages

R + G + B =
142 + 82 + 155 = 379 (100%)
R 142 of 379 ~ 37.47%
G 82 of 379 ~ 21.64%
B 155 of 379 ~ 40.9%

%37.47
%21.64
%40.9

CMYK color model

#8E529B color CMYK value is (8,47,0,39).

  • cyan value is 8.39%
  • magenta value is 47.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(8,47,0,39)
C8M47Y0K39 
(8%,47%,0%,39%)
(0.08/0.47/0.00/0.39)	

CMYK percentages

%8.39
%47.1
%0
%39.22

Codes

Color #8E529B in popluar color models

8E529B
RGB14282155
HSL289°30.80%46.47%
HSB/HSV289°47.10%60.78%
CMYK8.39%47.10%0.00%
39.22%

Color #8E529B in popluar number systems.

HEX8E529B
Decimal14282155
Binary10001110101001010011011
Octal216122233

Shades and tints

Shades of #8E529B

#8E529B
(142,82,155)
#824B8D
(130,75,141)
#76447F
(118,68,127)
#6A3D71
(106,61,113)
#5E3663
(94,54,99)
#522F55
(82,47,85)
#462847
(70,40,71)
#3A2139
(58,33,57)
#2E1A2B
(46,26,43)
#22131D
(34,19,29)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #8E529B

#8E529B
(142,82,155)
#9861A4
(152,97,164)
#A270AD
(162,112,173)
#AC7FB6
(172,127,182)
#B68EBF
(182,142,191)
#C09DC8
(192,157,200)
#CAACD1
(202,172,209)
#D4BBDA
(212,187,218)
#DECAE3
(222,202,227)
#E8D9EC
(232,217,236)
#F2E8F5
(242,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E529B color. Also use rgb(142,82,155) instead hex code.

Text Font Color

.myTextColor { color: #8E529B; }

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

This text font color is #8E529B.


Background Color

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

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

This div background color is #8E529B.


Border color

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

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

This div border color is #8E529B.


Opacity

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

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

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

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

This text has shadow with #8E529B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E529B on black background.


Color preview on white background

This text has color #8E529B on white background.



Black color preview on #8E529B background

This text has black color on #8E529B background.


White color preview on #8E529B background

This text has white color on #8E529B background.