COLOR #882E9E

HEX: #882E9E RGB: (136,46,158)

Color info

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

RGB color model

#882E9E color RGB value is (136,46,158).

RGB: (136,46,158) (53%, 18%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 46 of 255 = 18%
B 158 of 255 = 62%

136
46
158

R + G + B ~ 44%. #882E9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 46 + 158 = 340 (100%)
R 136 of 340 ~ 40%
G 46 of 340 ~ 13.53%
B 158 of 340 ~ 46.47'%

%40
%13.53
%46.47

CMYK color model

#882E9E color CMYK value is (14,71,0,38).

  • cyan value is 13.92%
  • magenta value is 70.89%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (14,71,0,38)
C14M71Y0K38 (14%, 71%, 0%, 38%)
(0.14 / 0.71 / 0.00 / 0.38)

CMYK percentages

%13.92
%70.89
%0
%38.04

Codes

Color #882E9E in popluar color models

88 2E 9E
RGB 136 46 158
HSL 288° 54.90% 40.00%
HSB/HSV 288° 70.89% 61.96%
CMYK 13.92% 70.89% 0.00%
38.04%

Color #882E9E in popluar number systems.

HEX 88 2E 9E
Decimal 136 46 158
Binary 10001000 101110 10011110
Octal 210 56 236

Shades and tints

Shades of #882E9E

#882E9E
(136,46,158)
#7C2A90
(124,42,144)
#702682
(112,38,130)
#642274
(100,34,116)
#581E66
(88,30,102)
#4C1A58
(76,26,88)
#40164A
(64,22,74)
#34123C
(52,18,60)
#280E2E
(40,14,46)
#1C0A20
(28,10,32)
#100612
(16,6,18)
#000000
(0,0,0)

Tints of #882E9E

#882E9E
(136,46,158)
#9241A6
(146,65,166)
#9C54AE
(156,84,174)
#A667B6
(166,103,182)
#B07ABE
(176,122,190)
#BA8DC6
(186,141,198)
#C4A0CE
(196,160,206)
#CEB3D6
(206,179,214)
#D8C6DE
(216,198,222)
#E2D9E6
(226,217,230)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882E9E color. Also use rgb(136,46,158) instead hex code.

Text Font Color

.myTextColor { color: #882E9E; }

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

This text font color is #882E9E.

Background Color

.myBgColor { background-color: #882E9E; }

<div style="background-color:#882E9E">Inner text</div>

This div background color is #882E9E.

Border color

.myBorderColor { border: 1px solid #882E9E; }

<div style="border:3px solid #882E9E">Div</div>

This div border color is #882E9E.

Opacity

.myOpacity80 { color: #882E9E; opacity: 0.8; }

<p style="color:#882E9E;opacity:0.8;">80%</p>

Text with #882E9E 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 #882E9E;}

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

This text has shadow with #882E9E color.


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

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

This text has shadow with #882E9E primary color and red secondary color.


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

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

This text has shadow with #882E9E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #882E9E.

Preview

Color preview on black background

This text has color #882E9E on black background.


Color preview on white background

This text has color #882E9E on white background.


Black color preview on #882E9E background

This text has black color on #882E9E background.


White color preview on #882E9E background

This text has white color on #882E9E background.


Related colors

Complementary color

Complementary color for #hex is #77D161.


I love getcolorcode.com

Triadic colors

1 #9E882E and #2E9E88 with #882E9E are triadic colors.

2 #9E2E88 and #2E889E with #882E9E are triadic colors.