COLOR #854C89

HEX: #854C89 RGB: (133,76,137)

Color info

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

RGB color model

#854C89 color RGB value is (133,76,137).

RGB: (133,76,137) (52%, 30%, 54%)

RGB channels and saturation

R 133 of 255 = 52%
G 76 of 255 = 30%
B 137 of 255 = 54%

133
76
137

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

Portions of RGB colors in percentages

R + G + B = 133 + 76 + 137 = 346 (100%)
R 133 of 346 ~ 38.44%
G 76 of 346 ~ 21.97%
B 137 of 346 ~ 39.6'%

%38.44
%21.97
%39.6

CMYK color model

#854C89 color CMYK value is (3,45,0,46).

  • cyan value is 2.92%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (3,45,0,46)
C3M45Y0K46 (3%, 45%, 0%, 46%)
(0.03 / 0.45 / 0.00 / 0.46)

CMYK percentages

%2.92
%44.53
%0
%46.27

Codes

Color #854C89 in popluar color models

85 4C 89
RGB 133 76 137
HSL 296° 28.64% 41.76%
HSB/HSV 296° 44.53% 53.73%
CMYK 2.92% 44.53% 0.00%
46.27%

Color #854C89 in popluar number systems.

HEX 85 4C 89
Decimal 133 76 137
Binary 10000101 1001100 10001001
Octal 205 114 211

Shades and tints

Shades of #854C89

#854C89
(133,76,137)
#79467D
(121,70,125)
#6D4071
(109,64,113)
#613A65
(97,58,101)
#553459
(85,52,89)
#492E4D
(73,46,77)
#3D2841
(61,40,65)
#312235
(49,34,53)
#251C29
(37,28,41)
#19161D
(25,22,29)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #854C89

#854C89
(133,76,137)
#905C93
(144,92,147)
#9B6C9D
(155,108,157)
#A67CA7
(166,124,167)
#B18CB1
(177,140,177)
#BC9CBB
(188,156,187)
#C7ACC5
(199,172,197)
#D2BCCF
(210,188,207)
#DDCCD9
(221,204,217)
#E8DCE3
(232,220,227)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854C89 color. Also use rgb(133,76,137) instead hex code.

Text Font Color

.myTextColor { color: #854C89; }

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

This text font color is #854C89.

Background Color

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

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

This div background color is #854C89.

Border color

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

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

This div border color is #854C89.

Opacity

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

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

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

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

This text has shadow with #854C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854C89.

Preview

Color preview on black background

This text has color #854C89 on black background.


Color preview on white background

This text has color #854C89 on white background.


Black color preview on #854C89 background

This text has black color on #854C89 background.


White color preview on #854C89 background

This text has white color on #854C89 background.


Related colors

Complementary color

Complementary color for #hex is #7AB376.


I love getcolorcode.com

Triadic colors

1 #89854C and #4C8985 with #854C89 are triadic colors.

2 #894C85 and #4C8589 with #854C89 are triadic colors.