COLOR #884D91

HEX: #884D91 RGB: (136,77,145)

Color info

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

RGB color model

#884D91 color RGB value is (136,77,145).

RGB: (136,77,145) (53%, 30%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 77 of 255 = 30%
B 145 of 255 = 57%

136
77
145

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

Portions of RGB colors in percentages

R + G + B = 136 + 77 + 145 = 358 (100%)
R 136 of 358 ~ 37.99%
G 77 of 358 ~ 21.51%
B 145 of 358 ~ 40.5'%

%37.99
%21.51
%40.5

CMYK color model

#884D91 color CMYK value is (6,47,0,43).

  • cyan value is 6.21%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (6,47,0,43)
C6M47Y0K43 (6%, 47%, 0%, 43%)
(0.06 / 0.47 / 0.00 / 0.43)

CMYK percentages

%6.21
%46.9
%0
%43.14

Codes

Color #884D91 in popluar color models

88 4D 91
RGB 136 77 145
HSL 292° 30.63% 43.53%
HSB/HSV 292° 46.90% 56.86%
CMYK 6.21% 46.90% 0.00%
43.14%

Color #884D91 in popluar number systems.

HEX 88 4D 91
Decimal 136 77 145
Binary 10001000 1001101 10010001
Octal 210 115 221

Shades and tints

Shades of #884D91

#884D91
(136,77,145)
#7C4684
(124,70,132)
#703F77
(112,63,119)
#64386A
(100,56,106)
#58315D
(88,49,93)
#4C2A50
(76,42,80)
#402343
(64,35,67)
#341C36
(52,28,54)
#281529
(40,21,41)
#1C0E1C
(28,14,28)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #884D91

#884D91
(136,77,145)
#925D9B
(146,93,155)
#9C6DA5
(156,109,165)
#A67DAF
(166,125,175)
#B08DB9
(176,141,185)
#BA9DC3
(186,157,195)
#C4ADCD
(196,173,205)
#CEBDD7
(206,189,215)
#D8CDE1
(216,205,225)
#E2DDEB
(226,221,235)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884D91 color. Also use rgb(136,77,145) instead hex code.

Text Font Color

.myTextColor { color: #884D91; }

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

This text font color is #884D91.

Background Color

.myBgColor { background-color: #884D91; }

<div style="background-color:#884D91">Inner text</div>

This div background color is #884D91.

Border color

.myBorderColor { border: 1px solid #884D91; }

<div style="border:3px solid #884D91">Div</div>

This div border color is #884D91.

Opacity

.myOpacity80 { color: #884D91; opacity: 0.8; }

<p style="color:#884D91;opacity:0.8;">80%</p>

Text with #884D91 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 #884D91;}

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

This text has shadow with #884D91 color.


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

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

This text has shadow with #884D91 primary color and red secondary color.


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

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

This text has shadow with #884D91 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #884D91.

Preview

Color preview on black background

This text has color #884D91 on black background.


Color preview on white background

This text has color #884D91 on white background.


Black color preview on #884D91 background

This text has black color on #884D91 background.


White color preview on #884D91 background

This text has white color on #884D91 background.


Related colors

Complementary color

Complementary color for #hex is #77B26E.


I love getcolorcode.com

Triadic colors

1 #91884D and #4D9188 with #884D91 are triadic colors.

2 #914D88 and #4D8891 with #884D91 are triadic colors.