COLOR #8B7189

HEX: #8B7189 RGB: (139,113,137)

Color info

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

RGB color model

#8B7189 color RGB value is (139,113,137).

RGB: (139,113,137) (55%, 44%, 54%)

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 137 of 255 = 54%

139
113
137

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

Portions of RGB colors in percentages

R + G + B = 139 + 113 + 137 = 389 (100%)
R 139 of 389 ~ 35.73%
G 113 of 389 ~ 29.05%
B 137 of 389 ~ 35.22'%

%35.73
%29.05
%35.22

CMYK color model

#8B7189 color CMYK value is (0,19,1,45).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 1.44%
  • key color value is 45.49%

CMYK: (0,19,1,45)
C0M19Y1K45 (0%, 19%, 1%, 45%)
(0.00 / 0.19 / 0.01 / 0.45)

CMYK percentages

%0
%18.71
%1.44
%45.49

Codes

Color #8B7189 in popluar color models

8B 71 89
RGB 139 113 137
HSL 305° 10.32% 49.41%
HSB/HSV 305° 18.71% 54.51%
CMYK 0.00% 18.71% 1.44%
45.49%

Color #8B7189 in popluar number systems.

HEX 8B 71 89
Decimal 139 113 137
Binary 10001011 1110001 10001001
Octal 213 161 211

Shades and tints

Shades of #8B7189

#8B7189
(139,113,137)
#7F677D
(127,103,125)
#735D71
(115,93,113)
#675365
(103,83,101)
#5B4959
(91,73,89)
#4F3F4D
(79,63,77)
#433541
(67,53,65)
#372B35
(55,43,53)
#2B2129
(43,33,41)
#1F171D
(31,23,29)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #8B7189

#8B7189
(139,113,137)
#957D93
(149,125,147)
#9F899D
(159,137,157)
#A995A7
(169,149,167)
#B3A1B1
(179,161,177)
#BDADBB
(189,173,187)
#C7B9C5
(199,185,197)
#D1C5CF
(209,197,207)
#DBD1D9
(219,209,217)
#E5DDE3
(229,221,227)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7189 color. Also use rgb(139,113,137) instead hex code.

Text Font Color

.myTextColor { color: #8B7189; }

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

This text font color is #8B7189.

Background Color

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

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

This div background color is #8B7189.

Border color

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

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

This div border color is #8B7189.

Opacity

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

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

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

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

This text has shadow with #8B7189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7189.

Preview

Color preview on black background

This text has color #8B7189 on black background.


Color preview on white background

This text has color #8B7189 on white background.


Black color preview on #8B7189 background

This text has black color on #8B7189 background.


White color preview on #8B7189 background

This text has white color on #8B7189 background.


Related colors

Complementary color

Complementary color for #hex is #748E76.


I love getcolorcode.com

Triadic colors

1 #898B71 and #71898B with #8B7189 are triadic colors.

2 #89718B and #718B89 with #8B7189 are triadic colors.