COLOR #8E5681

HEX: #8E5681
RGB: (142,86,129)

Color info

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

RGB color model

#8E5681 color RGB value is (142,86,129).

  • red value is 142;
  • green value is 86;
  • blue value is 129.
RGB:
(142,86,129)
(56%,34%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 129 of 255 = 51%

142
86
129

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

Portions of RGB colors in percentages

R + G + B =
142 + 86 + 129 = 357 (100%)
R 142 of 357 ~ 39.78%
G 86 of 357 ~ 24.09%
B 129 of 357 ~ 36.13%

%39.78
%24.09
%36.13

CMYK color model

#8E5681 color CMYK value is (0,39,9,44).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 9.15%
  • key color value is 44.31%
CMYK:
(0,39,9,44)
C0M39Y9K44 
(0%,39%,9%,44%)
(0.00/0.39/0.09/0.44)	

CMYK percentages

%0
%39.44
%9.15
%44.31

Codes

Color #8E5681 in popluar color models

8E5681
RGB14286129
HSL314°24.56%44.71%
HSB/HSV314°39.44%55.69%
CMYK0.00%39.44%9.15%
44.31%

Color #8E5681 in popluar number systems.

HEX8E5681
Decimal14286129
Binary10001110101011010000001
Octal216126201

Shades and tints

Shades of #8E5681

#8E5681
(142,86,129)
#824F76
(130,79,118)
#76486B
(118,72,107)
#6A4160
(106,65,96)
#5E3A55
(94,58,85)
#52334A
(82,51,74)
#462C3F
(70,44,63)
#3A2534
(58,37,52)
#2E1E29
(46,30,41)
#22171E
(34,23,30)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E5681

#8E5681
(142,86,129)
#98658C
(152,101,140)
#A27497
(162,116,151)
#AC83A2
(172,131,162)
#B692AD
(182,146,173)
#C0A1B8
(192,161,184)
#CAB0C3
(202,176,195)
#D4BFCE
(212,191,206)
#DECED9
(222,206,217)
#E8DDE4
(232,221,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5681 color. Also use rgb(142,86,129) instead hex code.

Text Font Color

.myTextColor { color: #8E5681; }

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

This text font color is #8E5681.


Background Color

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

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

This div background color is #8E5681.


Border color

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

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

This div border color is #8E5681.


Opacity

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

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

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

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

This text has shadow with #8E5681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5681 on black background.


Color preview on white background

This text has color #8E5681 on white background.



Black color preview on #8E5681 background

This text has black color on #8E5681 background.


White color preview on #8E5681 background

This text has white color on #8E5681 background.