COLOR #85477D

HEX: #85477D RGB: (133,71,125)

Color info

#85477D contains mainly red and blue colors. Web safe color of #85477D is #993366 (or #936).

RGB color model

#85477D color RGB value is (133,71,125).

RGB: (133,71,125) (52%, 28%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 71 of 255 = 28%
B 125 of 255 = 49%

133
71
125

R + G + B ~ 43%. #85477D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 71 + 125 = 329 (100%)
R 133 of 329 ~ 40.43%
G 71 of 329 ~ 21.58%
B 125 of 329 ~ 37.99'%

%40.43
%21.58
%37.99

CMYK color model

#85477D color CMYK value is (0,47,6,48).

  • cyan value is 0.00%
  • magenta value is 46.62%
  • yellow value is 6.02%
  • key color value is 47.84%

CMYK: (0,47,6,48)
C0M47Y6K48 (0%, 47%, 6%, 48%)
(0.00 / 0.47 / 0.06 / 0.48)

CMYK percentages

%0
%46.62
%6.02
%47.84

Codes

Color #85477D in popluar color models

85 47 7D
RGB 133 71 125
HSL 308° 30.39% 40.00%
HSB/HSV 308° 46.62% 52.16%
CMYK 0.00% 46.62% 6.02%
47.84%

Color #85477D in popluar number systems.

HEX 85 47 7D
Decimal 133 71 125
Binary 10000101 1000111 1111101
Octal 205 107 175

Shades and tints

Shades of #85477D

#85477D
(133,71,125)
#794172
(121,65,114)
#6D3B67
(109,59,103)
#61355C
(97,53,92)
#552F51
(85,47,81)
#492946
(73,41,70)
#3D233B
(61,35,59)
#311D30
(49,29,48)
#251725
(37,23,37)
#19111A
(25,17,26)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #85477D

#85477D
(133,71,125)
#905788
(144,87,136)
#9B6793
(155,103,147)
#A6779E
(166,119,158)
#B187A9
(177,135,169)
#BC97B4
(188,151,180)
#C7A7BF
(199,167,191)
#D2B7CA
(210,183,202)
#DDC7D5
(221,199,213)
#E8D7E0
(232,215,224)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85477D color. Also use rgb(133,71,125) instead hex code.

Text Font Color

.myTextColor { color: #85477D; }

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

This text font color is #85477D.

Background Color

.myBgColor { background-color: #85477D; }

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

This div background color is #85477D.

Border color

.myBorderColor { border: 1px solid #85477D; }

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

This div border color is #85477D.

Opacity

.myOpacity80 { color: #85477D; opacity: 0.8; }

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

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

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

This text has shadow with #85477D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85477D.

Preview

Color preview on black background

This text has color #85477D on black background.


Color preview on white background

This text has color #85477D on white background.


Black color preview on #85477D background

This text has black color on #85477D background.


White color preview on #85477D background

This text has white color on #85477D background.


Related colors

Complementary color

Complementary color for #hex is #7AB882.


I love getcolorcode.com

Triadic colors

1 #7D8547 and #477D85 with #85477D are triadic colors.

2 #7D4785 and #47857D with #85477D are triadic colors.