COLOR #8B5E85

HEX: #8B5E85
RGB: (139,94,133)

Color info

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

RGB color model

#8B5E85 color RGB value is (139,94,133).

  • red value is 139;
  • green value is 94;
  • blue value is 133.
RGB:
(139,94,133)
(55%,37%,52%)

RGB channels and saturation

R 139 of 255 = 55%
G 94 of 255 = 37%
B 133 of 255 = 52%

139
94
133

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

Portions of RGB colors in percentages

R + G + B =
139 + 94 + 133 = 366 (100%)
R 139 of 366 ~ 37.98%
G 94 of 366 ~ 25.68%
B 133 of 366 ~ 36.34%

%37.98
%25.68
%36.34

CMYK color model

#8B5E85 color CMYK value is (0,32,4,45).

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 4.32%
  • key color value is 45.49%
CMYK:
(0,32,4,45)
C0M32Y4K45 
(0%,32%,4%,45%)
(0.00/0.32/0.04/0.45)	

CMYK percentages

%0
%32.37
%4.32
%45.49

Codes

Color #8B5E85 in popluar color models

8B5E85
RGB13994133
HSL308°19.31%45.69%
HSB/HSV308°32.37%54.51%
CMYK0.00%32.37%4.32%
45.49%

Color #8B5E85 in popluar number systems.

HEX8B5E85
Decimal13994133
Binary10001011101111010000101
Octal213136205

Shades and tints

Shades of #8B5E85

#8B5E85
(139,94,133)
#7F5679
(127,86,121)
#734E6D
(115,78,109)
#674661
(103,70,97)
#5B3E55
(91,62,85)
#4F3649
(79,54,73)
#432E3D
(67,46,61)
#372631
(55,38,49)
#2B1E25
(43,30,37)
#1F1619
(31,22,25)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #8B5E85

#8B5E85
(139,94,133)
#956C90
(149,108,144)
#9F7A9B
(159,122,155)
#A988A6
(169,136,166)
#B396B1
(179,150,177)
#BDA4BC
(189,164,188)
#C7B2C7
(199,178,199)
#D1C0D2
(209,192,210)
#DBCEDD
(219,206,221)
#E5DCE8
(229,220,232)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5E85 color. Also use rgb(139,94,133) instead hex code.

Text Font Color

.myTextColor { color: #8B5E85; }

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

This text font color is #8B5E85.


Background Color

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

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

This div background color is #8B5E85.


Border color

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

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

This div border color is #8B5E85.


Opacity

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

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

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

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

This text has shadow with #8B5E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5E85 on black background.


Color preview on white background

This text has color #8B5E85 on white background.



Black color preview on #8B5E85 background

This text has black color on #8B5E85 background.


White color preview on #8B5E85 background

This text has white color on #8B5E85 background.