COLOR #8B5571

HEX: #8B5571
RGB: (139,85,113)

Color info

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

RGB color model

#8B5571 color RGB value is (139,85,113).

  • red value is 139;
  • green value is 85;
  • blue value is 113.
RGB:
(139,85,113)
(55%,33%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 85 of 255 = 33%
B 113 of 255 = 44%

139
85
113

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

Portions of RGB colors in percentages

R + G + B =
139 + 85 + 113 = 337 (100%)
R 139 of 337 ~ 41.25%
G 85 of 337 ~ 25.22%
B 113 of 337 ~ 33.53%

%41.25
%25.22
%33.53

CMYK color model

#8B5571 color CMYK value is (0,39,19,45).

  • cyan value is 0.00%
  • magenta value is 38.85%
  • yellow value is 18.71%
  • key color value is 45.49%
CMYK:
(0,39,19,45)
C0M39Y19K45 
(0%,39%,19%,45%)
(0.00/0.39/0.19/0.45)	

CMYK percentages

%0
%38.85
%18.71
%45.49

Codes

Color #8B5571 in popluar color models

8B5571
RGB13985113
HSL329°24.11%43.92%
HSB/HSV329°38.85%54.51%
CMYK0.00%38.85%18.71%
45.49%

Color #8B5571 in popluar number systems.

HEX8B5571
Decimal13985113
Binary1000101110101011110001
Octal213125161

Shades and tints

Shades of #8B5571

#8B5571
(139,85,113)
#7F4E67
(127,78,103)
#73475D
(115,71,93)
#674053
(103,64,83)
#5B3949
(91,57,73)
#4F323F
(79,50,63)
#432B35
(67,43,53)
#37242B
(55,36,43)
#2B1D21
(43,29,33)
#1F1617
(31,22,23)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #8B5571

#8B5571
(139,85,113)
#95647D
(149,100,125)
#9F7389
(159,115,137)
#A98295
(169,130,149)
#B391A1
(179,145,161)
#BDA0AD
(189,160,173)
#C7AFB9
(199,175,185)
#D1BEC5
(209,190,197)
#DBCDD1
(219,205,209)
#E5DCDD
(229,220,221)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5571 color. Also use rgb(139,85,113) instead hex code.

Text Font Color

.myTextColor { color: #8B5571; }

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

This text font color is #8B5571.


Background Color

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

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

This div background color is #8B5571.


Border color

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

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

This div border color is #8B5571.


Opacity

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

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

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

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

This text has shadow with #8B5571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5571 on black background.


Color preview on white background

This text has color #8B5571 on white background.



Black color preview on #8B5571 background

This text has black color on #8B5571 background.


White color preview on #8B5571 background

This text has white color on #8B5571 background.