COLOR #8B5679

HEX: #8B5679
RGB: (139,86,121)

Color info

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

RGB color model

#8B5679 color RGB value is (139,86,121).

  • red value is 139;
  • green value is 86;
  • blue value is 121.
RGB:
(139,86,121)
(55%,34%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 121 of 255 = 47%

139
86
121

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

Portions of RGB colors in percentages

R + G + B =
139 + 86 + 121 = 346 (100%)
R 139 of 346 ~ 40.17%
G 86 of 346 ~ 24.86%
B 121 of 346 ~ 34.97%

%40.17
%24.86
%34.97

CMYK color model

#8B5679 color CMYK value is (0,38,13,45).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 12.95%
  • key color value is 45.49%
CMYK:
(0,38,13,45)
C0M38Y13K45 
(0%,38%,13%,45%)
(0.00/0.38/0.13/0.45)	

CMYK percentages

%0
%38.13
%12.95
%45.49

Codes

Color #8B5679 in popluar color models

8B5679
RGB13986121
HSL320°23.56%44.12%
HSB/HSV320°38.13%54.51%
CMYK0.00%38.13%12.95%
45.49%

Color #8B5679 in popluar number systems.

HEX8B5679
Decimal13986121
Binary1000101110101101111001
Octal213126171

Shades and tints

Shades of #8B5679

#8B5679
(139,86,121)
#7F4F6E
(127,79,110)
#734863
(115,72,99)
#674158
(103,65,88)
#5B3A4D
(91,58,77)
#4F3342
(79,51,66)
#432C37
(67,44,55)
#37252C
(55,37,44)
#2B1E21
(43,30,33)
#1F1716
(31,23,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #8B5679

#8B5679
(139,86,121)
#956585
(149,101,133)
#9F7491
(159,116,145)
#A9839D
(169,131,157)
#B392A9
(179,146,169)
#BDA1B5
(189,161,181)
#C7B0C1
(199,176,193)
#D1BFCD
(209,191,205)
#DBCED9
(219,206,217)
#E5DDE5
(229,221,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5679 color. Also use rgb(139,86,121) instead hex code.

Text Font Color

.myTextColor { color: #8B5679; }

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

This text font color is #8B5679.


Background Color

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

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

This div background color is #8B5679.


Border color

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

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

This div border color is #8B5679.


Opacity

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

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

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

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

This text has shadow with #8B5679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5679 on black background.


Color preview on white background

This text has color #8B5679 on white background.



Black color preview on #8B5679 background

This text has black color on #8B5679 background.


White color preview on #8B5679 background

This text has white color on #8B5679 background.