COLOR #87568A

HEX: #87568A RGB: (135,86,138)

Color info

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

RGB color model

#87568A color RGB value is (135,86,138).

RGB: (135,86,138) (53%, 34%, 54%)

RGB channels and saturation

R 135 of 255 = 53%
G 86 of 255 = 34%
B 138 of 255 = 54%

135
86
138

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

Portions of RGB colors in percentages

R + G + B = 135 + 86 + 138 = 359 (100%)
R 135 of 359 ~ 37.6%
G 86 of 359 ~ 23.96%
B 138 of 359 ~ 38.44'%

%37.6
%23.96
%38.44

CMYK color model

#87568A color CMYK value is (2,38,0,46).

  • cyan value is 2.17%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (2,38,0,46)
C2M38Y0K46 (2%, 38%, 0%, 46%)
(0.02 / 0.38 / 0.00 / 0.46)

CMYK percentages

%2.17
%37.68
%0
%45.88

Codes

Color #87568A in popluar color models

87 56 8A
RGB 135 86 138
HSL 297° 23.21% 43.92%
HSB/HSV 297° 37.68% 54.12%
CMYK 2.17% 37.68% 0.00%
45.88%

Color #87568A in popluar number systems.

HEX 87 56 8A
Decimal 135 86 138
Binary 10000111 1010110 10001010
Octal 207 126 212

Shades and tints

Shades of #87568A

#87568A
(135,86,138)
#7B4F7E
(123,79,126)
#6F4872
(111,72,114)
#634166
(99,65,102)
#573A5A
(87,58,90)
#4B334E
(75,51,78)
#3F2C42
(63,44,66)
#332536
(51,37,54)
#271E2A
(39,30,42)
#1B171E
(27,23,30)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #87568A

#87568A
(135,86,138)
#916594
(145,101,148)
#9B749E
(155,116,158)
#A583A8
(165,131,168)
#AF92B2
(175,146,178)
#B9A1BC
(185,161,188)
#C3B0C6
(195,176,198)
#CDBFD0
(205,191,208)
#D7CEDA
(215,206,218)
#E1DDE4
(225,221,228)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87568A color. Also use rgb(135,86,138) instead hex code.

Text Font Color

.myTextColor { color: #87568A; }

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

This text font color is #87568A.

Background Color

.myBgColor { background-color: #87568A; }

<div style="background-color:#87568A">Inner text</div>

This div background color is #87568A.

Border color

.myBorderColor { border: 1px solid #87568A; }

<div style="border:3px solid #87568A">Div</div>

This div border color is #87568A.

Opacity

.myOpacity80 { color: #87568A; opacity: 0.8; }

<p style="color:#87568A;opacity:0.8;">80%</p>

Text with #87568A 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 #87568A;}

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

This text has shadow with #87568A color.


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

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

This text has shadow with #87568A primary color and red secondary color.


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

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

This text has shadow with #87568A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87568A.

Preview

Color preview on black background

This text has color #87568A on black background.


Color preview on white background

This text has color #87568A on white background.


Black color preview on #87568A background

This text has black color on #87568A background.


White color preview on #87568A background

This text has white color on #87568A background.


Related colors

Complementary color

Complementary color for #hex is #78A975.


I love getcolorcode.com

Triadic colors

1 #8A8756 and #568A87 with #87568A are triadic colors.

2 #8A5687 and #56878A with #87568A are triadic colors.