COLOR #8B487F

HEX: #8B487F RGB: (139,72,127)

Color info

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

RGB color model

#8B487F color RGB value is (139,72,127).

RGB: (139,72,127) (55%, 28%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 72 of 255 = 28%
B 127 of 255 = 50%

139
72
127

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

Portions of RGB colors in percentages

R + G + B = 139 + 72 + 127 = 338 (100%)
R 139 of 338 ~ 41.12%
G 72 of 338 ~ 21.3%
B 127 of 338 ~ 37.57'%

%41.12
%21.3
%37.57

CMYK color model

#8B487F color CMYK value is (0,48,9,45).

  • cyan value is 0.00%
  • magenta value is 48.20%
  • yellow value is 8.63%
  • key color value is 45.49%

CMYK: (0,48,9,45)
C0M48Y9K45 (0%, 48%, 9%, 45%)
(0.00 / 0.48 / 0.09 / 0.45)

CMYK percentages

%0
%48.2
%8.63
%45.49

Codes

Color #8B487F in popluar color models

8B 48 7F
RGB 139 72 127
HSL 311° 31.75% 41.37%
HSB/HSV 311° 48.20% 54.51%
CMYK 0.00% 48.20% 8.63%
45.49%

Color #8B487F in popluar number systems.

HEX 8B 48 7F
Decimal 139 72 127
Binary 10001011 1001000 1111111
Octal 213 110 177

Shades and tints

Shades of #8B487F

#8B487F
(139,72,127)
#7F4274
(127,66,116)
#733C69
(115,60,105)
#67365E
(103,54,94)
#5B3053
(91,48,83)
#4F2A48
(79,42,72)
#43243D
(67,36,61)
#371E32
(55,30,50)
#2B1827
(43,24,39)
#1F121C
(31,18,28)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #8B487F

#8B487F
(139,72,127)
#95588A
(149,88,138)
#9F6895
(159,104,149)
#A978A0
(169,120,160)
#B388AB
(179,136,171)
#BD98B6
(189,152,182)
#C7A8C1
(199,168,193)
#D1B8CC
(209,184,204)
#DBC8D7
(219,200,215)
#E5D8E2
(229,216,226)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B487F; }

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

This text font color is #8B487F.

Background Color

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

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

This div background color is #8B487F.

Border color

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

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

This div border color is #8B487F.

Opacity

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

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

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

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

This text has shadow with #8B487F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B487F.

Preview

Color preview on black background

This text has color #8B487F on black background.


Color preview on white background

This text has color #8B487F on white background.


Black color preview on #8B487F background

This text has black color on #8B487F background.


White color preview on #8B487F background

This text has white color on #8B487F background.


Related colors

Complementary color

Complementary color for #hex is #74B780.


I love getcolorcode.com

Triadic colors

1 #7F8B48 and #487F8B with #8B487F are triadic colors.

2 #7F488B and #488B7F with #8B487F are triadic colors.