COLOR #8B4588

HEX: #8B4588 RGB: (139,69,136)

Color info

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

RGB color model

#8B4588 color RGB value is (139,69,136).

RGB: (139,69,136) (55%, 27%, 53%)

RGB channels and saturation

R 139 of 255 = 55%
G 69 of 255 = 27%
B 136 of 255 = 53%

139
69
136

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

Portions of RGB colors in percentages

R + G + B = 139 + 69 + 136 = 344 (100%)
R 139 of 344 ~ 40.41%
G 69 of 344 ~ 20.06%
B 136 of 344 ~ 39.53'%

%40.41
%20.06
%39.53

CMYK color model

#8B4588 color CMYK value is (0,50,2,45).

  • cyan value is 0.00%
  • magenta value is 50.36%
  • yellow value is 2.16%
  • key color value is 45.49%

CMYK: (0,50,2,45)
C0M50Y2K45 (0%, 50%, 2%, 45%)
(0.00 / 0.50 / 0.02 / 0.45)

CMYK percentages

%0
%50.36
%2.16
%45.49

Codes

Color #8B4588 in popluar color models

8B 45 88
RGB 139 69 136
HSL 303° 33.65% 40.78%
HSB/HSV 303° 50.36% 54.51%
CMYK 0.00% 50.36% 2.16%
45.49%

Color #8B4588 in popluar number systems.

HEX 8B 45 88
Decimal 139 69 136
Binary 10001011 1000101 10001000
Octal 213 105 210

Shades and tints

Shades of #8B4588

#8B4588
(139,69,136)
#7F3F7C
(127,63,124)
#733970
(115,57,112)
#673364
(103,51,100)
#5B2D58
(91,45,88)
#4F274C
(79,39,76)
#432140
(67,33,64)
#371B34
(55,27,52)
#2B1528
(43,21,40)
#1F0F1C
(31,15,28)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #8B4588

#8B4588
(139,69,136)
#955592
(149,85,146)
#9F659C
(159,101,156)
#A975A6
(169,117,166)
#B385B0
(179,133,176)
#BD95BA
(189,149,186)
#C7A5C4
(199,165,196)
#D1B5CE
(209,181,206)
#DBC5D8
(219,197,216)
#E5D5E2
(229,213,226)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4588 color. Also use rgb(139,69,136) instead hex code.

Text Font Color

.myTextColor { color: #8B4588; }

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

This text font color is #8B4588.

Background Color

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

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

This div background color is #8B4588.

Border color

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

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

This div border color is #8B4588.

Opacity

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

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

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

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

This text has shadow with #8B4588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4588.

Preview

Color preview on black background

This text has color #8B4588 on black background.


Color preview on white background

This text has color #8B4588 on white background.


Black color preview on #8B4588 background

This text has black color on #8B4588 background.


White color preview on #8B4588 background

This text has white color on #8B4588 background.


Related colors

Complementary color

Complementary color for #hex is #74BA77.


I love getcolorcode.com

Triadic colors

1 #888B45 and #45888B with #8B4588 are triadic colors.

2 #88458B and #458B88 with #8B4588 are triadic colors.