COLOR #884FAA

HEX: #884FAA
RGB: (136,79,170)

Color info

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

RGB color model

#884FAA color RGB value is (136,79,170).

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

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 170 of 255 = 67%

136
79
170

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

Portions of RGB colors in percentages

R + G + B =
136 + 79 + 170 = 385 (100%)
R 136 of 385 ~ 35.32%
G 79 of 385 ~ 20.52%
B 170 of 385 ~ 44.16%

%35.32
%20.52
%44.16

CMYK color model

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

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

CMYK percentages

%20
%53.53
%0
%33.33

Codes

Color #884FAA in popluar color models

884FAA
RGB13679170
HSL278°36.55%48.82%
HSB/HSV278°53.53%66.67%
CMYK20.00%53.53%0.00%
33.33%

Color #884FAA in popluar number systems.

HEX884FAA
Decimal13679170
Binary10001000100111110101010
Octal210117252

Shades and tints

Shades of #884FAA

#884FAA
(136,79,170)
#7C489B
(124,72,155)
#70418C
(112,65,140)
#643A7D
(100,58,125)
#58336E
(88,51,110)
#4C2C5F
(76,44,95)
#402550
(64,37,80)
#341E41
(52,30,65)
#281732
(40,23,50)
#1C1023
(28,16,35)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #884FAA

#884FAA
(136,79,170)
#925FB1
(146,95,177)
#9C6FB8
(156,111,184)
#A67FBF
(166,127,191)
#B08FC6
(176,143,198)
#BA9FCD
(186,159,205)
#C4AFD4
(196,175,212)
#CEBFDB
(206,191,219)
#D8CFE2
(216,207,226)
#E2DFE9
(226,223,233)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884FAA color. Also use rgb(136,79,170) instead hex code.

Text Font Color

.myTextColor { color: #884FAA; }

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

This text font color is #884FAA.


Background Color

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

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

This div background color is #884FAA.


Border color

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

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

This div border color is #884FAA.


Opacity

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

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

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

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

This text has shadow with #884FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884FAA on black background.


Color preview on white background

This text has color #884FAA on white background.



Black color preview on #884FAA background

This text has black color on #884FAA background.


White color preview on #884FAA background

This text has white color on #884FAA background.