COLOR #843794

HEX: #843794
RGB: (132,55,148)

Color info

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

RGB color model

#843794 color RGB value is (132,55,148).

  • red value is 132;
  • green value is 55;
  • blue value is 148.
RGB:
(132,55,148)
(52%,22%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 55 of 255 = 22%
B 148 of 255 = 58%

132
55
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 55 + 148 = 335 (100%)
R 132 of 335 ~ 39.4%
G 55 of 335 ~ 16.42%
B 148 of 335 ~ 44.18%

%39.4
%16.42
%44.18

CMYK color model

#843794 color CMYK value is (11,63,0,42).

  • cyan value is 10.81%
  • magenta value is 62.84%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,63,0,42)
C11M63Y0K42 
(11%,63%,0%,42%)
(0.11/0.63/0.00/0.42)	

CMYK percentages

%10.81
%62.84
%0
%41.96

Codes

Color #843794 in popluar color models

843794
RGB13255148
HSL290°45.81%39.80%
HSB/HSV290°62.84%58.04%
CMYK10.81%62.84%0.00%
41.96%

Color #843794 in popluar number systems.

HEX843794
Decimal13255148
Binary1000010011011110010100
Octal20467224

Shades and tints

Shades of #843794

#843794
(132,55,148)
#783287
(120,50,135)
#6C2D7A
(108,45,122)
#60286D
(96,40,109)
#542360
(84,35,96)
#481E53
(72,30,83)
#3C1946
(60,25,70)
#301439
(48,20,57)
#240F2C
(36,15,44)
#180A1F
(24,10,31)
#0C0512
(12,5,18)
#000000
(0,0,0)

Tints of #843794

#843794
(132,55,148)
#8F499D
(143,73,157)
#9A5BA6
(154,91,166)
#A56DAF
(165,109,175)
#B07FB8
(176,127,184)
#BB91C1
(187,145,193)
#C6A3CA
(198,163,202)
#D1B5D3
(209,181,211)
#DCC7DC
(220,199,220)
#E7D9E5
(231,217,229)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843794 color. Also use rgb(132,55,148) instead hex code.

Text Font Color

.myTextColor { color: #843794; }

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

This text font color is #843794.


Background Color

.myBgColor { background-color: #843794; }

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

This div background color is #843794.


Border color

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

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

This div border color is #843794.


Opacity

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

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

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

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

This text has shadow with #843794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843794 on black background.


Color preview on white background

This text has color #843794 on white background.



Black color preview on #843794 background

This text has black color on #843794 background.


White color preview on #843794 background

This text has white color on #843794 background.