COLOR #840C82

HEX: #840C82
RGB: (132,12,130)

Color info

#840C82 contains mainly red and blue colors. Web safe color of #840C82 is #990099 (or #909).

RGB color model

#840C82 color RGB value is (132,12,130).

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

RGB channels and saturation

R 132 of 255 = 52%
G 12 of 255 = 5%
B 130 of 255 = 51%

132
12
130

R + G + B ~ 36%. #840C82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 12 + 130 = 274 (100%)
R 132 of 274 ~ 48.18%
G 12 of 274 ~ 4.38%
B 130 of 274 ~ 47.45%

%48.18
%47.45

CMYK color model

#840C82 color CMYK value is (0,91,2,48).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,91,2,48)
C0M91Y2K48 
(0%,91%,2%,48%)
(0.00/0.91/0.02/0.48)	

CMYK percentages

%0
%90.91
%1.52
%48.24

Codes

Color #840C82 in popluar color models

840C82
RGB13212130
HSL301°83.33%28.24%
HSB/HSV301°90.91%51.76%
CMYK0.00%90.91%1.52%
48.24%

Color #840C82 in popluar number systems.

HEX840C82
Decimal13212130
Binary10000100110010000010
Octal20414202

Shades and tints

Shades of #840C82

#840C82
(132,12,130)
#780B77
(120,11,119)
#6C0A6C
(108,10,108)
#600961
(96,9,97)
#540856
(84,8,86)
#48074B
(72,7,75)
#3C0640
(60,6,64)
#300535
(48,5,53)
#24042A
(36,4,42)
#18031F
(24,3,31)
#0C0214
(12,2,20)
#000000
(0,0,0)

Tints of #840C82

#840C82
(132,12,130)
#8F228D
(143,34,141)
#9A3898
(154,56,152)
#A54EA3
(165,78,163)
#B064AE
(176,100,174)
#BB7AB9
(187,122,185)
#C690C4
(198,144,196)
#D1A6CF
(209,166,207)
#DCBCDA
(220,188,218)
#E7D2E5
(231,210,229)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #840C82; }

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

This text font color is #840C82.


Background Color

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

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

This div background color is #840C82.


Border color

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

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

This div border color is #840C82.


Opacity

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

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

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

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

This text has shadow with #840C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840C82 on black background.


Color preview on white background

This text has color #840C82 on white background.



Black color preview on #840C82 background

This text has black color on #840C82 background.


White color preview on #840C82 background

This text has white color on #840C82 background.