COLOR #843A6B

HEX: #843A6B
RGB: (132,58,107)

Color info

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

RGB color model

#843A6B color RGB value is (132,58,107).

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

RGB channels and saturation

R 132 of 255 = 52%
G 58 of 255 = 23%
B 107 of 255 = 42%

132
58
107

R + G + B ~ 39%. #843A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 58 + 107 = 297 (100%)
R 132 of 297 ~ 44.44%
G 58 of 297 ~ 19.53%
B 107 of 297 ~ 36.03%

%44.44
%19.53
%36.03

CMYK color model

#843A6B color CMYK value is (0,56,19,48).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(0,56,19,48)
C0M56Y19K48 
(0%,56%,19%,48%)
(0.00/0.56/0.19/0.48)	

CMYK percentages

%0
%56.06
%18.94
%48.24

Codes

Color #843A6B in popluar color models

843A6B
RGB13258107
HSL320°38.95%37.25%
HSB/HSV320°56.06%51.76%
CMYK0.00%56.06%18.94%
48.24%

Color #843A6B in popluar number systems.

HEX843A6B
Decimal13258107
Binary100001001110101101011
Octal20472153

Shades and tints

Shades of #843A6B

#843A6B
(132,58,107)
#783562
(120,53,98)
#6C3059
(108,48,89)
#602B50
(96,43,80)
#542647
(84,38,71)
#48213E
(72,33,62)
#3C1C35
(60,28,53)
#30172C
(48,23,44)
#241223
(36,18,35)
#180D1A
(24,13,26)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #843A6B

#843A6B
(132,58,107)
#8F4B78
(143,75,120)
#9A5C85
(154,92,133)
#A56D92
(165,109,146)
#B07E9F
(176,126,159)
#BB8FAC
(187,143,172)
#C6A0B9
(198,160,185)
#D1B1C6
(209,177,198)
#DCC2D3
(220,194,211)
#E7D3E0
(231,211,224)
#F2E4ED
(242,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843A6B; }

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

This text font color is #843A6B.


Background Color

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

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

This div background color is #843A6B.


Border color

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

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

This div border color is #843A6B.


Opacity

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

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

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

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

This text has shadow with #843A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843A6B on black background.


Color preview on white background

This text has color #843A6B on white background.



Black color preview on #843A6B background

This text has black color on #843A6B background.


White color preview on #843A6B background

This text has white color on #843A6B background.