COLOR #8B5E80

HEX: #8B5E80 RGB: (139,94,128)

Color info

#8B5E80 contains red, green and blue colors in about the same proportion. Web safe color of #8B5E80 is #996666 (or #966).

RGB color model

#8B5E80 color RGB value is (139,94,128).

RGB: (139,94,128) (55%, 37%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 94 of 255 = 37%
B 128 of 255 = 50%

139
94
128

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

Portions of RGB colors in percentages

R + G + B = 139 + 94 + 128 = 361 (100%)
R 139 of 361 ~ 38.5%
G 94 of 361 ~ 26.04%
B 128 of 361 ~ 35.46'%

%38.5
%26.04
%35.46

CMYK color model

#8B5E80 color CMYK value is (0,32,8,45).

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 7.91%
  • key color value is 45.49%
CMYK: (0,32,8,45) C0M32Y8K45 (0%,32%,8%,45%) (0.00/0.32/0.08/0.45) 

CMYK percentages

%0
%32.37
%7.91
%45.49

Codes

Color #8B5E80 in popluar color models

8B 5E 80
RGB 139 94 128
HSL 315° 19.31% 45.69%
HSB/HSV 315° 32.37% 54.51%
CMYK 0.00% 32.37% 7.91%
45.49%

Color #8B5E80 in popluar number systems.

HEX 8B 5E 80
Decimal 139 94 128
Binary 10001011 1011110 10000000
Octal 213 136 200

Shades and tints

Shades of #8B5E80

#8B5E80
(139,94,128)
#7F5675
(127,86,117)
#734E6A
(115,78,106)
#67465F
(103,70,95)
#5B3E54
(91,62,84)
#4F3649
(79,54,73)
#432E3E
(67,46,62)
#372633
(55,38,51)
#2B1E28
(43,30,40)
#1F161D
(31,22,29)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #8B5E80

#8B5E80
(139,94,128)
#956C8B
(149,108,139)
#9F7A96
(159,122,150)
#A988A1
(169,136,161)
#B396AC
(179,150,172)
#BDA4B7
(189,164,183)
#C7B2C2
(199,178,194)
#D1C0CD
(209,192,205)
#DBCED8
(219,206,216)
#E5DCE3
(229,220,227)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5E80 color. Also use rgb(139,94,128) instead hex code.

Text Font Color

.myTextColor { color: #8B5E80; }

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

This text font color is #8B5E80.

Background Color

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

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

This div background color is #8B5E80.

Border color

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

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

This div border color is #8B5E80.

Opacity

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

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

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

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

This text has shadow with #8B5E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5E80.

Preview

Color preview on black background

This text has color #8B5E80 on black background.


Color preview on white background

This text has color #8B5E80 on white background.


Black color preview on #8B5E80 background

This text has black color on #8B5E80 background.


White color preview on #8B5E80 background

This text has white color on #8B5E80 background.


Related colors

Complementary color

Complementary color for #hex is #74A17F.


I love getcolorcode.com

Triadic colors

1 #808B5E and #5E808B with #8B5E80 are triadic colors.

2 #805E8B and #5E8B80 with #8B5E80 are triadic colors.