COLOR #840890

HEX: #840890 RGB: (132,8,144)

Color info

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

RGB color model

#840890 color RGB value is (132,8,144).

RGB: (132,8,144) (52%, 3%, 56%)

RGB channels and saturation

R 132 of 255 = 52%
G 8 of 255 = 3%
B 144 of 255 = 56%

132
8
144

R + G + B ~ 37%. #840890 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 8 + 144 = 284 (100%)
R 132 of 284 ~ 46.48%
G 8 of 284 ~ 2.82%
B 144 of 284 ~ 50.7'%

%46.48
%50.7

CMYK color model

#840890 color CMYK value is (8,94,0,44).

  • cyan value is 8.33%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (8,94,0,44) C8M94Y0K44 (8%,94%,0%,44%) (0.08/0.94/0.00/0.44) 

CMYK percentages

%8.33
%94.44
%0
%43.53

Codes

Color #840890 in popluar color models

84 08 90
RGB 132 8 144
HSL 295° 89.47% 29.80%
HSB/HSV 295° 94.44% 56.47%
CMYK 8.33% 94.44% 0.00%
43.53%

Color #840890 in popluar number systems.

HEX 84 08 90
Decimal 132 8 144
Binary 10000100 1000 10010000
Octal 204 10 220

Shades and tints

Shades of #840890

#840890
(132,8,144)
#780883
(120,8,131)
#6C0876
(108,8,118)
#600869
(96,8,105)
#54085C
(84,8,92)
#48084F
(72,8,79)
#3C0842
(60,8,66)
#300835
(48,8,53)
#240828
(36,8,40)
#18081B
(24,8,27)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #840890

#840890
(132,8,144)
#8F1E9A
(143,30,154)
#9A34A4
(154,52,164)
#A54AAE
(165,74,174)
#B060B8
(176,96,184)
#BB76C2
(187,118,194)
#C68CCC
(198,140,204)
#D1A2D6
(209,162,214)
#DCB8E0
(220,184,224)
#E7CEEA
(231,206,234)
#F2E4F4
(242,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840890 color. Also use rgb(132,8,144) instead hex code.

Text Font Color

.myTextColor { color: #840890; }

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

This text font color is #840890.

Background Color

.myBgColor { background-color: #840890; }

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

This div background color is #840890.

Border color

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

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

This div border color is #840890.

Opacity

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

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

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

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

This text has shadow with #840890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #840890.

Preview

Color preview on black background

This text has color #840890 on black background.


Color preview on white background

This text has color #840890 on white background.


Black color preview on #840890 background

This text has black color on #840890 background.


White color preview on #840890 background

This text has white color on #840890 background.


Related colors

Complementary color

Complementary color for #hex is #7BF76F.


I love getcolorcode.com

Triadic colors

1 #908408 and #089084 with #840890 are triadic colors.

2 #900884 and #088490 with #840890 are triadic colors.