COLOR #884D93

HEX: #884D93 RGB: (136,77,147)

Color info

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

RGB color model

#884D93 color RGB value is (136,77,147).

RGB: (136,77,147) (53%, 30%, 58%)

RGB channels and saturation

R 136 of 255 = 53%
G 77 of 255 = 30%
B 147 of 255 = 58%

136
77
147

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

Portions of RGB colors in percentages

R + G + B = 136 + 77 + 147 = 360 (100%)
R 136 of 360 ~ 37.78%
G 77 of 360 ~ 21.39%
B 147 of 360 ~ 40.83'%

%37.78
%21.39
%40.83

CMYK color model

#884D93 color CMYK value is (7,48,0,42).

  • cyan value is 7.48%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (7,48,0,42)
C7M48Y0K42 (7%, 48%, 0%, 42%)
(0.07 / 0.48 / 0.00 / 0.42)

CMYK percentages

%7.48
%47.62
%0
%42.35

Codes

Color #884D93 in popluar color models

88 4D 93
RGB 136 77 147
HSL 291° 31.25% 43.92%
HSB/HSV 291° 47.62% 57.65%
CMYK 7.48% 47.62% 0.00%
42.35%

Color #884D93 in popluar number systems.

HEX 88 4D 93
Decimal 136 77 147
Binary 10001000 1001101 10010011
Octal 210 115 223

Shades and tints

Shades of #884D93

#884D93
(136,77,147)
#7C4686
(124,70,134)
#703F79
(112,63,121)
#64386C
(100,56,108)
#58315F
(88,49,95)
#4C2A52
(76,42,82)
#402345
(64,35,69)
#341C38
(52,28,56)
#28152B
(40,21,43)
#1C0E1E
(28,14,30)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #884D93

#884D93
(136,77,147)
#925D9C
(146,93,156)
#9C6DA5
(156,109,165)
#A67DAE
(166,125,174)
#B08DB7
(176,141,183)
#BA9DC0
(186,157,192)
#C4ADC9
(196,173,201)
#CEBDD2
(206,189,210)
#D8CDDB
(216,205,219)
#E2DDE4
(226,221,228)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884D93; }

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

This text font color is #884D93.

Background Color

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

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

This div background color is #884D93.

Border color

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

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

This div border color is #884D93.

Opacity

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

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

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

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

This text has shadow with #884D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884D93.

Preview

Color preview on black background

This text has color #884D93 on black background.


Color preview on white background

This text has color #884D93 on white background.


Black color preview on #884D93 background

This text has black color on #884D93 background.


White color preview on #884D93 background

This text has white color on #884D93 background.


Related colors

Complementary color

Complementary color for #hex is #77B26C.


I love getcolorcode.com

Triadic colors

1 #93884D and #4D9388 with #884D93 are triadic colors.

2 #934D88 and #4D8893 with #884D93 are triadic colors.