COLOR #8B4B89

HEX: #8B4B89
RGB: (139,75,137)

Color info

#8B4B89 contains mainly red and blue colors. Web safe color of #8B4B89 is #993399 (or #939).

RGB color model

#8B4B89 color RGB value is (139,75,137).

  • red value is 139;
  • green value is 75;
  • blue value is 137.
RGB:
(139,75,137)
(55%,29%,54%)

RGB channels and saturation

R 139 of 255 = 55%
G 75 of 255 = 29%
B 137 of 255 = 54%

139
75
137

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

Portions of RGB colors in percentages

R + G + B =
139 + 75 + 137 = 351 (100%)
R 139 of 351 ~ 39.6%
G 75 of 351 ~ 21.37%
B 137 of 351 ~ 39.03%

%39.6
%21.37
%39.03

CMYK color model

#8B4B89 color CMYK value is (0,46,1,45).

  • cyan value is 0.00%
  • magenta value is 46.04%
  • yellow value is 1.44%
  • key color value is 45.49%
CMYK:
(0,46,1,45)
C0M46Y1K45 
(0%,46%,1%,45%)
(0.00/0.46/0.01/0.45)	

CMYK percentages

%0
%46.04
%1.44
%45.49

Codes

Color #8B4B89 in popluar color models

8B4B89
RGB13975137
HSL302°29.91%41.96%
HSB/HSV302°46.04%54.51%
CMYK0.00%46.04%1.44%
45.49%

Color #8B4B89 in popluar number systems.

HEX8B4B89
Decimal13975137
Binary10001011100101110001001
Octal213113211

Shades and tints

Shades of #8B4B89

#8B4B89
(139,75,137)
#7F457D
(127,69,125)
#733F71
(115,63,113)
#673965
(103,57,101)
#5B3359
(91,51,89)
#4F2D4D
(79,45,77)
#432741
(67,39,65)
#372135
(55,33,53)
#2B1B29
(43,27,41)
#1F151D
(31,21,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #8B4B89

#8B4B89
(139,75,137)
#955B93
(149,91,147)
#9F6B9D
(159,107,157)
#A97BA7
(169,123,167)
#B38BB1
(179,139,177)
#BD9BBB
(189,155,187)
#C7ABC5
(199,171,197)
#D1BBCF
(209,187,207)
#DBCBD9
(219,203,217)
#E5DBE3
(229,219,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4B89; }

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

This text font color is #8B4B89.


Background Color

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

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

This div background color is #8B4B89.


Border color

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

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

This div border color is #8B4B89.


Opacity

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

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

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

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

This text has shadow with #8B4B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4B89 on black background.


Color preview on white background

This text has color #8B4B89 on white background.



Black color preview on #8B4B89 background

This text has black color on #8B4B89 background.


White color preview on #8B4B89 background

This text has white color on #8B4B89 background.