COLOR #842A82

HEX: #842A82
RGB: (132,42,130)

Color info

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

RGB color model

#842A82 color RGB value is (132,42,130).

  • red value is 132;
  • green value is 42;
  • blue value is 130.
RGB:
(132,42,130)
(52%,16%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 42 of 255 = 16%
B 130 of 255 = 51%

132
42
130

R + G + B ~ 40%. #842A82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 42 + 130 = 304 (100%)
R 132 of 304 ~ 43.42%
G 42 of 304 ~ 13.82%
B 130 of 304 ~ 42.76%

%43.42
%13.82
%42.76

CMYK color model

#842A82 color CMYK value is (0,68,2,48).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,68,2,48)
C0M68Y2K48 
(0%,68%,2%,48%)
(0.00/0.68/0.02/0.48)	

CMYK percentages

%0
%68.18
%1.52
%48.24

Codes

Color #842A82 in popluar color models

842A82
RGB13242130
HSL301°51.72%34.12%
HSB/HSV301°68.18%51.76%
CMYK0.00%68.18%1.52%
48.24%

Color #842A82 in popluar number systems.

HEX842A82
Decimal13242130
Binary1000010010101010000010
Octal20452202

Shades and tints

Shades of #842A82

#842A82
(132,42,130)
#782777
(120,39,119)
#6C246C
(108,36,108)
#602161
(96,33,97)
#541E56
(84,30,86)
#481B4B
(72,27,75)
#3C1840
(60,24,64)
#301535
(48,21,53)
#24122A
(36,18,42)
#180F1F
(24,15,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #842A82

#842A82
(132,42,130)
#8F3D8D
(143,61,141)
#9A5098
(154,80,152)
#A563A3
(165,99,163)
#B076AE
(176,118,174)
#BB89B9
(187,137,185)
#C69CC4
(198,156,196)
#D1AFCF
(209,175,207)
#DCC2DA
(220,194,218)
#E7D5E5
(231,213,229)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842A82 color. Also use rgb(132,42,130) instead hex code.

Text Font Color

.myTextColor { color: #842A82; }

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

This text font color is #842A82.


Background Color

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

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

This div background color is #842A82.


Border color

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

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

This div border color is #842A82.


Opacity

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

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

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

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

This text has shadow with #842A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842A82 on black background.


Color preview on white background

This text has color #842A82 on white background.



Black color preview on #842A82 background

This text has black color on #842A82 background.


White color preview on #842A82 background

This text has white color on #842A82 background.