COLOR #884F9E

HEX: #884F9E
RGB: (136,79,158)

Color info

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

RGB color model

#884F9E color RGB value is (136,79,158).

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

RGB channels and saturation

R 136 of 255 = 53%
G 79 of 255 = 31%
B 158 of 255 = 62%

136
79
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 79 + 158 = 373 (100%)
R 136 of 373 ~ 36.46%
G 79 of 373 ~ 21.18%
B 158 of 373 ~ 42.36%

%36.46
%21.18
%42.36

CMYK color model

#884F9E color CMYK value is (14,50,0,38).

  • cyan value is 13.92%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(14,50,0,38)
C14M50Y0K38 
(14%,50%,0%,38%)
(0.14/0.50/0.00/0.38)	

CMYK percentages

%13.92
%50
%0
%38.04

Codes

Color #884F9E in popluar color models

884F9E
RGB13679158
HSL283°33.33%46.47%
HSB/HSV283°50.00%61.96%
CMYK13.92%50.00%0.00%
38.04%

Color #884F9E in popluar number systems.

HEX884F9E
Decimal13679158
Binary10001000100111110011110
Octal210117236

Shades and tints

Shades of #884F9E

#884F9E
(136,79,158)
#7C4890
(124,72,144)
#704182
(112,65,130)
#643A74
(100,58,116)
#583366
(88,51,102)
#4C2C58
(76,44,88)
#40254A
(64,37,74)
#341E3C
(52,30,60)
#28172E
(40,23,46)
#1C1020
(28,16,32)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #884F9E

#884F9E
(136,79,158)
#925FA6
(146,95,166)
#9C6FAE
(156,111,174)
#A67FB6
(166,127,182)
#B08FBE
(176,143,190)
#BA9FC6
(186,159,198)
#C4AFCE
(196,175,206)
#CEBFD6
(206,191,214)
#D8CFDE
(216,207,222)
#E2DFE6
(226,223,230)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884F9E; }

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

This text font color is #884F9E.


Background Color

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

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

This div background color is #884F9E.


Border color

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

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

This div border color is #884F9E.


Opacity

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

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

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

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

This text has shadow with #884F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884F9E on black background.


Color preview on white background

This text has color #884F9E on white background.



Black color preview on #884F9E background

This text has black color on #884F9E background.


White color preview on #884F9E background

This text has white color on #884F9E background.