COLOR #884498

HEX: #884498
RGB: (136,68,152)

Color info

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

RGB color model

#884498 color RGB value is (136,68,152).

  • red value is 136;
  • green value is 68;
  • blue value is 152.
RGB:
(136,68,152)
(53%,27%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 68 of 255 = 27%
B 152 of 255 = 60%

136
68
152

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

Portions of RGB colors in percentages

R + G + B =
136 + 68 + 152 = 356 (100%)
R 136 of 356 ~ 38.2%
G 68 of 356 ~ 19.1%
B 152 of 356 ~ 42.7%

%38.2
%19.1
%42.7

CMYK color model

#884498 color CMYK value is (11,55,0,40).

  • cyan value is 10.53%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(11,55,0,40)
C11M55Y0K40 
(11%,55%,0%,40%)
(0.11/0.55/0.00/0.40)	

CMYK percentages

%10.53
%55.26
%0
%40.39

Codes

Color #884498 in popluar color models

884498
RGB13668152
HSL289°38.18%43.14%
HSB/HSV289°55.26%59.61%
CMYK10.53%55.26%0.00%
40.39%

Color #884498 in popluar number systems.

HEX884498
Decimal13668152
Binary10001000100010010011000
Octal210104230

Shades and tints

Shades of #884498

#884498
(136,68,152)
#7C3E8B
(124,62,139)
#70387E
(112,56,126)
#643271
(100,50,113)
#582C64
(88,44,100)
#4C2657
(76,38,87)
#40204A
(64,32,74)
#341A3D
(52,26,61)
#281430
(40,20,48)
#1C0E23
(28,14,35)
#100816
(16,8,22)
#000000
(0,0,0)

Tints of #884498

#884498
(136,68,152)
#9255A1
(146,85,161)
#9C66AA
(156,102,170)
#A677B3
(166,119,179)
#B088BC
(176,136,188)
#BA99C5
(186,153,197)
#C4AACE
(196,170,206)
#CEBBD7
(206,187,215)
#D8CCE0
(216,204,224)
#E2DDE9
(226,221,233)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884498 color. Also use rgb(136,68,152) instead hex code.

Text Font Color

.myTextColor { color: #884498; }

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

This text font color is #884498.


Background Color

.myBgColor { background-color: #884498; }

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

This div background color is #884498.


Border color

.myBorderColor { border: 1px solid #884498; }

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

This div border color is #884498.


Opacity

.myOpacity80 { color: #884498; opacity: 0.8; }

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

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

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

This text has shadow with #884498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884498 on black background.


Color preview on white background

This text has color #884498 on white background.



Black color preview on #884498 background

This text has black color on #884498 background.


White color preview on #884498 background

This text has white color on #884498 background.