COLOR #843E9A

HEX: #843E9A
RGB: (132,62,154)

Color info

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

RGB color model

#843E9A color RGB value is (132,62,154).

  • red value is 132;
  • green value is 62;
  • blue value is 154.
RGB:
(132,62,154)
(52%,24%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 62 of 255 = 24%
B 154 of 255 = 60%

132
62
154

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

Portions of RGB colors in percentages

R + G + B =
132 + 62 + 154 = 348 (100%)
R 132 of 348 ~ 37.93%
G 62 of 348 ~ 17.82%
B 154 of 348 ~ 44.25%

%37.93
%17.82
%44.25

CMYK color model

#843E9A color CMYK value is (14,60,0,40).

  • cyan value is 14.29%
  • magenta value is 59.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(14,60,0,40)
C14M60Y0K40 
(14%,60%,0%,40%)
(0.14/0.60/0.00/0.40)	

CMYK percentages

%14.29
%59.74
%0
%39.61

Codes

Color #843E9A in popluar color models

843E9A
RGB13262154
HSL286°42.59%42.35%
HSB/HSV286°59.74%60.39%
CMYK14.29%59.74%0.00%
39.61%

Color #843E9A in popluar number systems.

HEX843E9A
Decimal13262154
Binary1000010011111010011010
Octal20476232

Shades and tints

Shades of #843E9A

#843E9A
(132,62,154)
#78398C
(120,57,140)
#6C347E
(108,52,126)
#602F70
(96,47,112)
#542A62
(84,42,98)
#482554
(72,37,84)
#3C2046
(60,32,70)
#301B38
(48,27,56)
#24162A
(36,22,42)
#18111C
(24,17,28)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #843E9A

#843E9A
(132,62,154)
#8F4FA3
(143,79,163)
#9A60AC
(154,96,172)
#A571B5
(165,113,181)
#B082BE
(176,130,190)
#BB93C7
(187,147,199)
#C6A4D0
(198,164,208)
#D1B5D9
(209,181,217)
#DCC6E2
(220,198,226)
#E7D7EB
(231,215,235)
#F2E8F4
(242,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843E9A color. Also use rgb(132,62,154) instead hex code.

Text Font Color

.myTextColor { color: #843E9A; }

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

This text font color is #843E9A.


Background Color

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

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

This div background color is #843E9A.


Border color

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

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

This div border color is #843E9A.


Opacity

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

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

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

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

This text has shadow with #843E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843E9A on black background.


Color preview on white background

This text has color #843E9A on white background.



Black color preview on #843E9A background

This text has black color on #843E9A background.


White color preview on #843E9A background

This text has white color on #843E9A background.