COLOR #8B5688

HEX: #8B5688 RGB: (139,86,136)

Color info

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

RGB color model

#8B5688 color RGB value is (139,86,136).

RGB: (139,86,136) (55%, 34%, 53%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 136 of 255 = 53%

139
86
136

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

Portions of RGB colors in percentages

R + G + B = 139 + 86 + 136 = 361 (100%)
R 139 of 361 ~ 38.5%
G 86 of 361 ~ 23.82%
B 136 of 361 ~ 37.67'%

%38.5
%23.82
%37.67

CMYK color model

#8B5688 color CMYK value is (0,38,2,45).

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

CMYK: (0,38,2,45)
C0M38Y2K45 (0%, 38%, 2%, 45%)
(0.00 / 0.38 / 0.02 / 0.45)

CMYK percentages

%0
%38.13
%2.16
%45.49

Codes

Color #8B5688 in popluar color models

8B 56 88
RGB 139 86 136
HSL 303° 23.56% 44.12%
HSB/HSV 303° 38.13% 54.51%
CMYK 0.00% 38.13% 2.16%
45.49%

Color #8B5688 in popluar number systems.

HEX 8B 56 88
Decimal 139 86 136
Binary 10001011 1010110 10001000
Octal 213 126 210

Shades and tints

Shades of #8B5688

#8B5688
(139,86,136)
#7F4F7C
(127,79,124)
#734870
(115,72,112)
#674164
(103,65,100)
#5B3A58
(91,58,88)
#4F334C
(79,51,76)
#432C40
(67,44,64)
#372534
(55,37,52)
#2B1E28
(43,30,40)
#1F171C
(31,23,28)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #8B5688

#8B5688
(139,86,136)
#956592
(149,101,146)
#9F749C
(159,116,156)
#A983A6
(169,131,166)
#B392B0
(179,146,176)
#BDA1BA
(189,161,186)
#C7B0C4
(199,176,196)
#D1BFCE
(209,191,206)
#DBCED8
(219,206,216)
#E5DDE2
(229,221,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5688; }

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

This text font color is #8B5688.

Background Color

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

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

This div background color is #8B5688.

Border color

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

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

This div border color is #8B5688.

Opacity

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

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

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

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

This text has shadow with #8B5688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5688.

Preview

Color preview on black background

This text has color #8B5688 on black background.


Color preview on white background

This text has color #8B5688 on white background.


Black color preview on #8B5688 background

This text has black color on #8B5688 background.


White color preview on #8B5688 background

This text has white color on #8B5688 background.


Related colors

Complementary color

Complementary color for #hex is #74A977.


I love getcolorcode.com

Triadic colors

1 #888B56 and #56888B with #8B5688 are triadic colors.

2 #88568B and #568B88 with #8B5688 are triadic colors.