COLOR #884F93

HEX: #884F93
RGB: (136,79,147)

Color info

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

RGB color model

#884F93 color RGB value is (136,79,147).

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

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 147 of 255 = 58%

136
79
147

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

Portions of RGB colors in percentages

R + G + B =
136 + 79 + 147 = 362 (100%)
R 136 of 362 ~ 37.57%
G 79 of 362 ~ 21.82%
B 147 of 362 ~ 40.61%

%37.57
%21.82
%40.61

CMYK color model

#884F93 color CMYK value is (7,46,0,42).

  • cyan value is 7.48%
  • magenta value is 46.26%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,46,0,42)
C7M46Y0K42 
(7%,46%,0%,42%)
(0.07/0.46/0.00/0.42)	

CMYK percentages

%7.48
%46.26
%0
%42.35

Codes

Color #884F93 in popluar color models

884F93
RGB13679147
HSL290°30.09%44.31%
HSB/HSV290°46.26%57.65%
CMYK7.48%46.26%0.00%
42.35%

Color #884F93 in popluar number systems.

HEX884F93
Decimal13679147
Binary10001000100111110010011
Octal210117223

Shades and tints

Shades of #884F93

#884F93
(136,79,147)
#7C4886
(124,72,134)
#704179
(112,65,121)
#643A6C
(100,58,108)
#58335F
(88,51,95)
#4C2C52
(76,44,82)
#402545
(64,37,69)
#341E38
(52,30,56)
#28172B
(40,23,43)
#1C101E
(28,16,30)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #884F93

#884F93
(136,79,147)
#925F9C
(146,95,156)
#9C6FA5
(156,111,165)
#A67FAE
(166,127,174)
#B08FB7
(176,143,183)
#BA9FC0
(186,159,192)
#C4AFC9
(196,175,201)
#CEBFD2
(206,191,210)
#D8CFDB
(216,207,219)
#E2DFE4
(226,223,228)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884F93; }

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

This text font color is #884F93.


Background Color

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

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

This div background color is #884F93.


Border color

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

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

This div border color is #884F93.


Opacity

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

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

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

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

This text has shadow with #884F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884F93 on black background.


Color preview on white background

This text has color #884F93 on white background.



Black color preview on #884F93 background

This text has black color on #884F93 background.


White color preview on #884F93 background

This text has white color on #884F93 background.