COLOR #843799

HEX: #843799 RGB: (132,55,153)

Color info

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

RGB color model

#843799 color RGB value is (132,55,153).

RGB: (132,55,153) (52%, 22%, 60%)

RGB channels and saturation

R 132 of 255 = 52%
G 55 of 255 = 22%
B 153 of 255 = 60%

132
55
153

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

Portions of RGB colors in percentages

R + G + B = 132 + 55 + 153 = 340 (100%)
R 132 of 340 ~ 38.82%
G 55 of 340 ~ 16.18%
B 153 of 340 ~ 45'%

%38.82
%16.18
%45

CMYK color model

#843799 color CMYK value is (14,64,0,40).

  • cyan value is 13.73%
  • magenta value is 64.05%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (14,64,0,40)
C14M64Y0K40 (14%, 64%, 0%, 40%)
(0.14 / 0.64 / 0.00 / 0.40)

CMYK percentages

%13.73
%64.05
%0
%40

Codes

Color #843799 in popluar color models

84 37 99
RGB 132 55 153
HSL 287° 47.12% 40.78%
HSB/HSV 287° 64.05% 60.00%
CMYK 13.73% 64.05% 0.00%
40.00%

Color #843799 in popluar number systems.

HEX 84 37 99
Decimal 132 55 153
Binary 10000100 110111 10011001
Octal 204 67 231

Shades and tints

Shades of #843799

#843799
(132,55,153)
#78328C
(120,50,140)
#6C2D7F
(108,45,127)
#602872
(96,40,114)
#542365
(84,35,101)
#481E58
(72,30,88)
#3C194B
(60,25,75)
#30143E
(48,20,62)
#240F31
(36,15,49)
#180A24
(24,10,36)
#0C0517
(12,5,23)
#000000
(0,0,0)

Tints of #843799

#843799
(132,55,153)
#8F49A2
(143,73,162)
#9A5BAB
(154,91,171)
#A56DB4
(165,109,180)
#B07FBD
(176,127,189)
#BB91C6
(187,145,198)
#C6A3CF
(198,163,207)
#D1B5D8
(209,181,216)
#DCC7E1
(220,199,225)
#E7D9EA
(231,217,234)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843799; }

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

This text font color is #843799.

Background Color

.myBgColor { background-color: #843799; }

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

This div background color is #843799.

Border color

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

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

This div border color is #843799.

Opacity

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

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

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

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

This text has shadow with #843799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #843799.

Preview

Color preview on black background

This text has color #843799 on black background.


Color preview on white background

This text has color #843799 on white background.


Black color preview on #843799 background

This text has black color on #843799 background.


White color preview on #843799 background

This text has white color on #843799 background.


Related colors

Complementary color

Complementary color for #hex is #7BC866.


I love getcolorcode.com

Triadic colors

1 #998437 and #379984 with #843799 are triadic colors.

2 #993784 and #378499 with #843799 are triadic colors.