COLOR #8B5A87

HEX: #8B5A87 RGB: (139,90,135)

Color info

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

RGB color model

#8B5A87 color RGB value is (139,90,135).

RGB: (139,90,135) (55%, 35%, 53%)

RGB channels and saturation

R 139 of 255 = 55%
G 90 of 255 = 35%
B 135 of 255 = 53%

139
90
135

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

Portions of RGB colors in percentages

R + G + B = 139 + 90 + 135 = 364 (100%)
R 139 of 364 ~ 38.19%
G 90 of 364 ~ 24.73%
B 135 of 364 ~ 37.09'%

%38.19
%24.73
%37.09

CMYK color model

#8B5A87 color CMYK value is (0,35,3,45).

  • cyan value is 0.00%
  • magenta value is 35.25%
  • yellow value is 2.88%
  • key color value is 45.49%

CMYK: (0,35,3,45)
C0M35Y3K45 (0%, 35%, 3%, 45%)
(0.00 / 0.35 / 0.03 / 0.45)

CMYK percentages

%0
%35.25
%2.88
%45.49

Codes

Color #8B5A87 in popluar color models

8B 5A 87
RGB 139 90 135
HSL 305° 21.40% 44.90%
HSB/HSV 305° 35.25% 54.51%
CMYK 0.00% 35.25% 2.88%
45.49%

Color #8B5A87 in popluar number systems.

HEX 8B 5A 87
Decimal 139 90 135
Binary 10001011 1011010 10000111
Octal 213 132 207

Shades and tints

Shades of #8B5A87

#8B5A87
(139,90,135)
#7F527B
(127,82,123)
#734A6F
(115,74,111)
#674263
(103,66,99)
#5B3A57
(91,58,87)
#4F324B
(79,50,75)
#432A3F
(67,42,63)
#372233
(55,34,51)
#2B1A27
(43,26,39)
#1F121B
(31,18,27)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #8B5A87

#8B5A87
(139,90,135)
#956991
(149,105,145)
#9F789B
(159,120,155)
#A987A5
(169,135,165)
#B396AF
(179,150,175)
#BDA5B9
(189,165,185)
#C7B4C3
(199,180,195)
#D1C3CD
(209,195,205)
#DBD2D7
(219,210,215)
#E5E1E1
(229,225,225)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5A87 color. Also use rgb(139,90,135) instead hex code.

Text Font Color

.myTextColor { color: #8B5A87; }

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

This text font color is #8B5A87.

Background Color

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

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

This div background color is #8B5A87.

Border color

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

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

This div border color is #8B5A87.

Opacity

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

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

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

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

This text has shadow with #8B5A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5A87.

Preview

Color preview on black background

This text has color #8B5A87 on black background.


Color preview on white background

This text has color #8B5A87 on white background.


Black color preview on #8B5A87 background

This text has black color on #8B5A87 background.


White color preview on #8B5A87 background

This text has white color on #8B5A87 background.


Related colors

Complementary color

Complementary color for #hex is #74A578.


I love getcolorcode.com

Triadic colors

1 #878B5A and #5A878B with #8B5A87 are triadic colors.

2 #875A8B and #5A8B87 with #8B5A87 are triadic colors.