COLOR #842C82

HEX: #842C82 RGB: (132,44,130)

Color info

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

RGB color model

#842C82 color RGB value is (132,44,130).

RGB: (132,44,130) (52%, 17%, 51%)

RGB channels and saturation

R 132 of 255 = 52%
G 44 of 255 = 17%
B 130 of 255 = 51%

132
44
130

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

Portions of RGB colors in percentages

R + G + B = 132 + 44 + 130 = 306 (100%)
R 132 of 306 ~ 43.14%
G 44 of 306 ~ 14.38%
B 130 of 306 ~ 42.48'%

%43.14
%14.38
%42.48

CMYK color model

#842C82 color CMYK value is (0,67,2,48).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 1.52%
  • key color value is 48.24%

CMYK: (0,67,2,48)
C0M67Y2K48 (0%, 67%, 2%, 48%)
(0.00 / 0.67 / 0.02 / 0.48)

CMYK percentages

%0
%66.67
%1.52
%48.24

Codes

Color #842C82 in popluar color models

84 2C 82
RGB 132 44 130
HSL 301° 50.00% 34.51%
HSB/HSV 301° 66.67% 51.76%
CMYK 0.00% 66.67% 1.52%
48.24%

Color #842C82 in popluar number systems.

HEX 84 2C 82
Decimal 132 44 130
Binary 10000100 101100 10000010
Octal 204 54 202

Shades and tints

Shades of #842C82

#842C82
(132,44,130)
#782877
(120,40,119)
#6C246C
(108,36,108)
#602061
(96,32,97)
#541C56
(84,28,86)
#48184B
(72,24,75)
#3C1440
(60,20,64)
#301035
(48,16,53)
#240C2A
(36,12,42)
#18081F
(24,8,31)
#0C0414
(12,4,20)
#000000
(0,0,0)

Tints of #842C82

#842C82
(132,44,130)
#8F3F8D
(143,63,141)
#9A5298
(154,82,152)
#A565A3
(165,101,163)
#B078AE
(176,120,174)
#BB8BB9
(187,139,185)
#C69EC4
(198,158,196)
#D1B1CF
(209,177,207)
#DCC4DA
(220,196,218)
#E7D7E5
(231,215,229)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842C82; }

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

This text font color is #842C82.

Background Color

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

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

This div background color is #842C82.

Border color

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

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

This div border color is #842C82.

Opacity

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

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

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

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

This text has shadow with #842C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #842C82.

Preview

Color preview on black background

This text has color #842C82 on black background.


Color preview on white background

This text has color #842C82 on white background.


Black color preview on #842C82 background

This text has black color on #842C82 background.


White color preview on #842C82 background

This text has white color on #842C82 background.


Related colors

Complementary color

Complementary color for #hex is #7BD37D.


I love getcolorcode.com

Triadic colors

1 #82842C and #2C8284 with #842C82 are triadic colors.

2 #822C84 and #2C8482 with #842C82 are triadic colors.