COLOR #8B5877

HEX: #8B5877
RGB: (139,88,119)

Color info

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

RGB color model

#8B5877 color RGB value is (139,88,119).

  • red value is 139;
  • green value is 88;
  • blue value is 119.
RGB:
(139,88,119)
(55%,35%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 119 of 255 = 47%

139
88
119

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

Portions of RGB colors in percentages

R + G + B =
139 + 88 + 119 = 346 (100%)
R 139 of 346 ~ 40.17%
G 88 of 346 ~ 25.43%
B 119 of 346 ~ 34.39%

%40.17
%25.43
%34.39

CMYK color model

#8B5877 color CMYK value is (0,37,14,45).

  • cyan value is 0.00%
  • magenta value is 36.69%
  • yellow value is 14.39%
  • key color value is 45.49%
CMYK:
(0,37,14,45)
C0M37Y14K45 
(0%,37%,14%,45%)
(0.00/0.37/0.14/0.45)	

CMYK percentages

%0
%36.69
%14.39
%45.49

Codes

Color #8B5877 in popluar color models

8B5877
RGB13988119
HSL324°22.47%44.51%
HSB/HSV324°36.69%54.51%
CMYK0.00%36.69%14.39%
45.49%

Color #8B5877 in popluar number systems.

HEX8B5877
Decimal13988119
Binary1000101110110001110111
Octal213130167

Shades and tints

Shades of #8B5877

#8B5877
(139,88,119)
#7F506D
(127,80,109)
#734863
(115,72,99)
#674059
(103,64,89)
#5B384F
(91,56,79)
#4F3045
(79,48,69)
#43283B
(67,40,59)
#372031
(55,32,49)
#2B1827
(43,24,39)
#1F101D
(31,16,29)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #8B5877

#8B5877
(139,88,119)
#956783
(149,103,131)
#9F768F
(159,118,143)
#A9859B
(169,133,155)
#B394A7
(179,148,167)
#BDA3B3
(189,163,179)
#C7B2BF
(199,178,191)
#D1C1CB
(209,193,203)
#DBD0D7
(219,208,215)
#E5DFE3
(229,223,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5877 color. Also use rgb(139,88,119) instead hex code.

Text Font Color

.myTextColor { color: #8B5877; }

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

This text font color is #8B5877.


Background Color

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

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

This div background color is #8B5877.


Border color

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

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

This div border color is #8B5877.


Opacity

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

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

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

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

This text has shadow with #8B5877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5877 on black background.


Color preview on white background

This text has color #8B5877 on white background.



Black color preview on #8B5877 background

This text has black color on #8B5877 background.


White color preview on #8B5877 background

This text has white color on #8B5877 background.