COLOR #882D9C

HEX: #882D9C
RGB: (136,45,156)

Color info

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

RGB color model

#882D9C color RGB value is (136,45,156).

  • red value is 136;
  • green value is 45;
  • blue value is 156.
RGB:
(136,45,156)
(53%,18%,61%)

RGB channels and saturation

R 136 of 255 = 53%
G 45 of 255 = 18%
B 156 of 255 = 61%

136
45
156

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

Portions of RGB colors in percentages

R + G + B =
136 + 45 + 156 = 337 (100%)
R 136 of 337 ~ 40.36%
G 45 of 337 ~ 13.35%
B 156 of 337 ~ 46.29%

%40.36
%13.35
%46.29

CMYK color model

#882D9C color CMYK value is (13,71,0,39).

  • cyan value is 12.82%
  • magenta value is 71.15%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,71,0,39)
C13M71Y0K39 
(13%,71%,0%,39%)
(0.13/0.71/0.00/0.39)	

CMYK percentages

%12.82
%71.15
%0
%38.82

Codes

Color #882D9C in popluar color models

882D9C
RGB13645156
HSL289°55.22%39.41%
HSB/HSV289°71.15%61.18%
CMYK12.82%71.15%0.00%
38.82%

Color #882D9C in popluar number systems.

HEX882D9C
Decimal13645156
Binary1000100010110110011100
Octal21055234

Shades and tints

Shades of #882D9C

#882D9C
(136,45,156)
#7C298E
(124,41,142)
#702580
(112,37,128)
#642172
(100,33,114)
#581D64
(88,29,100)
#4C1956
(76,25,86)
#401548
(64,21,72)
#34113A
(52,17,58)
#280D2C
(40,13,44)
#1C091E
(28,9,30)
#100510
(16,5,16)
#000000
(0,0,0)

Tints of #882D9C

#882D9C
(136,45,156)
#9240A5
(146,64,165)
#9C53AE
(156,83,174)
#A666B7
(166,102,183)
#B079C0
(176,121,192)
#BA8CC9
(186,140,201)
#C49FD2
(196,159,210)
#CEB2DB
(206,178,219)
#D8C5E4
(216,197,228)
#E2D8ED
(226,216,237)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882D9C color. Also use rgb(136,45,156) instead hex code.

Text Font Color

.myTextColor { color: #882D9C; }

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

This text font color is #882D9C.


Background Color

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

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

This div background color is #882D9C.


Border color

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

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

This div border color is #882D9C.


Opacity

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

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

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

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

This text has shadow with #882D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882D9C on black background.


Color preview on white background

This text has color #882D9C on white background.



Black color preview on #882D9C background

This text has black color on #882D9C background.


White color preview on #882D9C background

This text has white color on #882D9C background.