COLOR #884EAB

HEX: #884EAB
RGB: (136,78,171)

Color info

#884EAB contains mainly red and blue colors. Web safe color of #884EAB is #996699 (or #969).

RGB color model

#884EAB color RGB value is (136,78,171).

  • red value is 136;
  • green value is 78;
  • blue value is 171.
RGB:
(136,78,171)
(53%,31%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 78 of 255 = 31%
B 171 of 255 = 67%

136
78
171

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

Portions of RGB colors in percentages

R + G + B =
136 + 78 + 171 = 385 (100%)
R 136 of 385 ~ 35.32%
G 78 of 385 ~ 20.26%
B 171 of 385 ~ 44.42%

%35.32
%20.26
%44.42

CMYK color model

#884EAB color CMYK value is (20,54,0,33).

  • cyan value is 20.47%
  • magenta value is 54.39%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,54,0,33)
C20M54Y0K33 
(20%,54%,0%,33%)
(0.20/0.54/0.00/0.33)	

CMYK percentages

%20.47
%54.39
%0
%32.94

Codes

Color #884EAB in popluar color models

884EAB
RGB13678171
HSL277°37.35%48.82%
HSB/HSV277°54.39%67.06%
CMYK20.47%54.39%0.00%
32.94%

Color #884EAB in popluar number systems.

HEX884EAB
Decimal13678171
Binary10001000100111010101011
Octal210116253

Shades and tints

Shades of #884EAB

#884EAB
(136,78,171)
#7C479C
(124,71,156)
#70408D
(112,64,141)
#64397E
(100,57,126)
#58326F
(88,50,111)
#4C2B60
(76,43,96)
#402451
(64,36,81)
#341D42
(52,29,66)
#281633
(40,22,51)
#1C0F24
(28,15,36)
#100815
(16,8,21)
#000000
(0,0,0)

Tints of #884EAB

#884EAB
(136,78,171)
#925EB2
(146,94,178)
#9C6EB9
(156,110,185)
#A67EC0
(166,126,192)
#B08EC7
(176,142,199)
#BA9ECE
(186,158,206)
#C4AED5
(196,174,213)
#CEBEDC
(206,190,220)
#D8CEE3
(216,206,227)
#E2DEEA
(226,222,234)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884EAB color. Also use rgb(136,78,171) instead hex code.

Text Font Color

.myTextColor { color: #884EAB; }

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

This text font color is #884EAB.


Background Color

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

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

This div background color is #884EAB.


Border color

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

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

This div border color is #884EAB.


Opacity

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

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

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

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

This text has shadow with #884EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884EAB on black background.


Color preview on white background

This text has color #884EAB on white background.



Black color preview on #884EAB background

This text has black color on #884EAB background.


White color preview on #884EAB background

This text has white color on #884EAB background.