COLOR #844E85

HEX: #844E85 RGB: (132,78,133)

Color info

#844E85 contains red, green and blue colors in about the same proportion. Web safe color of #844E85 is #996699 (or #969).

RGB color model

#844E85 color RGB value is (132,78,133).

RGB: (132,78,133) (52%, 31%, 52%)

RGB channels and saturation

R 132 of 255 = 52%
G 78 of 255 = 31%
B 133 of 255 = 52%

132
78
133

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

Portions of RGB colors in percentages

R + G + B = 132 + 78 + 133 = 343 (100%)
R 132 of 343 ~ 38.48%
G 78 of 343 ~ 22.74%
B 133 of 343 ~ 38.78'%

%38.48
%22.74
%38.78

CMYK color model

#844E85 color CMYK value is (1,41,0,48).

  • cyan value is 0.75%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (1,41,0,48)
C1M41Y0K48 (1%, 41%, 0%, 48%)
(0.01 / 0.41 / 0.00 / 0.48)

CMYK percentages

%0.75
%41.35
%0
%47.84

Codes

Color #844E85 in popluar color models

84 4E 85
RGB 132 78 133
HSL 299° 26.07% 41.37%
HSB/HSV 299° 41.35% 52.16%
CMYK 0.75% 41.35% 0.00%
47.84%

Color #844E85 in popluar number systems.

HEX 84 4E 85
Decimal 132 78 133
Binary 10000100 1001110 10000101
Octal 204 116 205

Shades and tints

Shades of #844E85

#844E85
(132,78,133)
#784779
(120,71,121)
#6C406D
(108,64,109)
#603961
(96,57,97)
#543255
(84,50,85)
#482B49
(72,43,73)
#3C243D
(60,36,61)
#301D31
(48,29,49)
#241625
(36,22,37)
#180F19
(24,15,25)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #844E85

#844E85
(132,78,133)
#8F5E90
(143,94,144)
#9A6E9B
(154,110,155)
#A57EA6
(165,126,166)
#B08EB1
(176,142,177)
#BB9EBC
(187,158,188)
#C6AEC7
(198,174,199)
#D1BED2
(209,190,210)
#DCCEDD
(220,206,221)
#E7DEE8
(231,222,232)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844E85 color. Also use rgb(132,78,133) instead hex code.

Text Font Color

.myTextColor { color: #844E85; }

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

This text font color is #844E85.

Background Color

.myBgColor { background-color: #844E85; }

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

This div background color is #844E85.

Border color

.myBorderColor { border: 1px solid #844E85; }

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

This div border color is #844E85.

Opacity

.myOpacity80 { color: #844E85; opacity: 0.8; }

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

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

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

This text has shadow with #844E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #844E85.

Preview

Color preview on black background

This text has color #844E85 on black background.


Color preview on white background

This text has color #844E85 on white background.


Black color preview on #844E85 background

This text has black color on #844E85 background.


White color preview on #844E85 background

This text has white color on #844E85 background.


Related colors

Complementary color

Complementary color for #hex is #7BB17A.


I love getcolorcode.com

Triadic colors

1 #85844E and #4E8584 with #844E85 are triadic colors.

2 #854E84 and #4E8485 with #844E85 are triadic colors.