COLOR #8E5F82

HEX: #8E5F82
RGB: (142,95,130)

Color info

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

RGB color model

#8E5F82 color RGB value is (142,95,130).

  • red value is 142;
  • green value is 95;
  • blue value is 130.
RGB:
(142,95,130)
(56%,37%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 95 of 255 = 37%
B 130 of 255 = 51%

142
95
130

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

Portions of RGB colors in percentages

R + G + B =
142 + 95 + 130 = 367 (100%)
R 142 of 367 ~ 38.69%
G 95 of 367 ~ 25.89%
B 130 of 367 ~ 35.42%

%38.69
%25.89
%35.42

CMYK color model

#8E5F82 color CMYK value is (0,33,8,44).

  • cyan value is 0.00%
  • magenta value is 33.10%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(0,33,8,44)
C0M33Y8K44 
(0%,33%,8%,44%)
(0.00/0.33/0.08/0.44)	

CMYK percentages

%0
%33.1
%8.45
%44.31

Codes

Color #8E5F82 in popluar color models

8E5F82
RGB14295130
HSL315°19.83%46.47%
HSB/HSV315°33.10%55.69%
CMYK0.00%33.10%8.45%
44.31%

Color #8E5F82 in popluar number systems.

HEX8E5F82
Decimal14295130
Binary10001110101111110000010
Octal216137202

Shades and tints

Shades of #8E5F82

#8E5F82
(142,95,130)
#825777
(130,87,119)
#764F6C
(118,79,108)
#6A4761
(106,71,97)
#5E3F56
(94,63,86)
#52374B
(82,55,75)
#462F40
(70,47,64)
#3A2735
(58,39,53)
#2E1F2A
(46,31,42)
#22171F
(34,23,31)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8E5F82

#8E5F82
(142,95,130)
#986D8D
(152,109,141)
#A27B98
(162,123,152)
#AC89A3
(172,137,163)
#B697AE
(182,151,174)
#C0A5B9
(192,165,185)
#CAB3C4
(202,179,196)
#D4C1CF
(212,193,207)
#DECFDA
(222,207,218)
#E8DDE5
(232,221,229)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5F82 color. Also use rgb(142,95,130) instead hex code.

Text Font Color

.myTextColor { color: #8E5F82; }

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

This text font color is #8E5F82.


Background Color

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

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

This div background color is #8E5F82.


Border color

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

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

This div border color is #8E5F82.


Opacity

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

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

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

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

This text has shadow with #8E5F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5F82 on black background.


Color preview on white background

This text has color #8E5F82 on white background.



Black color preview on #8E5F82 background

This text has black color on #8E5F82 background.


White color preview on #8E5F82 background

This text has white color on #8E5F82 background.