COLOR #87528F

HEX: #87528F RGB: (135,82,143)

Color info

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

RGB color model

#87528F color RGB value is (135,82,143).

RGB: (135,82,143) (53%, 32%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 82 of 255 = 32%
B 143 of 255 = 56%

135
82
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 82 + 143 = 360 (100%)
R 135 of 360 ~ 37.5%
G 82 of 360 ~ 22.78%
B 143 of 360 ~ 39.72'%

%37.5
%22.78
%39.72

CMYK color model

#87528F color CMYK value is (6,43,0,44).

  • cyan value is 5.59%
  • magenta value is 42.66%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (6,43,0,44)
C6M43Y0K44 (6%, 43%, 0%, 44%)
(0.06 / 0.43 / 0.00 / 0.44)

CMYK percentages

%5.59
%42.66
%0
%43.92

Codes

Color #87528F in popluar color models

87 52 8F
RGB 135 82 143
HSL 292° 27.11% 44.12%
HSB/HSV 292° 42.66% 56.08%
CMYK 5.59% 42.66% 0.00%
43.92%

Color #87528F in popluar number systems.

HEX 87 52 8F
Decimal 135 82 143
Binary 10000111 1010010 10001111
Octal 207 122 217

Shades and tints

Shades of #87528F

#87528F
(135,82,143)
#7B4B82
(123,75,130)
#6F4475
(111,68,117)
#633D68
(99,61,104)
#57365B
(87,54,91)
#4B2F4E
(75,47,78)
#3F2841
(63,40,65)
#332134
(51,33,52)
#271A27
(39,26,39)
#1B131A
(27,19,26)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #87528F

#87528F
(135,82,143)
#916199
(145,97,153)
#9B70A3
(155,112,163)
#A57FAD
(165,127,173)
#AF8EB7
(175,142,183)
#B99DC1
(185,157,193)
#C3ACCB
(195,172,203)
#CDBBD5
(205,187,213)
#D7CADF
(215,202,223)
#E1D9E9
(225,217,233)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87528F color. Also use rgb(135,82,143) instead hex code.

Text Font Color

.myTextColor { color: #87528F; }

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

This text font color is #87528F.

Background Color

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

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

This div background color is #87528F.

Border color

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

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

This div border color is #87528F.

Opacity

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

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

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

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

This text has shadow with #87528F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87528F.

Preview

Color preview on black background

This text has color #87528F on black background.


Color preview on white background

This text has color #87528F on white background.


Black color preview on #87528F background

This text has black color on #87528F background.


White color preview on #87528F background

This text has white color on #87528F background.


Related colors

Complementary color

Complementary color for #hex is #78AD70.


I love getcolorcode.com

Triadic colors

1 #8F8752 and #528F87 with #87528F are triadic colors.

2 #8F5287 and #52878F with #87528F are triadic colors.