COLOR #8E6591

HEX: #8E6591 RGB: (142,101,145)

Color info

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

RGB color model

#8E6591 color RGB value is (142,101,145).

RGB: (142,101,145) (56%, 40%, 57%)

RGB channels and saturation

R 142 of 255 = 56%
G 101 of 255 = 40%
B 145 of 255 = 57%

142
101
145

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

Portions of RGB colors in percentages

R + G + B = 142 + 101 + 145 = 388 (100%)
R 142 of 388 ~ 36.6%
G 101 of 388 ~ 26.03%
B 145 of 388 ~ 37.37'%

%36.6
%26.03
%37.37

CMYK color model

#8E6591 color CMYK value is (2,30,0,43).

  • cyan value is 2.07%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (2,30,0,43)
C2M30Y0K43 (2%, 30%, 0%, 43%)
(0.02 / 0.30 / 0.00 / 0.43)

CMYK percentages

%2.07
%30.34
%0
%43.14

Codes

Color #8E6591 in popluar color models

8E 65 91
RGB 142 101 145
HSL 296° 17.89% 48.24%
HSB/HSV 296° 30.34% 56.86%
CMYK 2.07% 30.34% 0.00%
43.14%

Color #8E6591 in popluar number systems.

HEX 8E 65 91
Decimal 142 101 145
Binary 10001110 1100101 10010001
Octal 216 145 221

Shades and tints

Shades of #8E6591

#8E6591
(142,101,145)
#825C84
(130,92,132)
#765377
(118,83,119)
#6A4A6A
(106,74,106)
#5E415D
(94,65,93)
#523850
(82,56,80)
#462F43
(70,47,67)
#3A2636
(58,38,54)
#2E1D29
(46,29,41)
#22141C
(34,20,28)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #8E6591

#8E6591
(142,101,145)
#98739B
(152,115,155)
#A281A5
(162,129,165)
#AC8FAF
(172,143,175)
#B69DB9
(182,157,185)
#C0ABC3
(192,171,195)
#CAB9CD
(202,185,205)
#D4C7D7
(212,199,215)
#DED5E1
(222,213,225)
#E8E3EB
(232,227,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6591; }

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

This text font color is #8E6591.

Background Color

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

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

This div background color is #8E6591.

Border color

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

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

This div border color is #8E6591.

Opacity

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

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

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

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

This text has shadow with #8E6591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6591.

Preview

Color preview on black background

This text has color #8E6591 on black background.


Color preview on white background

This text has color #8E6591 on white background.


Black color preview on #8E6591 background

This text has black color on #8E6591 background.


White color preview on #8E6591 background

This text has white color on #8E6591 background.


Related colors

Complementary color

Complementary color for #hex is #719A6E.


I love getcolorcode.com

Triadic colors

1 #918E65 and #65918E with #8E6591 are triadic colors.

2 #91658E and #658E91 with #8E6591 are triadic colors.