COLOR #8B5D7C

HEX: #8B5D7C
RGB: (139,93,124)

Color info

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

RGB color model

#8B5D7C color RGB value is (139,93,124).

  • red value is 139;
  • green value is 93;
  • blue value is 124.
RGB:
(139,93,124)
(55%,36%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 93 of 255 = 36%
B 124 of 255 = 49%

139
93
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 93 + 124 = 356 (100%)
R 139 of 356 ~ 39.04%
G 93 of 356 ~ 26.12%
B 124 of 356 ~ 34.83%

%39.04
%26.12
%34.83

CMYK color model

#8B5D7C color CMYK value is (0,33,11,45).

  • cyan value is 0.00%
  • magenta value is 33.09%
  • yellow value is 10.79%
  • key color value is 45.49%
CMYK:
(0,33,11,45)
C0M33Y11K45 
(0%,33%,11%,45%)
(0.00/0.33/0.11/0.45)	

CMYK percentages

%0
%33.09
%10.79
%45.49

Codes

Color #8B5D7C in popluar color models

8B5D7C
RGB13993124
HSL320°19.83%45.49%
HSB/HSV320°33.09%54.51%
CMYK0.00%33.09%10.79%
45.49%

Color #8B5D7C in popluar number systems.

HEX8B5D7C
Decimal13993124
Binary1000101110111011111100
Octal213135174

Shades and tints

Shades of #8B5D7C

#8B5D7C
(139,93,124)
#7F5571
(127,85,113)
#734D66
(115,77,102)
#67455B
(103,69,91)
#5B3D50
(91,61,80)
#4F3545
(79,53,69)
#432D3A
(67,45,58)
#37252F
(55,37,47)
#2B1D24
(43,29,36)
#1F1519
(31,21,25)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #8B5D7C

#8B5D7C
(139,93,124)
#956B87
(149,107,135)
#9F7992
(159,121,146)
#A9879D
(169,135,157)
#B395A8
(179,149,168)
#BDA3B3
(189,163,179)
#C7B1BE
(199,177,190)
#D1BFC9
(209,191,201)
#DBCDD4
(219,205,212)
#E5DBDF
(229,219,223)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5D7C color. Also use rgb(139,93,124) instead hex code.

Text Font Color

.myTextColor { color: #8B5D7C; }

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

This text font color is #8B5D7C.


Background Color

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

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

This div background color is #8B5D7C.


Border color

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

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

This div border color is #8B5D7C.


Opacity

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

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

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

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

This text has shadow with #8B5D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5D7C on black background.


Color preview on white background

This text has color #8B5D7C on white background.



Black color preview on #8B5D7C background

This text has black color on #8B5D7C background.


White color preview on #8B5D7C background

This text has white color on #8B5D7C background.