COLOR #884F85

HEX: #884F85
RGB: (136,79,133)

Color info

#884F85 contains red, green and blue colors in about the same proportion. Web safe color of #884F85 is #996699 (or #969).

RGB color model

#884F85 color RGB value is (136,79,133).

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

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 133 of 255 = 52%

136
79
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 79 + 133 = 348 (100%)
R 136 of 348 ~ 39.08%
G 79 of 348 ~ 22.7%
B 133 of 348 ~ 38.22%

%39.08
%22.7
%38.22

CMYK color model

#884F85 color CMYK value is (0,42,2,47).

  • cyan value is 0.00%
  • magenta value is 41.91%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK:
(0,42,2,47)
C0M42Y2K47 
(0%,42%,2%,47%)
(0.00/0.42/0.02/0.47)	

CMYK percentages

%0
%41.91
%2.21
%46.67

Codes

Color #884F85 in popluar color models

884F85
RGB13679133
HSL303°26.51%42.16%
HSB/HSV303°41.91%53.33%
CMYK0.00%41.91%2.21%
46.67%

Color #884F85 in popluar number systems.

HEX884F85
Decimal13679133
Binary10001000100111110000101
Octal210117205

Shades and tints

Shades of #884F85

#884F85
(136,79,133)
#7C4879
(124,72,121)
#70416D
(112,65,109)
#643A61
(100,58,97)
#583355
(88,51,85)
#4C2C49
(76,44,73)
#40253D
(64,37,61)
#341E31
(52,30,49)
#281725
(40,23,37)
#1C1019
(28,16,25)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #884F85

#884F85
(136,79,133)
#925F90
(146,95,144)
#9C6F9B
(156,111,155)
#A67FA6
(166,127,166)
#B08FB1
(176,143,177)
#BA9FBC
(186,159,188)
#C4AFC7
(196,175,199)
#CEBFD2
(206,191,210)
#D8CFDD
(216,207,221)
#E2DFE8
(226,223,232)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884F85; }

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

This text font color is #884F85.


Background Color

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

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

This div background color is #884F85.


Border color

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

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

This div border color is #884F85.


Opacity

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

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

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

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

This text has shadow with #884F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884F85 on black background.


Color preview on white background

This text has color #884F85 on white background.



Black color preview on #884F85 background

This text has black color on #884F85 background.


White color preview on #884F85 background

This text has white color on #884F85 background.