COLOR #8E6596

HEX: #8E6596
RGB: (142,101,150)

Color info

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

RGB color model

#8E6596 color RGB value is (142,101,150).

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

RGB channels and saturation

R 142 of 255 = 56%
G 101 of 255 = 40%
B 150 of 255 = 59%

142
101
150

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

Portions of RGB colors in percentages

R + G + B =
142 + 101 + 150 = 393 (100%)
R 142 of 393 ~ 36.13%
G 101 of 393 ~ 25.7%
B 150 of 393 ~ 38.17%

%36.13
%25.7
%38.17

CMYK color model

#8E6596 color CMYK value is (5,33,0,41).

  • cyan value is 5.33%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(5,33,0,41)
C5M33Y0K41 
(5%,33%,0%,41%)
(0.05/0.33/0.00/0.41)	

CMYK percentages

%5.33
%32.67
%0
%41.18

Codes

Color #8E6596 in popluar color models

8E6596
RGB142101150
HSL290°19.52%49.22%
HSB/HSV290°32.67%58.82%
CMYK5.33%32.67%0.00%
41.18%

Color #8E6596 in popluar number systems.

HEX8E6596
Decimal142101150
Binary10001110110010110010110
Octal216145226

Shades and tints

Shades of #8E6596

#8E6596
(142,101,150)
#825C89
(130,92,137)
#76537C
(118,83,124)
#6A4A6F
(106,74,111)
#5E4162
(94,65,98)
#523855
(82,56,85)
#462F48
(70,47,72)
#3A263B
(58,38,59)
#2E1D2E
(46,29,46)
#221421
(34,20,33)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #8E6596

#8E6596
(142,101,150)
#98739F
(152,115,159)
#A281A8
(162,129,168)
#AC8FB1
(172,143,177)
#B69DBA
(182,157,186)
#C0ABC3
(192,171,195)
#CAB9CC
(202,185,204)
#D4C7D5
(212,199,213)
#DED5DE
(222,213,222)
#E8E3E7
(232,227,231)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6596; }

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

This text font color is #8E6596.


Background Color

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

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

This div background color is #8E6596.


Border color

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

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

This div border color is #8E6596.


Opacity

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

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

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

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

This text has shadow with #8E6596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6596 on black background.


Color preview on white background

This text has color #8E6596 on white background.



Black color preview on #8E6596 background

This text has black color on #8E6596 background.


White color preview on #8E6596 background

This text has white color on #8E6596 background.