COLOR #8B4871

HEX: #8B4871 RGB: (139,72,113)

Color info

#8B4871 contains mainly red and blue colors. Web safe color of #8B4871 is #993366 (or #936).

RGB color model

#8B4871 color RGB value is (139,72,113).

RGB: (139,72,113) (55%, 28%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 72 of 255 = 28%
B 113 of 255 = 44%

139
72
113

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

Portions of RGB colors in percentages

R + G + B = 139 + 72 + 113 = 324 (100%)
R 139 of 324 ~ 42.9%
G 72 of 324 ~ 22.22%
B 113 of 324 ~ 34.88'%

%42.9
%22.22
%34.88

CMYK color model

#8B4871 color CMYK value is (0,48,19,45).

  • cyan value is 0.00%
  • magenta value is 48.20%
  • yellow value is 18.71%
  • key color value is 45.49%
CMYK: (0,48,19,45) C0M48Y19K45 (0%,48%,19%,45%) (0.00/0.48/0.19/0.45) 

CMYK percentages

%0
%48.2
%18.71
%45.49

Codes

Color #8B4871 in popluar color models

8B 48 71
RGB 139 72 113
HSL 323° 31.75% 41.37%
HSB/HSV 323° 48.20% 54.51%
CMYK 0.00% 48.20% 18.71%
45.49%

Color #8B4871 in popluar number systems.

HEX 8B 48 71
Decimal 139 72 113
Binary 10001011 1001000 1110001
Octal 213 110 161

Shades and tints

Shades of #8B4871

#8B4871
(139,72,113)
#7F4267
(127,66,103)
#733C5D
(115,60,93)
#673653
(103,54,83)
#5B3049
(91,48,73)
#4F2A3F
(79,42,63)
#432435
(67,36,53)
#371E2B
(55,30,43)
#2B1821
(43,24,33)
#1F1217
(31,18,23)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #8B4871

#8B4871
(139,72,113)
#95587D
(149,88,125)
#9F6889
(159,104,137)
#A97895
(169,120,149)
#B388A1
(179,136,161)
#BD98AD
(189,152,173)
#C7A8B9
(199,168,185)
#D1B8C5
(209,184,197)
#DBC8D1
(219,200,209)
#E5D8DD
(229,216,221)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4871; }

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

This text font color is #8B4871.

Background Color

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

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

This div background color is #8B4871.

Border color

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

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

This div border color is #8B4871.

Opacity

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

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

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

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

This text has shadow with #8B4871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4871.

Preview

Color preview on black background

This text has color #8B4871 on black background.


Color preview on white background

This text has color #8B4871 on white background.


Black color preview on #8B4871 background

This text has black color on #8B4871 background.


White color preview on #8B4871 background

This text has white color on #8B4871 background.


Related colors

Complementary color

Complementary color for #hex is #74B78E.


I love getcolorcode.com

Triadic colors

1 #718B48 and #48718B with #8B4871 are triadic colors.

2 #71488B and #488B71 with #8B4871 are triadic colors.