COLOR #875D90

HEX: #875D90 RGB: (135,93,144)

Color info

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

RGB color model

#875D90 color RGB value is (135,93,144).

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

RGB channels and saturation

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

135
93
144

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

Portions of RGB colors in percentages

R + G + B = 135 + 93 + 144 = 372 (100%)
R 135 of 372 ~ 36.29%
G 93 of 372 ~ 25%
B 144 of 372 ~ 38.71'%

%36.29
%25
%38.71

CMYK color model

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

  • cyan value is 6.25%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 43.53%

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

CMYK percentages

%6.25
%35.42
%0
%43.53

Codes

Color #875D90 in popluar color models

87 5D 90
RGB 135 93 144
HSL 289° 21.52% 46.47%
HSB/HSV 289° 35.42% 56.47%
CMYK 6.25% 35.42% 0.00%
43.53%

Color #875D90 in popluar number systems.

HEX 87 5D 90
Decimal 135 93 144
Binary 10000111 1011101 10010000
Octal 207 135 220

Shades and tints

Shades of #875D90

#875D90
(135,93,144)
#7B5583
(123,85,131)
#6F4D76
(111,77,118)
#634569
(99,69,105)
#573D5C
(87,61,92)
#4B354F
(75,53,79)
#3F2D42
(63,45,66)
#332535
(51,37,53)
#271D28
(39,29,40)
#1B151B
(27,21,27)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #875D90

#875D90
(135,93,144)
#916B9A
(145,107,154)
#9B79A4
(155,121,164)
#A587AE
(165,135,174)
#AF95B8
(175,149,184)
#B9A3C2
(185,163,194)
#C3B1CC
(195,177,204)
#CDBFD6
(205,191,214)
#D7CDE0
(215,205,224)
#E1DBEA
(225,219,234)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875D90; }

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

This text font color is #875D90.

Background Color

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

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

This div background color is #875D90.

Border color

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

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

This div border color is #875D90.

Opacity

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

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

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

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

This text has shadow with #875D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875D90.

Preview

Color preview on black background

This text has color #875D90 on black background.


Color preview on white background

This text has color #875D90 on white background.


Black color preview on #875D90 background

This text has black color on #875D90 background.


White color preview on #875D90 background

This text has white color on #875D90 background.


Related colors

Complementary color

Complementary color for #hex is #78A26F.


I love getcolorcode.com

Triadic colors

1 #90875D and #5D9087 with #875D90 are triadic colors.

2 #905D87 and #5D8790 with #875D90 are triadic colors.