COLOR #875D8F

HEX: #875D8F RGB: (135,93,143)

Color info

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

RGB color model

#875D8F color RGB value is (135,93,143).

RGB: (135,93,143) (53%, 36%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 93 of 255 = 36%
B 143 of 255 = 56%

135
93
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 93 + 143 = 371 (100%)
R 135 of 371 ~ 36.39%
G 93 of 371 ~ 25.07%
B 143 of 371 ~ 38.54'%

%36.39
%25.07
%38.54

CMYK color model

#875D8F color CMYK value is (6,35,0,44).

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

CMYK: (6,35,0,44)
C6M35Y0K44 (6%, 35%, 0%, 44%)
(0.06 / 0.35 / 0.00 / 0.44)

CMYK percentages

%5.59
%34.97
%0
%43.92

Codes

Color #875D8F in popluar color models

87 5D 8F
RGB 135 93 143
HSL 290° 21.19% 46.27%
HSB/HSV 290° 34.97% 56.08%
CMYK 5.59% 34.97% 0.00%
43.92%

Color #875D8F in popluar number systems.

HEX 87 5D 8F
Decimal 135 93 143
Binary 10000111 1011101 10001111
Octal 207 135 217

Shades and tints

Shades of #875D8F

#875D8F
(135,93,143)
#7B5582
(123,85,130)
#6F4D75
(111,77,117)
#634568
(99,69,104)
#573D5B
(87,61,91)
#4B354E
(75,53,78)
#3F2D41
(63,45,65)
#332534
(51,37,52)
#271D27
(39,29,39)
#1B151A
(27,21,26)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #875D8F

#875D8F
(135,93,143)
#916B99
(145,107,153)
#9B79A3
(155,121,163)
#A587AD
(165,135,173)
#AF95B7
(175,149,183)
#B9A3C1
(185,163,193)
#C3B1CB
(195,177,203)
#CDBFD5
(205,191,213)
#D7CDDF
(215,205,223)
#E1DBE9
(225,219,233)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875D8F color. Also use rgb(135,93,143) instead hex code.

Text Font Color

.myTextColor { color: #875D8F; }

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

This text font color is #875D8F.

Background Color

.myBgColor { background-color: #875D8F; }

<div style="background-color:#875D8F">Inner text</div>

This div background color is #875D8F.

Border color

.myBorderColor { border: 1px solid #875D8F; }

<div style="border:3px solid #875D8F">Div</div>

This div border color is #875D8F.

Opacity

.myOpacity80 { color: #875D8F; opacity: 0.8; }

<p style="color:#875D8F;opacity:0.8;">80%</p>

Text with #875D8F 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 #875D8F;}

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

This text has shadow with #875D8F color.


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

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

This text has shadow with #875D8F primary color and red secondary color.


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

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

This text has shadow with #875D8F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #875D8F.

Preview

Color preview on black background

This text has color #875D8F on black background.


Color preview on white background

This text has color #875D8F on white background.


Black color preview on #875D8F background

This text has black color on #875D8F background.


White color preview on #875D8F background

This text has white color on #875D8F background.


Related colors

Complementary color

Complementary color for #hex is #78A270.


I love getcolorcode.com

Triadic colors

1 #8F875D and #5D8F87 with #875D8F are triadic colors.

2 #8F5D87 and #5D878F with #875D8F are triadic colors.