COLOR #8B567D

HEX: #8B567D
RGB: (139,86,125)

Color info

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

RGB color model

#8B567D color RGB value is (139,86,125).

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

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 125 of 255 = 49%

139
86
125

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

Portions of RGB colors in percentages

R + G + B =
139 + 86 + 125 = 350 (100%)
R 139 of 350 ~ 39.71%
G 86 of 350 ~ 24.57%
B 125 of 350 ~ 35.71%

%39.71
%24.57
%35.71

CMYK color model

#8B567D color CMYK value is (0,38,10,45).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(0,38,10,45)
C0M38Y10K45 
(0%,38%,10%,45%)
(0.00/0.38/0.10/0.45)	

CMYK percentages

%0
%38.13
%10.07
%45.49

Codes

Color #8B567D in popluar color models

8B567D
RGB13986125
HSL316°23.56%44.12%
HSB/HSV316°38.13%54.51%
CMYK0.00%38.13%10.07%
45.49%

Color #8B567D in popluar number systems.

HEX8B567D
Decimal13986125
Binary1000101110101101111101
Octal213126175

Shades and tints

Shades of #8B567D

#8B567D
(139,86,125)
#7F4F72
(127,79,114)
#734867
(115,72,103)
#67415C
(103,65,92)
#5B3A51
(91,58,81)
#4F3346
(79,51,70)
#432C3B
(67,44,59)
#372530
(55,37,48)
#2B1E25
(43,30,37)
#1F171A
(31,23,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #8B567D

#8B567D
(139,86,125)
#956588
(149,101,136)
#9F7493
(159,116,147)
#A9839E
(169,131,158)
#B392A9
(179,146,169)
#BDA1B4
(189,161,180)
#C7B0BF
(199,176,191)
#D1BFCA
(209,191,202)
#DBCED5
(219,206,213)
#E5DDE0
(229,221,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B567D; }

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

This text font color is #8B567D.


Background Color

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

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

This div background color is #8B567D.


Border color

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

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

This div border color is #8B567D.


Opacity

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

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

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

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

This text has shadow with #8B567D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B567D on black background.


Color preview on white background

This text has color #8B567D on white background.



Black color preview on #8B567D background

This text has black color on #8B567D background.


White color preview on #8B567D background

This text has white color on #8B567D background.