COLOR #884192

HEX: #884192
RGB: (136,65,146)

Color info

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

RGB color model

#884192 color RGB value is (136,65,146).

  • red value is 136;
  • green value is 65;
  • blue value is 146.
RGB:
(136,65,146)
(53%,25%,57%)

RGB channels and saturation

R 136 of 255 = 53%
G 65 of 255 = 25%
B 146 of 255 = 57%

136
65
146

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

Portions of RGB colors in percentages

R + G + B =
136 + 65 + 146 = 347 (100%)
R 136 of 347 ~ 39.19%
G 65 of 347 ~ 18.73%
B 146 of 347 ~ 42.07%

%39.19
%18.73
%42.07

CMYK color model

#884192 color CMYK value is (7,55,0,43).

  • cyan value is 6.85%
  • magenta value is 55.48%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(7,55,0,43)
C7M55Y0K43 
(7%,55%,0%,43%)
(0.07/0.55/0.00/0.43)	

CMYK percentages

%6.85
%55.48
%0
%42.75

Codes

Color #884192 in popluar color models

884192
RGB13665146
HSL293°38.39%41.37%
HSB/HSV293°55.48%57.25%
CMYK6.85%55.48%0.00%
42.75%

Color #884192 in popluar number systems.

HEX884192
Decimal13665146
Binary10001000100000110010010
Octal210101222

Shades and tints

Shades of #884192

#884192
(136,65,146)
#7C3C85
(124,60,133)
#703778
(112,55,120)
#64326B
(100,50,107)
#582D5E
(88,45,94)
#4C2851
(76,40,81)
#402344
(64,35,68)
#341E37
(52,30,55)
#28192A
(40,25,42)
#1C141D
(28,20,29)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #884192

#884192
(136,65,146)
#92529B
(146,82,155)
#9C63A4
(156,99,164)
#A674AD
(166,116,173)
#B085B6
(176,133,182)
#BA96BF
(186,150,191)
#C4A7C8
(196,167,200)
#CEB8D1
(206,184,209)
#D8C9DA
(216,201,218)
#E2DAE3
(226,218,227)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884192 color. Also use rgb(136,65,146) instead hex code.

Text Font Color

.myTextColor { color: #884192; }

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

This text font color is #884192.


Background Color

.myBgColor { background-color: #884192; }

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

This div background color is #884192.


Border color

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

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

This div border color is #884192.


Opacity

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

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

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

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

This text has shadow with #884192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884192 on black background.


Color preview on white background

This text has color #884192 on white background.



Black color preview on #884192 background

This text has black color on #884192 background.


White color preview on #884192 background

This text has white color on #884192 background.