COLOR #840986

HEX: #840986
RGB: (132,9,134)

Color info

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

RGB color model

#840986 color RGB value is (132,9,134).

  • red value is 132;
  • green value is 9;
  • blue value is 134.
RGB:
(132,9,134)
(52%,4%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 9 of 255 = 4%
B 134 of 255 = 53%

132
9
134

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

Portions of RGB colors in percentages

R + G + B =
132 + 9 + 134 = 275 (100%)
R 132 of 275 ~ 48%
G 9 of 275 ~ 3.27%
B 134 of 275 ~ 48.73%

%48
%48.73

CMYK color model

#840986 color CMYK value is (1,93,0,47).

  • cyan value is 1.49%
  • magenta value is 93.28%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,93,0,47)
C1M93Y0K47 
(1%,93%,0%,47%)
(0.01/0.93/0.00/0.47)	

CMYK percentages

%1.49
%93.28
%0
%47.45

Codes

Color #840986 in popluar color models

840986
RGB1329134
HSL299°87.41%28.04%
HSB/HSV299°93.28%52.55%
CMYK1.49%93.28%0.00%
47.45%

Color #840986 in popluar number systems.

HEX840986
Decimal1329134
Binary10000100100110000110
Octal20411206

Shades and tints

Shades of #840986

#840986
(132,9,134)
#78097A
(120,9,122)
#6C096E
(108,9,110)
#600962
(96,9,98)
#540956
(84,9,86)
#48094A
(72,9,74)
#3C093E
(60,9,62)
#300932
(48,9,50)
#240926
(36,9,38)
#18091A
(24,9,26)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #840986

#840986
(132,9,134)
#8F1F91
(143,31,145)
#9A359C
(154,53,156)
#A54BA7
(165,75,167)
#B061B2
(176,97,178)
#BB77BD
(187,119,189)
#C68DC8
(198,141,200)
#D1A3D3
(209,163,211)
#DCB9DE
(220,185,222)
#E7CFE9
(231,207,233)
#F2E5F4
(242,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840986 color. Also use rgb(132,9,134) instead hex code.

Text Font Color

.myTextColor { color: #840986; }

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

This text font color is #840986.


Background Color

.myBgColor { background-color: #840986; }

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

This div background color is #840986.


Border color

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

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

This div border color is #840986.


Opacity

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

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

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

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

This text has shadow with #840986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840986 on black background.


Color preview on white background

This text has color #840986 on white background.



Black color preview on #840986 background

This text has black color on #840986 background.


White color preview on #840986 background

This text has white color on #840986 background.