COLOR #87659C

HEX: #87659C RGB: (135,101,156)

Color info

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

RGB color model

#87659C color RGB value is (135,101,156).

RGB: (135,101,156) (53%, 40%, 61%)

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 156 of 255 = 61%

135
101
156

R + G + B ~ 51%. #87659C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 101 + 156 = 392 (100%)
R 135 of 392 ~ 34.44%
G 101 of 392 ~ 25.77%
B 156 of 392 ~ 39.8'%

%34.44
%25.77
%39.8

CMYK color model

#87659C color CMYK value is (13,35,0,39).

  • cyan value is 13.46%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (13,35,0,39) C13M35Y0K39 (13%,35%,0%,39%) (0.13/0.35/0.00/0.39) 

CMYK percentages

%13.46
%35.26
%0
%38.82

Codes

Color #87659C in popluar color models

87 65 9C
RGB 135 101 156
HSL 277° 21.74% 50.39%
HSB/HSV 277° 35.26% 61.18%
CMYK 13.46% 35.26% 0.00%
38.82%

Color #87659C in popluar number systems.

HEX 87 65 9C
Decimal 135 101 156
Binary 10000111 1100101 10011100
Octal 207 145 234

Shades and tints

Shades of #87659C

#87659C
(135,101,156)
#7B5C8E
(123,92,142)
#6F5380
(111,83,128)
#634A72
(99,74,114)
#574164
(87,65,100)
#4B3856
(75,56,86)
#3F2F48
(63,47,72)
#33263A
(51,38,58)
#271D2C
(39,29,44)
#1B141E
(27,20,30)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #87659C

#87659C
(135,101,156)
#9173A5
(145,115,165)
#9B81AE
(155,129,174)
#A58FB7
(165,143,183)
#AF9DC0
(175,157,192)
#B9ABC9
(185,171,201)
#C3B9D2
(195,185,210)
#CDC7DB
(205,199,219)
#D7D5E4
(215,213,228)
#E1E3ED
(225,227,237)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87659C color. Also use rgb(135,101,156) instead hex code.

Text Font Color

.myTextColor { color: #87659C; }

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

This text font color is #87659C.

Background Color

.myBgColor { background-color: #87659C; }

<div style="background-color:#87659C">Inner text</div>

This div background color is #87659C.

Border color

.myBorderColor { border: 1px solid #87659C; }

<div style="border:3px solid #87659C">Div</div>

This div border color is #87659C.

Opacity

.myOpacity80 { color: #87659C; opacity: 0.8; }

<p style="color:#87659C;opacity:0.8;">80%</p>

Text with #87659C 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 #87659C;}

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

This text has shadow with #87659C color.


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

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

This text has shadow with #87659C primary color and red secondary color.


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

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

This text has shadow with #87659C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87659C.

Preview

Color preview on black background

This text has color #87659C on black background.


Color preview on white background

This text has color #87659C on white background.


Black color preview on #87659C background

This text has black color on #87659C background.


White color preview on #87659C background

This text has white color on #87659C background.


Related colors

Complementary color

Complementary color for #hex is #789A63.


I love getcolorcode.com

Triadic colors

1 #9C8765 and #659C87 with #87659C are triadic colors.

2 #9C6587 and #65879C with #87659C are triadic colors.