COLOR #854E80

HEX: #854E80 RGB: (133,78,128)

Color info

#854E80 contains red, green and blue colors in about the same proportion. Web safe color of #854E80 is #996666 (or #966).

RGB color model

#854E80 color RGB value is (133,78,128).

RGB: (133,78,128) (52%, 31%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 78 of 255 = 31%
B 128 of 255 = 50%

133
78
128

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

Portions of RGB colors in percentages

R + G + B = 133 + 78 + 128 = 339 (100%)
R 133 of 339 ~ 39.23%
G 78 of 339 ~ 23.01%
B 128 of 339 ~ 37.76'%

%39.23
%23.01
%37.76

CMYK color model

#854E80 color CMYK value is (0,41,4,48).

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

CMYK: (0,41,4,48)
C0M41Y4K48 (0%, 41%, 4%, 48%)
(0.00 / 0.41 / 0.04 / 0.48)

CMYK percentages

%0
%41.35
%3.76
%47.84

Codes

Color #854E80 in popluar color models

85 4E 80
RGB 133 78 128
HSL 305° 26.07% 41.37%
HSB/HSV 305° 41.35% 52.16%
CMYK 0.00% 41.35% 3.76%
47.84%

Color #854E80 in popluar number systems.

HEX 85 4E 80
Decimal 133 78 128
Binary 10000101 1001110 10000000
Octal 205 116 200

Shades and tints

Shades of #854E80

#854E80
(133,78,128)
#794775
(121,71,117)
#6D406A
(109,64,106)
#61395F
(97,57,95)
#553254
(85,50,84)
#492B49
(73,43,73)
#3D243E
(61,36,62)
#311D33
(49,29,51)
#251628
(37,22,40)
#190F1D
(25,15,29)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #854E80

#854E80
(133,78,128)
#905E8B
(144,94,139)
#9B6E96
(155,110,150)
#A67EA1
(166,126,161)
#B18EAC
(177,142,172)
#BC9EB7
(188,158,183)
#C7AEC2
(199,174,194)
#D2BECD
(210,190,205)
#DDCED8
(221,206,216)
#E8DEE3
(232,222,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854E80 color. Also use rgb(133,78,128) instead hex code.

Text Font Color

.myTextColor { color: #854E80; }

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

This text font color is #854E80.

Background Color

.myBgColor { background-color: #854E80; }

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

This div background color is #854E80.

Border color

.myBorderColor { border: 1px solid #854E80; }

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

This div border color is #854E80.

Opacity

.myOpacity80 { color: #854E80; opacity: 0.8; }

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

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

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

This text has shadow with #854E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854E80.

Preview

Color preview on black background

This text has color #854E80 on black background.


Color preview on white background

This text has color #854E80 on white background.


Black color preview on #854E80 background

This text has black color on #854E80 background.


White color preview on #854E80 background

This text has white color on #854E80 background.


Related colors

Complementary color

Complementary color for #hex is #7AB17F.


I love getcolorcode.com

Triadic colors

1 #80854E and #4E8085 with #854E80 are triadic colors.

2 #804E85 and #4E8580 with #854E80 are triadic colors.