COLOR #884784

HEX: #884784
RGB: (136,71,132)

Color info

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

RGB color model

#884784 color RGB value is (136,71,132).

  • red value is 136;
  • green value is 71;
  • blue value is 132.
RGB:
(136,71,132)
(53%,28%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 71 of 255 = 28%
B 132 of 255 = 52%

136
71
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 71 + 132 = 339 (100%)
R 136 of 339 ~ 40.12%
G 71 of 339 ~ 20.94%
B 132 of 339 ~ 38.94%

%40.12
%20.94
%38.94

CMYK color model

#884784 color CMYK value is (0,48,3,47).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(0,48,3,47)
C0M48Y3K47 
(0%,48%,3%,47%)
(0.00/0.48/0.03/0.47)	

CMYK percentages

%0
%47.79
%2.94
%46.67

Codes

Color #884784 in popluar color models

884784
RGB13671132
HSL304°31.40%40.59%
HSB/HSV304°47.79%53.33%
CMYK0.00%47.79%2.94%
46.67%

Color #884784 in popluar number systems.

HEX884784
Decimal13671132
Binary10001000100011110000100
Octal210107204

Shades and tints

Shades of #884784

#884784
(136,71,132)
#7C4178
(124,65,120)
#703B6C
(112,59,108)
#643560
(100,53,96)
#582F54
(88,47,84)
#4C2948
(76,41,72)
#40233C
(64,35,60)
#341D30
(52,29,48)
#281724
(40,23,36)
#1C1118
(28,17,24)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #884784

#884784
(136,71,132)
#92578F
(146,87,143)
#9C679A
(156,103,154)
#A677A5
(166,119,165)
#B087B0
(176,135,176)
#BA97BB
(186,151,187)
#C4A7C6
(196,167,198)
#CEB7D1
(206,183,209)
#D8C7DC
(216,199,220)
#E2D7E7
(226,215,231)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884784 color. Also use rgb(136,71,132) instead hex code.

Text Font Color

.myTextColor { color: #884784; }

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

This text font color is #884784.


Background Color

.myBgColor { background-color: #884784; }

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

This div background color is #884784.


Border color

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

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

This div border color is #884784.


Opacity

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

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

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

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

This text has shadow with #884784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884784 on black background.


Color preview on white background

This text has color #884784 on white background.



Black color preview on #884784 background

This text has black color on #884784 background.


White color preview on #884784 background

This text has white color on #884784 background.