COLOR #85529D

HEX: #85529D
RGB: (133,82,157)

Color info

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

RGB color model

#85529D color RGB value is (133,82,157).

  • red value is 133;
  • green value is 82;
  • blue value is 157.
RGB:
(133,82,157)
(52%,32%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 82 of 255 = 32%
B 157 of 255 = 62%

133
82
157

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

Portions of RGB colors in percentages

R + G + B =
133 + 82 + 157 = 372 (100%)
R 133 of 372 ~ 35.75%
G 82 of 372 ~ 22.04%
B 157 of 372 ~ 42.2%

%35.75
%22.04
%42.2

CMYK color model

#85529D color CMYK value is (15,48,0,38).

  • cyan value is 15.29%
  • magenta value is 47.77%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(15,48,0,38)
C15M48Y0K38 
(15%,48%,0%,38%)
(0.15/0.48/0.00/0.38)	

CMYK percentages

%15.29
%47.77
%0
%38.43

Codes

Color #85529D in popluar color models

85529D
RGB13382157
HSL281°31.38%46.86%
HSB/HSV281°47.77%61.57%
CMYK15.29%47.77%0.00%
38.43%

Color #85529D in popluar number systems.

HEX85529D
Decimal13382157
Binary10000101101001010011101
Octal205122235

Shades and tints

Shades of #85529D

#85529D
(133,82,157)
#794B8F
(121,75,143)
#6D4481
(109,68,129)
#613D73
(97,61,115)
#553665
(85,54,101)
#492F57
(73,47,87)
#3D2849
(61,40,73)
#31213B
(49,33,59)
#251A2D
(37,26,45)
#19131F
(25,19,31)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #85529D

#85529D
(133,82,157)
#9061A5
(144,97,165)
#9B70AD
(155,112,173)
#A67FB5
(166,127,181)
#B18EBD
(177,142,189)
#BC9DC5
(188,157,197)
#C7ACCD
(199,172,205)
#D2BBD5
(210,187,213)
#DDCADD
(221,202,221)
#E8D9E5
(232,217,229)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85529D color. Also use rgb(133,82,157) instead hex code.

Text Font Color

.myTextColor { color: #85529D; }

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

This text font color is #85529D.


Background Color

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

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

This div background color is #85529D.


Border color

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

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

This div border color is #85529D.


Opacity

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

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

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

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

This text has shadow with #85529D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85529D on black background.


Color preview on white background

This text has color #85529D on white background.



Black color preview on #85529D background

This text has black color on #85529D background.


White color preview on #85529D background

This text has white color on #85529D background.