COLOR #884DA6

HEX: #884DA6 RGB: (136,77,166)

Color info

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

RGB color model

#884DA6 color RGB value is (136,77,166).

RGB: (136,77,166) (53%, 30%, 65%)

RGB channels and saturation

R 136 of 255 = 53%
G 77 of 255 = 30%
B 166 of 255 = 65%

136
77
166

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

Portions of RGB colors in percentages

R + G + B = 136 + 77 + 166 = 379 (100%)
R 136 of 379 ~ 35.88%
G 77 of 379 ~ 20.32%
B 166 of 379 ~ 43.8'%

%35.88
%20.32
%43.8

CMYK color model

#884DA6 color CMYK value is (18,54,0,35).

  • cyan value is 18.07%
  • magenta value is 53.61%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (18,54,0,35)
C18M54Y0K35 (18%, 54%, 0%, 35%)
(0.18 / 0.54 / 0.00 / 0.35)

CMYK percentages

%18.07
%53.61
%0
%34.9

Codes

Color #884DA6 in popluar color models

88 4D A6
RGB 136 77 166
HSL 280° 36.63% 47.65%
HSB/HSV 280° 53.61% 65.10%
CMYK 18.07% 53.61% 0.00%
34.90%

Color #884DA6 in popluar number systems.

HEX 88 4D A6
Decimal 136 77 166
Binary 10001000 1001101 10100110
Octal 210 115 246

Shades and tints

Shades of #884DA6

#884DA6
(136,77,166)
#7C4697
(124,70,151)
#703F88
(112,63,136)
#643879
(100,56,121)
#58316A
(88,49,106)
#4C2A5B
(76,42,91)
#40234C
(64,35,76)
#341C3D
(52,28,61)
#28152E
(40,21,46)
#1C0E1F
(28,14,31)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #884DA6

#884DA6
(136,77,166)
#925DAE
(146,93,174)
#9C6DB6
(156,109,182)
#A67DBE
(166,125,190)
#B08DC6
(176,141,198)
#BA9DCE
(186,157,206)
#C4ADD6
(196,173,214)
#CEBDDE
(206,189,222)
#D8CDE6
(216,205,230)
#E2DDEE
(226,221,238)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884DA6; }

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

This text font color is #884DA6.

Background Color

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

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

This div background color is #884DA6.

Border color

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

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

This div border color is #884DA6.

Opacity

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

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

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

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

This text has shadow with #884DA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884DA6.

Preview

Color preview on black background

This text has color #884DA6 on black background.


Color preview on white background

This text has color #884DA6 on white background.


Black color preview on #884DA6 background

This text has black color on #884DA6 background.


White color preview on #884DA6 background

This text has white color on #884DA6 background.


Related colors

Complementary color

Complementary color for #hex is #77B259.


I love getcolorcode.com

Triadic colors

1 #A6884D and #4DA688 with #884DA6 are triadic colors.

2 #A64D88 and #4D88A6 with #884DA6 are triadic colors.