COLOR #85508E

HEX: #85508E RGB: (133,80,142)

Color info

#85508E contains mainly red and blue colors. Web safe color of #85508E is #996699 (or #969).

RGB color model

#85508E color RGB value is (133,80,142).

RGB: (133,80,142) (52%, 31%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 80 of 255 = 31%
B 142 of 255 = 56%

133
80
142

R + G + B ~ 46%. #85508E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 80 + 142 = 355 (100%)
R 133 of 355 ~ 37.46%
G 80 of 355 ~ 22.54%
B 142 of 355 ~ 40'%

%37.46
%22.54
%40

CMYK color model

#85508E color CMYK value is (6,44,0,44).

  • cyan value is 6.34%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (6,44,0,44)
C6M44Y0K44 (6%, 44%, 0%, 44%)
(0.06 / 0.44 / 0.00 / 0.44)

CMYK percentages

%6.34
%43.66
%0
%44.31

Codes

Color #85508E in popluar color models

85 50 8E
RGB 133 80 142
HSL 291° 27.93% 43.53%
HSB/HSV 291° 43.66% 55.69%
CMYK 6.34% 43.66% 0.00%
44.31%

Color #85508E in popluar number systems.

HEX 85 50 8E
Decimal 133 80 142
Binary 10000101 1010000 10001110
Octal 205 120 216

Shades and tints

Shades of #85508E

#85508E
(133,80,142)
#794982
(121,73,130)
#6D4276
(109,66,118)
#613B6A
(97,59,106)
#55345E
(85,52,94)
#492D52
(73,45,82)
#3D2646
(61,38,70)
#311F3A
(49,31,58)
#25182E
(37,24,46)
#191122
(25,17,34)
#0D0A16
(13,10,22)
#000000
(0,0,0)

Tints of #85508E

#85508E
(133,80,142)
#905F98
(144,95,152)
#9B6EA2
(155,110,162)
#A67DAC
(166,125,172)
#B18CB6
(177,140,182)
#BC9BC0
(188,155,192)
#C7AACA
(199,170,202)
#D2B9D4
(210,185,212)
#DDC8DE
(221,200,222)
#E8D7E8
(232,215,232)
#F3E6F2
(243,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85508E color. Also use rgb(133,80,142) instead hex code.

Text Font Color

.myTextColor { color: #85508E; }

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

This text font color is #85508E.

Background Color

.myBgColor { background-color: #85508E; }

<div style="background-color:#85508E">Inner text</div>

This div background color is #85508E.

Border color

.myBorderColor { border: 1px solid #85508E; }

<div style="border:3px solid #85508E">Div</div>

This div border color is #85508E.

Opacity

.myOpacity80 { color: #85508E; opacity: 0.8; }

<p style="color:#85508E;opacity:0.8;">80%</p>

Text with #85508E 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 #85508E;}

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

This text has shadow with #85508E color.


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

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

This text has shadow with #85508E primary color and red secondary color.


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

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

This text has shadow with #85508E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85508E.

Preview

Color preview on black background

This text has color #85508E on black background.


Color preview on white background

This text has color #85508E on white background.


Black color preview on #85508E background

This text has black color on #85508E background.


White color preview on #85508E background

This text has white color on #85508E background.


Related colors

Complementary color

Complementary color for #hex is #7AAF71.


I love getcolorcode.com

Triadic colors

1 #8E8550 and #508E85 with #85508E are triadic colors.

2 #8E5085 and #50858E with #85508E are triadic colors.