COLOR #884689

HEX: #884689
RGB: (136,70,137)

Color info

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

RGB color model

#884689 color RGB value is (136,70,137).

  • red value is 136;
  • green value is 70;
  • blue value is 137.
RGB:
(136,70,137)
(53%,27%,54%)

RGB channels and saturation

R 136 of 255 = 53%
G 70 of 255 = 27%
B 137 of 255 = 54%

136
70
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 70 + 137 = 343 (100%)
R 136 of 343 ~ 39.65%
G 70 of 343 ~ 20.41%
B 137 of 343 ~ 39.94%

%39.65
%20.41
%39.94

CMYK color model

#884689 color CMYK value is (1,49,0,46).

  • cyan value is 0.73%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,49,0,46)
C1M49Y0K46 
(1%,49%,0%,46%)
(0.01/0.49/0.00/0.46)	

CMYK percentages

%0.73
%48.91
%0
%46.27

Codes

Color #884689 in popluar color models

884689
RGB13670137
HSL299°32.37%40.59%
HSB/HSV299°48.91%53.73%
CMYK0.73%48.91%0.00%
46.27%

Color #884689 in popluar number systems.

HEX884689
Decimal13670137
Binary10001000100011010001001
Octal210106211

Shades and tints

Shades of #884689

#884689
(136,70,137)
#7C407D
(124,64,125)
#703A71
(112,58,113)
#643465
(100,52,101)
#582E59
(88,46,89)
#4C284D
(76,40,77)
#402241
(64,34,65)
#341C35
(52,28,53)
#281629
(40,22,41)
#1C101D
(28,16,29)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #884689

#884689
(136,70,137)
#925693
(146,86,147)
#9C669D
(156,102,157)
#A676A7
(166,118,167)
#B086B1
(176,134,177)
#BA96BB
(186,150,187)
#C4A6C5
(196,166,197)
#CEB6CF
(206,182,207)
#D8C6D9
(216,198,217)
#E2D6E3
(226,214,227)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884689 color. Also use rgb(136,70,137) instead hex code.

Text Font Color

.myTextColor { color: #884689; }

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

This text font color is #884689.


Background Color

.myBgColor { background-color: #884689; }

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

This div background color is #884689.


Border color

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

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

This div border color is #884689.


Opacity

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

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

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

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

This text has shadow with #884689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884689 on black background.


Color preview on white background

This text has color #884689 on white background.



Black color preview on #884689 background

This text has black color on #884689 background.


White color preview on #884689 background

This text has white color on #884689 background.