COLOR #8B7581

HEX: #8B7581
RGB: (139,117,129)

Color info

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

RGB color model

#8B7581 color RGB value is (139,117,129).

  • red value is 139;
  • green value is 117;
  • blue value is 129.
RGB:
(139,117,129)
(55%,46%,51%)

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 129 of 255 = 51%

139
117
129

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

Portions of RGB colors in percentages

R + G + B =
139 + 117 + 129 = 385 (100%)
R 139 of 385 ~ 36.1%
G 117 of 385 ~ 30.39%
B 129 of 385 ~ 33.51%

%36.1
%30.39
%33.51

CMYK color model

#8B7581 color CMYK value is (0,16,7,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 7.19%
  • key color value is 45.49%
CMYK:
(0,16,7,45)
C0M16Y7K45 
(0%,16%,7%,45%)
(0.00/0.16/0.07/0.45)	

CMYK percentages

%0
%15.83
%7.19
%45.49

Codes

Color #8B7581 in popluar color models

8B7581
RGB139117129
HSL327°8.66%50.20%
HSB/HSV327°15.83%54.51%
CMYK0.00%15.83%7.19%
45.49%

Color #8B7581 in popluar number systems.

HEX8B7581
Decimal139117129
Binary10001011111010110000001
Octal213165201

Shades and tints

Shades of #8B7581

#8B7581
(139,117,129)
#7F6B76
(127,107,118)
#73616B
(115,97,107)
#675760
(103,87,96)
#5B4D55
(91,77,85)
#4F434A
(79,67,74)
#43393F
(67,57,63)
#372F34
(55,47,52)
#2B2529
(43,37,41)
#1F1B1E
(31,27,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #8B7581

#8B7581
(139,117,129)
#95818C
(149,129,140)
#9F8D97
(159,141,151)
#A999A2
(169,153,162)
#B3A5AD
(179,165,173)
#BDB1B8
(189,177,184)
#C7BDC3
(199,189,195)
#D1C9CE
(209,201,206)
#DBD5D9
(219,213,217)
#E5E1E4
(229,225,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7581 color. Also use rgb(139,117,129) instead hex code.

Text Font Color

.myTextColor { color: #8B7581; }

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

This text font color is #8B7581.


Background Color

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

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

This div background color is #8B7581.


Border color

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

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

This div border color is #8B7581.


Opacity

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

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

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

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

This text has shadow with #8B7581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7581 on black background.


Color preview on white background

This text has color #8B7581 on white background.



Black color preview on #8B7581 background

This text has black color on #8B7581 background.


White color preview on #8B7581 background

This text has white color on #8B7581 background.