COLOR #8E5596

HEX: #8E5596
RGB: (142,85,150)

Color info

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

RGB color model

#8E5596 color RGB value is (142,85,150).

  • red value is 142;
  • green value is 85;
  • blue value is 150.
RGB:
(142,85,150)
(56%,33%,59%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 150 of 255 = 59%

142
85
150

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

Portions of RGB colors in percentages

R + G + B =
142 + 85 + 150 = 377 (100%)
R 142 of 377 ~ 37.67%
G 85 of 377 ~ 22.55%
B 150 of 377 ~ 39.79%

%37.67
%22.55
%39.79

CMYK color model

#8E5596 color CMYK value is (5,43,0,41).

  • cyan value is 5.33%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(5,43,0,41)
C5M43Y0K41 
(5%,43%,0%,41%)
(0.05/0.43/0.00/0.41)	

CMYK percentages

%5.33
%43.33
%0
%41.18

Codes

Color #8E5596 in popluar color models

8E5596
RGB14285150
HSL293°27.66%46.08%
HSB/HSV293°43.33%58.82%
CMYK5.33%43.33%0.00%
41.18%

Color #8E5596 in popluar number systems.

HEX8E5596
Decimal14285150
Binary10001110101010110010110
Octal216125226

Shades and tints

Shades of #8E5596

#8E5596
(142,85,150)
#824E89
(130,78,137)
#76477C
(118,71,124)
#6A406F
(106,64,111)
#5E3962
(94,57,98)
#523255
(82,50,85)
#462B48
(70,43,72)
#3A243B
(58,36,59)
#2E1D2E
(46,29,46)
#221621
(34,22,33)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8E5596

#8E5596
(142,85,150)
#98649F
(152,100,159)
#A273A8
(162,115,168)
#AC82B1
(172,130,177)
#B691BA
(182,145,186)
#C0A0C3
(192,160,195)
#CAAFCC
(202,175,204)
#D4BED5
(212,190,213)
#DECDDE
(222,205,222)
#E8DCE7
(232,220,231)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5596 color. Also use rgb(142,85,150) instead hex code.

Text Font Color

.myTextColor { color: #8E5596; }

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

This text font color is #8E5596.


Background Color

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

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

This div background color is #8E5596.


Border color

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

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

This div border color is #8E5596.


Opacity

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

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

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

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

This text has shadow with #8E5596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5596 on black background.


Color preview on white background

This text has color #8E5596 on white background.



Black color preview on #8E5596 background

This text has black color on #8E5596 background.


White color preview on #8E5596 background

This text has white color on #8E5596 background.