COLOR #8871C8

HEX: #8871C8 RGB: (136,113,200)

Color info

#8871C8 contains mainly blue color. Web safe color of #8871C8 is #9966CC (or #96C).

RGB color model

#8871C8 color RGB value is (136,113,200).

RGB: (136,113,200) (53%, 44%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 113 of 255 = 44%
B 200 of 255 = 78%

136
113
200

R + G + B ~ 58%. #8871C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 113 + 200 = 449 (100%)
R 136 of 449 ~ 30.29%
G 113 of 449 ~ 25.17%
B 200 of 449 ~ 44.54'%

%30.29
%25.17
%44.54

CMYK color model

#8871C8 color CMYK value is (32,44,0,22).

  • cyan value is 32.00%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (32,44,0,22)
C32M44Y0K22 (32%, 44%, 0%, 22%)
(0.32 / 0.44 / 0.00 / 0.22)

CMYK percentages

%32
%43.5
%0
%21.57

Codes

Color #8871C8 in popluar color models

88 71 C8
RGB 136 113 200
HSL 256° 44.16% 61.37%
HSB/HSV 256° 43.50% 78.43%
CMYK 32.00% 43.50% 0.00%
21.57%

Color #8871C8 in popluar number systems.

HEX 88 71 C8
Decimal 136 113 200
Binary 10001000 1110001 11001000
Octal 210 161 310

Shades and tints

Shades of #8871C8

#8871C8
(136,113,200)
#7C67B6
(124,103,182)
#705DA4
(112,93,164)
#645392
(100,83,146)
#584980
(88,73,128)
#4C3F6E
(76,63,110)
#40355C
(64,53,92)
#342B4A
(52,43,74)
#282138
(40,33,56)
#1C1726
(28,23,38)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #8871C8

#8871C8
(136,113,200)
#927DCD
(146,125,205)
#9C89D2
(156,137,210)
#A695D7
(166,149,215)
#B0A1DC
(176,161,220)
#BAADE1
(186,173,225)
#C4B9E6
(196,185,230)
#CEC5EB
(206,197,235)
#D8D1F0
(216,209,240)
#E2DDF5
(226,221,245)
#ECE9FA
(236,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8871C8 color. Also use rgb(136,113,200) instead hex code.

Text Font Color

.myTextColor { color: #8871C8; }

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

This text font color is #8871C8.

Background Color

.myBgColor { background-color: #8871C8; }

<div style="background-color:#8871C8">Inner text</div>

This div background color is #8871C8.

Border color

.myBorderColor { border: 1px solid #8871C8; }

<div style="border:3px solid #8871C8">Div</div>

This div border color is #8871C8.

Opacity

.myOpacity80 { color: #8871C8; opacity: 0.8; }

<p style="color:#8871C8;opacity:0.8;">80%</p>

Text with #8871C8 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 #8871C8;}

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

This text has shadow with #8871C8 color.


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

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

This text has shadow with #8871C8 primary color and red secondary color.


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

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

This text has shadow with #8871C8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8871C8.

Preview

Color preview on black background

This text has color #8871C8 on black background.


Color preview on white background

This text has color #8871C8 on white background.


Black color preview on #8871C8 background

This text has black color on #8871C8 background.


White color preview on #8871C8 background

This text has white color on #8871C8 background.


Related colors

Complementary color

Complementary color for #hex is #778E37.


I love getcolorcode.com

Triadic colors

1 #C88871 and #71C888 with #8871C8 are triadic colors.

2 #C87188 and #7188C8 with #8871C8 are triadic colors.