COLOR #8872B1

HEX: #8872B1 RGB: (136,114,177)

Color info

#8872B1 contains mainly red and blue colors. Web safe color of #8872B1 is #996699 (or #969).

RGB color model

#8872B1 color RGB value is (136,114,177).

RGB: (136,114,177) (53%, 45%, 69%)

RGB channels and saturation

R 136 of 255 = 53%
G 114 of 255 = 45%
B 177 of 255 = 69%

136
114
177

R + G + B ~ 56%. #8872B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 114 + 177 = 427 (100%)
R 136 of 427 ~ 31.85%
G 114 of 427 ~ 26.7%
B 177 of 427 ~ 41.45'%

%31.85
%26.7
%41.45

CMYK color model

#8872B1 color CMYK value is (23,36,0,31).

  • cyan value is 23.16%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (23,36,0,31)
C23M36Y0K31 (23%, 36%, 0%, 31%)
(0.23 / 0.36 / 0.00 / 0.31)

CMYK percentages

%23.16
%35.59
%0
%30.59

Codes

Color #8872B1 in popluar color models

88 72 B1
RGB 136 114 177
HSL 261° 28.77% 57.06%
HSB/HSV 261° 35.59% 69.41%
CMYK 23.16% 35.59% 0.00%
30.59%

Color #8872B1 in popluar number systems.

HEX 88 72 B1
Decimal 136 114 177
Binary 10001000 1110010 10110001
Octal 210 162 261

Shades and tints

Shades of #8872B1

#8872B1
(136,114,177)
#7C68A1
(124,104,161)
#705E91
(112,94,145)
#645481
(100,84,129)
#584A71
(88,74,113)
#4C4061
(76,64,97)
#403651
(64,54,81)
#342C41
(52,44,65)
#282231
(40,34,49)
#1C1821
(28,24,33)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #8872B1

#8872B1
(136,114,177)
#927EB8
(146,126,184)
#9C8ABF
(156,138,191)
#A696C6
(166,150,198)
#B0A2CD
(176,162,205)
#BAAED4
(186,174,212)
#C4BADB
(196,186,219)
#CEC6E2
(206,198,226)
#D8D2E9
(216,210,233)
#E2DEF0
(226,222,240)
#ECEAF7
(236,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8872B1 color. Also use rgb(136,114,177) instead hex code.

Text Font Color

.myTextColor { color: #8872B1; }

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

This text font color is #8872B1.

Background Color

.myBgColor { background-color: #8872B1; }

<div style="background-color:#8872B1">Inner text</div>

This div background color is #8872B1.

Border color

.myBorderColor { border: 1px solid #8872B1; }

<div style="border:3px solid #8872B1">Div</div>

This div border color is #8872B1.

Opacity

.myOpacity80 { color: #8872B1; opacity: 0.8; }

<p style="color:#8872B1;opacity:0.8;">80%</p>

Text with #8872B1 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 #8872B1;}

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

This text has shadow with #8872B1 color.


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

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

This text has shadow with #8872B1 primary color and red secondary color.


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

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

This text has shadow with #8872B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8872B1.

Preview

Color preview on black background

This text has color #8872B1 on black background.


Color preview on white background

This text has color #8872B1 on white background.


Black color preview on #8872B1 background

This text has black color on #8872B1 background.


White color preview on #8872B1 background

This text has white color on #8872B1 background.


Related colors

Complementary color

Complementary color for #hex is #778D4E.


I love getcolorcode.com

Triadic colors

1 #B18872 and #72B188 with #8872B1 are triadic colors.

2 #B17288 and #7288B1 with #8872B1 are triadic colors.