COLOR #843890

HEX: #843890
RGB: (132,56,144)

Color info

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

RGB color model

#843890 color RGB value is (132,56,144).

  • red value is 132;
  • green value is 56;
  • blue value is 144.
RGB:
(132,56,144)
(52%,22%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 56 of 255 = 22%
B 144 of 255 = 56%

132
56
144

R + G + B ~ 43%. #843890 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 56 + 144 = 332 (100%)
R 132 of 332 ~ 39.76%
G 56 of 332 ~ 16.87%
B 144 of 332 ~ 43.37%

%39.76
%16.87
%43.37

CMYK color model

#843890 color CMYK value is (8,61,0,44).

  • cyan value is 8.33%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,61,0,44)
C8M61Y0K44 
(8%,61%,0%,44%)
(0.08/0.61/0.00/0.44)	

CMYK percentages

%8.33
%61.11
%0
%43.53

Codes

Color #843890 in popluar color models

843890
RGB13256144
HSL292°44.00%39.22%
HSB/HSV292°61.11%56.47%
CMYK8.33%61.11%0.00%
43.53%

Color #843890 in popluar number systems.

HEX843890
Decimal13256144
Binary1000010011100010010000
Octal20470220

Shades and tints

Shades of #843890

#843890
(132,56,144)
#783383
(120,51,131)
#6C2E76
(108,46,118)
#602969
(96,41,105)
#54245C
(84,36,92)
#481F4F
(72,31,79)
#3C1A42
(60,26,66)
#301535
(48,21,53)
#241028
(36,16,40)
#180B1B
(24,11,27)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #843890

#843890
(132,56,144)
#8F4A9A
(143,74,154)
#9A5CA4
(154,92,164)
#A56EAE
(165,110,174)
#B080B8
(176,128,184)
#BB92C2
(187,146,194)
#C6A4CC
(198,164,204)
#D1B6D6
(209,182,214)
#DCC8E0
(220,200,224)
#E7DAEA
(231,218,234)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843890; }

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

This text font color is #843890.


Background Color

.myBgColor { background-color: #843890; }

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

This div background color is #843890.


Border color

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

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

This div border color is #843890.


Opacity

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

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

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

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

This text has shadow with #843890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843890 on black background.


Color preview on white background

This text has color #843890 on white background.



Black color preview on #843890 background

This text has black color on #843890 background.


White color preview on #843890 background

This text has white color on #843890 background.