COLOR #884B8A

HEX: #884B8A
RGB: (136,75,138)

Color info

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

RGB color model

#884B8A color RGB value is (136,75,138).

  • red value is 136;
  • green value is 75;
  • blue value is 138.
RGB:
(136,75,138)
(53%,29%,54%)

RGB channels and saturation

R 136 of 255 = 53%
G 75 of 255 = 29%
B 138 of 255 = 54%

136
75
138

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

Portions of RGB colors in percentages

R + G + B =
136 + 75 + 138 = 349 (100%)
R 136 of 349 ~ 38.97%
G 75 of 349 ~ 21.49%
B 138 of 349 ~ 39.54%

%38.97
%21.49
%39.54

CMYK color model

#884B8A color CMYK value is (1,46,0,46).

  • cyan value is 1.45%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,46,0,46)
C1M46Y0K46 
(1%,46%,0%,46%)
(0.01/0.46/0.00/0.46)	

CMYK percentages

%1.45
%45.65
%0
%45.88

Codes

Color #884B8A in popluar color models

884B8A
RGB13675138
HSL298°29.58%41.76%
HSB/HSV298°45.65%54.12%
CMYK1.45%45.65%0.00%
45.88%

Color #884B8A in popluar number systems.

HEX884B8A
Decimal13675138
Binary10001000100101110001010
Octal210113212

Shades and tints

Shades of #884B8A

#884B8A
(136,75,138)
#7C457E
(124,69,126)
#703F72
(112,63,114)
#643966
(100,57,102)
#58335A
(88,51,90)
#4C2D4E
(76,45,78)
#402742
(64,39,66)
#342136
(52,33,54)
#281B2A
(40,27,42)
#1C151E
(28,21,30)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #884B8A

#884B8A
(136,75,138)
#925B94
(146,91,148)
#9C6B9E
(156,107,158)
#A67BA8
(166,123,168)
#B08BB2
(176,139,178)
#BA9BBC
(186,155,188)
#C4ABC6
(196,171,198)
#CEBBD0
(206,187,208)
#D8CBDA
(216,203,218)
#E2DBE4
(226,219,228)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884B8A color. Also use rgb(136,75,138) instead hex code.

Text Font Color

.myTextColor { color: #884B8A; }

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

This text font color is #884B8A.


Background Color

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

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

This div background color is #884B8A.


Border color

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

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

This div border color is #884B8A.


Opacity

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

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

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

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

This text has shadow with #884B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884B8A on black background.


Color preview on white background

This text has color #884B8A on white background.



Black color preview on #884B8A background

This text has black color on #884B8A background.


White color preview on #884B8A background

This text has white color on #884B8A background.