COLOR #8B467F

HEX: #8B467F
RGB: (139,70,127)

Color info

#8B467F contains mainly red and blue colors. Web safe color of #8B467F is #993366 (or #936).

RGB color model

#8B467F color RGB value is (139,70,127).

  • red value is 139;
  • green value is 70;
  • blue value is 127.
RGB:
(139,70,127)
(55%,27%,50%)

RGB channels and saturation

R 139 of 255 = 55%
G 70 of 255 = 27%
B 127 of 255 = 50%

139
70
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 70 + 127 = 336 (100%)
R 139 of 336 ~ 41.37%
G 70 of 336 ~ 20.83%
B 127 of 336 ~ 37.8%

%41.37
%20.83
%37.8

CMYK color model

#8B467F color CMYK value is (0,50,9,45).

  • cyan value is 0.00%
  • magenta value is 49.64%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK:
(0,50,9,45)
C0M50Y9K45 
(0%,50%,9%,45%)
(0.00/0.50/0.09/0.45)	

CMYK percentages

%0
%49.64
%8.63
%45.49

Codes

Color #8B467F in popluar color models

8B467F
RGB13970127
HSL310°33.01%40.98%
HSB/HSV310°49.64%54.51%
CMYK0.00%49.64%8.63%
45.49%

Color #8B467F in popluar number systems.

HEX8B467F
Decimal13970127
Binary1000101110001101111111
Octal213106177

Shades and tints

Shades of #8B467F

#8B467F
(139,70,127)
#7F4074
(127,64,116)
#733A69
(115,58,105)
#67345E
(103,52,94)
#5B2E53
(91,46,83)
#4F2848
(79,40,72)
#43223D
(67,34,61)
#371C32
(55,28,50)
#2B1627
(43,22,39)
#1F101C
(31,16,28)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #8B467F

#8B467F
(139,70,127)
#95568A
(149,86,138)
#9F6695
(159,102,149)
#A976A0
(169,118,160)
#B386AB
(179,134,171)
#BD96B6
(189,150,182)
#C7A6C1
(199,166,193)
#D1B6CC
(209,182,204)
#DBC6D7
(219,198,215)
#E5D6E2
(229,214,226)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B467F color. Also use rgb(139,70,127) instead hex code.

Text Font Color

.myTextColor { color: #8B467F; }

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

This text font color is #8B467F.


Background Color

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

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

This div background color is #8B467F.


Border color

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

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

This div border color is #8B467F.


Opacity

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

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

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

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

This text has shadow with #8B467F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B467F on black background.


Color preview on white background

This text has color #8B467F on white background.



Black color preview on #8B467F background

This text has black color on #8B467F background.


White color preview on #8B467F background

This text has white color on #8B467F background.