COLOR #85507F

HEX: #85507F RGB: (133,80,127)

Color info

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

RGB color model

#85507F color RGB value is (133,80,127).

RGB: (133,80,127) (52%, 31%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 80 of 255 = 31%
B 127 of 255 = 50%

133
80
127

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

Portions of RGB colors in percentages

R + G + B = 133 + 80 + 127 = 340 (100%)
R 133 of 340 ~ 39.12%
G 80 of 340 ~ 23.53%
B 127 of 340 ~ 37.35'%

%39.12
%23.53
%37.35

CMYK color model

#85507F color CMYK value is (0,40,5,48).

  • cyan value is 0.00%
  • magenta value is 39.85%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK: (0,40,5,48) C0M40Y5K48 (0%,40%,5%,48%) (0.00/0.40/0.05/0.48) 

CMYK percentages

%0
%39.85
%4.51
%47.84

Codes

Color #85507F in popluar color models

85 50 7F
RGB 133 80 127
HSL 307° 24.88% 41.76%
HSB/HSV 307° 39.85% 52.16%
CMYK 0.00% 39.85% 4.51%
47.84%

Color #85507F in popluar number systems.

HEX 85 50 7F
Decimal 133 80 127
Binary 10000101 1010000 1111111
Octal 205 120 177

Shades and tints

Shades of #85507F

#85507F
(133,80,127)
#794974
(121,73,116)
#6D4269
(109,66,105)
#613B5E
(97,59,94)
#553453
(85,52,83)
#492D48
(73,45,72)
#3D263D
(61,38,61)
#311F32
(49,31,50)
#251827
(37,24,39)
#19111C
(25,17,28)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #85507F

#85507F
(133,80,127)
#905F8A
(144,95,138)
#9B6E95
(155,110,149)
#A67DA0
(166,125,160)
#B18CAB
(177,140,171)
#BC9BB6
(188,155,182)
#C7AAC1
(199,170,193)
#D2B9CC
(210,185,204)
#DDC8D7
(221,200,215)
#E8D7E2
(232,215,226)
#F3E6ED
(243,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85507F color. Also use rgb(133,80,127) instead hex code.

Text Font Color

.myTextColor { color: #85507F; }

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

This text font color is #85507F.

Background Color

.myBgColor { background-color: #85507F; }

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

This div background color is #85507F.

Border color

.myBorderColor { border: 1px solid #85507F; }

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

This div border color is #85507F.

Opacity

.myOpacity80 { color: #85507F; opacity: 0.8; }

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

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

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

This text has shadow with #85507F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85507F.

Preview

Color preview on black background

This text has color #85507F on black background.


Color preview on white background

This text has color #85507F on white background.


Black color preview on #85507F background

This text has black color on #85507F background.


White color preview on #85507F background

This text has white color on #85507F background.


Related colors

Complementary color

Complementary color for #hex is #7AAF80.


I love getcolorcode.com

Triadic colors

1 #7F8550 and #507F85 with #85507F are triadic colors.

2 #7F5085 and #50857F with #85507F are triadic colors.