COLOR #843B7E

HEX: #843B7E RGB: (132,59,126)

Color info

#843B7E contains mainly red and blue colors. Web safe color of #843B7E is #993366 (or #936).

RGB color model

#843B7E color RGB value is (132,59,126).

RGB: (132,59,126) (52%, 23%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 59 of 255 = 23%
B 126 of 255 = 49%

132
59
126

R + G + B ~ 41%. #843B7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 59 + 126 = 317 (100%)
R 132 of 317 ~ 41.64%
G 59 of 317 ~ 18.61%
B 126 of 317 ~ 39.75'%

%41.64
%18.61
%39.75

CMYK color model

#843B7E color CMYK value is (0,55,5,48).

  • cyan value is 0.00%
  • magenta value is 55.30%
  • yellow value is 4.55%
  • key color value is 48.24%

CMYK: (0,55,5,48)
C0M55Y5K48 (0%, 55%, 5%, 48%)
(0.00 / 0.55 / 0.05 / 0.48)

CMYK percentages

%0
%55.3
%4.55
%48.24

Codes

Color #843B7E in popluar color models

84 3B 7E
RGB 132 59 126
HSL 305° 38.22% 37.45%
HSB/HSV 305° 55.30% 51.76%
CMYK 0.00% 55.30% 4.55%
48.24%

Color #843B7E in popluar number systems.

HEX 84 3B 7E
Decimal 132 59 126
Binary 10000100 111011 1111110
Octal 204 73 176

Shades and tints

Shades of #843B7E

#843B7E
(132,59,126)
#783673
(120,54,115)
#6C3168
(108,49,104)
#602C5D
(96,44,93)
#542752
(84,39,82)
#482247
(72,34,71)
#3C1D3C
(60,29,60)
#301831
(48,24,49)
#241326
(36,19,38)
#180E1B
(24,14,27)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #843B7E

#843B7E
(132,59,126)
#8F4C89
(143,76,137)
#9A5D94
(154,93,148)
#A56E9F
(165,110,159)
#B07FAA
(176,127,170)
#BB90B5
(187,144,181)
#C6A1C0
(198,161,192)
#D1B2CB
(209,178,203)
#DCC3D6
(220,195,214)
#E7D4E1
(231,212,225)
#F2E5EC
(242,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843B7E color. Also use rgb(132,59,126) instead hex code.

Text Font Color

.myTextColor { color: #843B7E; }

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

This text font color is #843B7E.

Background Color

.myBgColor { background-color: #843B7E; }

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

This div background color is #843B7E.

Border color

.myBorderColor { border: 1px solid #843B7E; }

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

This div border color is #843B7E.

Opacity

.myOpacity80 { color: #843B7E; opacity: 0.8; }

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

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

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

This text has shadow with #843B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #843B7E.

Preview

Color preview on black background

This text has color #843B7E on black background.


Color preview on white background

This text has color #843B7E on white background.


Black color preview on #843B7E background

This text has black color on #843B7E background.


White color preview on #843B7E background

This text has white color on #843B7E background.


Related colors

Complementary color

Complementary color for #hex is #7BC481.


I love getcolorcode.com

Triadic colors

1 #7E843B and #3B7E84 with #843B7E are triadic colors.

2 #7E3B84 and #3B847E with #843B7E are triadic colors.