COLOR #843A77

HEX: #843A77
RGB: (132,58,119)

Color info

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

RGB color model

#843A77 color RGB value is (132,58,119).

  • red value is 132;
  • green value is 58;
  • blue value is 119.
RGB:
(132,58,119)
(52%,23%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 58 of 255 = 23%
B 119 of 255 = 47%

132
58
119

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

Portions of RGB colors in percentages

R + G + B =
132 + 58 + 119 = 309 (100%)
R 132 of 309 ~ 42.72%
G 58 of 309 ~ 18.77%
B 119 of 309 ~ 38.51%

%42.72
%18.77
%38.51

CMYK color model

#843A77 color CMYK value is (0,56,10,48).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(0,56,10,48)
C0M56Y10K48 
(0%,56%,10%,48%)
(0.00/0.56/0.10/0.48)	

CMYK percentages

%0
%56.06
%9.85
%48.24

Codes

Color #843A77 in popluar color models

843A77
RGB13258119
HSL311°38.95%37.25%
HSB/HSV311°56.06%51.76%
CMYK0.00%56.06%9.85%
48.24%

Color #843A77 in popluar number systems.

HEX843A77
Decimal13258119
Binary100001001110101110111
Octal20472167

Shades and tints

Shades of #843A77

#843A77
(132,58,119)
#78356D
(120,53,109)
#6C3063
(108,48,99)
#602B59
(96,43,89)
#54264F
(84,38,79)
#482145
(72,33,69)
#3C1C3B
(60,28,59)
#301731
(48,23,49)
#241227
(36,18,39)
#180D1D
(24,13,29)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #843A77

#843A77
(132,58,119)
#8F4B83
(143,75,131)
#9A5C8F
(154,92,143)
#A56D9B
(165,109,155)
#B07EA7
(176,126,167)
#BB8FB3
(187,143,179)
#C6A0BF
(198,160,191)
#D1B1CB
(209,177,203)
#DCC2D7
(220,194,215)
#E7D3E3
(231,211,227)
#F2E4EF
(242,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843A77 color. Also use rgb(132,58,119) instead hex code.

Text Font Color

.myTextColor { color: #843A77; }

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

This text font color is #843A77.


Background Color

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

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

This div background color is #843A77.


Border color

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

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

This div border color is #843A77.


Opacity

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

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

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

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

This text has shadow with #843A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843A77 on black background.


Color preview on white background

This text has color #843A77 on white background.



Black color preview on #843A77 background

This text has black color on #843A77 background.


White color preview on #843A77 background

This text has white color on #843A77 background.