COLOR #87578E

HEX: #87578E RGB: (135,87,142)

Color info

#87578E contains red, green and blue colors in about the same proportion. Web safe color of #87578E is #996699 (or #969).

RGB color model

#87578E color RGB value is (135,87,142).

RGB: (135,87,142) (53%, 34%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 87 of 255 = 34%
B 142 of 255 = 56%

135
87
142

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

Portions of RGB colors in percentages

R + G + B = 135 + 87 + 142 = 364 (100%)
R 135 of 364 ~ 37.09%
G 87 of 364 ~ 23.9%
B 142 of 364 ~ 39.01'%

%37.09
%23.9
%39.01

CMYK color model

#87578E color CMYK value is (5,39,0,44).

  • cyan value is 4.93%
  • magenta value is 38.73%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (5,39,0,44)
C5M39Y0K44 (5%, 39%, 0%, 44%)
(0.05 / 0.39 / 0.00 / 0.44)

CMYK percentages

%4.93
%38.73
%0
%44.31

Codes

Color #87578E in popluar color models

87 57 8E
RGB 135 87 142
HSL 292° 24.02% 44.90%
HSB/HSV 292° 38.73% 55.69%
CMYK 4.93% 38.73% 0.00%
44.31%

Color #87578E in popluar number systems.

HEX 87 57 8E
Decimal 135 87 142
Binary 10000111 1010111 10001110
Octal 207 127 216

Shades and tints

Shades of #87578E

#87578E
(135,87,142)
#7B5082
(123,80,130)
#6F4976
(111,73,118)
#63426A
(99,66,106)
#573B5E
(87,59,94)
#4B3452
(75,52,82)
#3F2D46
(63,45,70)
#33263A
(51,38,58)
#271F2E
(39,31,46)
#1B1822
(27,24,34)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #87578E

#87578E
(135,87,142)
#916698
(145,102,152)
#9B75A2
(155,117,162)
#A584AC
(165,132,172)
#AF93B6
(175,147,182)
#B9A2C0
(185,162,192)
#C3B1CA
(195,177,202)
#CDC0D4
(205,192,212)
#D7CFDE
(215,207,222)
#E1DEE8
(225,222,232)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87578E color. Also use rgb(135,87,142) instead hex code.

Text Font Color

.myTextColor { color: #87578E; }

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

This text font color is #87578E.

Background Color

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

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

This div background color is #87578E.

Border color

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

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

This div border color is #87578E.

Opacity

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

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

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

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

This text has shadow with #87578E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87578E.

Preview

Color preview on black background

This text has color #87578E on black background.


Color preview on white background

This text has color #87578E on white background.


Black color preview on #87578E background

This text has black color on #87578E background.


White color preview on #87578E background

This text has white color on #87578E background.


Related colors

Complementary color

Complementary color for #hex is #78A871.


I love getcolorcode.com

Triadic colors

1 #8E8757 and #578E87 with #87578E are triadic colors.

2 #8E5787 and #57878E with #87578E are triadic colors.