COLOR #8B7380

HEX: #8B7380
RGB: (139,115,128)

Color info

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

RGB color model

#8B7380 color RGB value is (139,115,128).

  • red value is 139;
  • green value is 115;
  • blue value is 128.
RGB:
(139,115,128)
(55%,45%,50%)

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 128 of 255 = 50%

139
115
128

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 128 = 382 (100%)
R 139 of 382 ~ 36.39%
G 115 of 382 ~ 30.1%
B 128 of 382 ~ 33.51%

%36.39
%30.1
%33.51

CMYK color model

#8B7380 color CMYK value is (0,17,8,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 7.91%
  • key color value is 45.49%
CMYK:
(0,17,8,45)
C0M17Y8K45 
(0%,17%,8%,45%)
(0.00/0.17/0.08/0.45)	

CMYK percentages

%0
%17.27
%7.91
%45.49

Codes

Color #8B7380 in popluar color models

8B7380
RGB139115128
HSL328°9.45%49.80%
HSB/HSV328°17.27%54.51%
CMYK0.00%17.27%7.91%
45.49%

Color #8B7380 in popluar number systems.

HEX8B7380
Decimal139115128
Binary10001011111001110000000
Octal213163200

Shades and tints

Shades of #8B7380

#8B7380
(139,115,128)
#7F6975
(127,105,117)
#735F6A
(115,95,106)
#67555F
(103,85,95)
#5B4B54
(91,75,84)
#4F4149
(79,65,73)
#43373E
(67,55,62)
#372D33
(55,45,51)
#2B2328
(43,35,40)
#1F191D
(31,25,29)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #8B7380

#8B7380
(139,115,128)
#957F8B
(149,127,139)
#9F8B96
(159,139,150)
#A997A1
(169,151,161)
#B3A3AC
(179,163,172)
#BDAFB7
(189,175,183)
#C7BBC2
(199,187,194)
#D1C7CD
(209,199,205)
#DBD3D8
(219,211,216)
#E5DFE3
(229,223,227)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7380; }

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

This text font color is #8B7380.


Background Color

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

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

This div background color is #8B7380.


Border color

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

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

This div border color is #8B7380.


Opacity

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

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

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

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

This text has shadow with #8B7380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7380 on black background.


Color preview on white background

This text has color #8B7380 on white background.



Black color preview on #8B7380 background

This text has black color on #8B7380 background.


White color preview on #8B7380 background

This text has white color on #8B7380 background.