COLOR #842B79

HEX: #842B79
RGB: (132,43,121)

Color info

#842B79 contains mainly red and blue colors. Web safe color of #842B79 is #993366 (or #936).

RGB color model

#842B79 color RGB value is (132,43,121).

  • red value is 132;
  • green value is 43;
  • blue value is 121.
RGB:
(132,43,121)
(52%,17%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 43 of 255 = 17%
B 121 of 255 = 47%

132
43
121

R + G + B ~ 39%. #842B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 43 + 121 = 296 (100%)
R 132 of 296 ~ 44.59%
G 43 of 296 ~ 14.53%
B 121 of 296 ~ 40.88%

%44.59
%14.53
%40.88

CMYK color model

#842B79 color CMYK value is (0,67,8,48).

  • cyan value is 0.00%
  • magenta value is 67.42%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(0,67,8,48)
C0M67Y8K48 
(0%,67%,8%,48%)
(0.00/0.67/0.08/0.48)	

CMYK percentages

%0
%67.42
%8.33
%48.24

Codes

Color #842B79 in popluar color models

842B79
RGB13243121
HSL307°50.86%34.31%
HSB/HSV307°67.42%51.76%
CMYK0.00%67.42%8.33%
48.24%

Color #842B79 in popluar number systems.

HEX842B79
Decimal13243121
Binary100001001010111111001
Octal20453171

Shades and tints

Shades of #842B79

#842B79
(132,43,121)
#78286E
(120,40,110)
#6C2563
(108,37,99)
#602258
(96,34,88)
#541F4D
(84,31,77)
#481C42
(72,28,66)
#3C1937
(60,25,55)
#30162C
(48,22,44)
#241321
(36,19,33)
#181016
(24,16,22)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #842B79

#842B79
(132,43,121)
#8F3E85
(143,62,133)
#9A5191
(154,81,145)
#A5649D
(165,100,157)
#B077A9
(176,119,169)
#BB8AB5
(187,138,181)
#C69DC1
(198,157,193)
#D1B0CD
(209,176,205)
#DCC3D9
(220,195,217)
#E7D6E5
(231,214,229)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842B79 color. Also use rgb(132,43,121) instead hex code.

Text Font Color

.myTextColor { color: #842B79; }

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

This text font color is #842B79.


Background Color

.myBgColor { background-color: #842B79; }

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

This div background color is #842B79.


Border color

.myBorderColor { border: 1px solid #842B79; }

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

This div border color is #842B79.


Opacity

.myOpacity80 { color: #842B79; opacity: 0.8; }

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

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

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

This text has shadow with #842B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842B79 on black background.


Color preview on white background

This text has color #842B79 on white background.



Black color preview on #842B79 background

This text has black color on #842B79 background.


White color preview on #842B79 background

This text has white color on #842B79 background.