COLOR #884579

HEX: #884579
RGB: (136,69,121)

Color info

#884579 contains mainly red and blue colors. Web safe color of #884579 is #993366 (or #936).

RGB color model

#884579 color RGB value is (136,69,121).

  • red value is 136;
  • green value is 69;
  • blue value is 121.
RGB:
(136,69,121)
(53%,27%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 69 of 255 = 27%
B 121 of 255 = 47%

136
69
121

R + G + B ~ 42%. #884579 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 69 + 121 = 326 (100%)
R 136 of 326 ~ 41.72%
G 69 of 326 ~ 21.17%
B 121 of 326 ~ 37.12%

%41.72
%21.17
%37.12

CMYK color model

#884579 color CMYK value is (0,49,11,47).

  • cyan value is 0.00%
  • magenta value is 49.26%
  • yellow value is 11.03%
  • key color value is 46.67%
CMYK:
(0,49,11,47)
C0M49Y11K47 
(0%,49%,11%,47%)
(0.00/0.49/0.11/0.47)	

CMYK percentages

%0
%49.26
%11.03
%46.67

Codes

Color #884579 in popluar color models

884579
RGB13669121
HSL313°32.68%40.20%
HSB/HSV313°49.26%53.33%
CMYK0.00%49.26%11.03%
46.67%

Color #884579 in popluar number systems.

HEX884579
Decimal13669121
Binary1000100010001011111001
Octal210105171

Shades and tints

Shades of #884579

#884579
(136,69,121)
#7C3F6E
(124,63,110)
#703963
(112,57,99)
#643358
(100,51,88)
#582D4D
(88,45,77)
#4C2742
(76,39,66)
#402137
(64,33,55)
#341B2C
(52,27,44)
#281521
(40,21,33)
#1C0F16
(28,15,22)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #884579

#884579
(136,69,121)
#925585
(146,85,133)
#9C6591
(156,101,145)
#A6759D
(166,117,157)
#B085A9
(176,133,169)
#BA95B5
(186,149,181)
#C4A5C1
(196,165,193)
#CEB5CD
(206,181,205)
#D8C5D9
(216,197,217)
#E2D5E5
(226,213,229)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884579 color. Also use rgb(136,69,121) instead hex code.

Text Font Color

.myTextColor { color: #884579; }

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

This text font color is #884579.


Background Color

.myBgColor { background-color: #884579; }

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

This div background color is #884579.


Border color

.myBorderColor { border: 1px solid #884579; }

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

This div border color is #884579.


Opacity

.myOpacity80 { color: #884579; opacity: 0.8; }

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

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

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

This text has shadow with #884579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884579 on black background.


Color preview on white background

This text has color #884579 on white background.



Black color preview on #884579 background

This text has black color on #884579 background.


White color preview on #884579 background

This text has white color on #884579 background.