COLOR #875791

HEX: #875791
RGB: (135,87,145)

Color info

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

RGB color model

#875791 color RGB value is (135,87,145).

  • red value is 135;
  • green value is 87;
  • blue value is 145.
RGB:
(135,87,145)
(53%,34%,57%)

RGB channels and saturation

R 135 of 255 = 53%
G 87 of 255 = 34%
B 145 of 255 = 57%

135
87
145

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

Portions of RGB colors in percentages

R + G + B =
135 + 87 + 145 = 367 (100%)
R 135 of 367 ~ 36.78%
G 87 of 367 ~ 23.71%
B 145 of 367 ~ 39.51%

%36.78
%23.71
%39.51

CMYK color model

#875791 color CMYK value is (7,40,0,43).

  • cyan value is 6.90%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(7,40,0,43)
C7M40Y0K43 
(7%,40%,0%,43%)
(0.07/0.40/0.00/0.43)	

CMYK percentages

%6.9
%40
%0
%43.14

Codes

Color #875791 in popluar color models

875791
RGB13587145
HSL290°25.00%45.49%
HSB/HSV290°40.00%56.86%
CMYK6.90%40.00%0.00%
43.14%

Color #875791 in popluar number systems.

HEX875791
Decimal13587145
Binary10000111101011110010001
Octal207127221

Shades and tints

Shades of #875791

#875791
(135,87,145)
#7B5084
(123,80,132)
#6F4977
(111,73,119)
#63426A
(99,66,106)
#573B5D
(87,59,93)
#4B3450
(75,52,80)
#3F2D43
(63,45,67)
#332636
(51,38,54)
#271F29
(39,31,41)
#1B181C
(27,24,28)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #875791

#875791
(135,87,145)
#91669B
(145,102,155)
#9B75A5
(155,117,165)
#A584AF
(165,132,175)
#AF93B9
(175,147,185)
#B9A2C3
(185,162,195)
#C3B1CD
(195,177,205)
#CDC0D7
(205,192,215)
#D7CFE1
(215,207,225)
#E1DEEB
(225,222,235)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875791; }

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

This text font color is #875791.


Background Color

.myBgColor { background-color: #875791; }

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

This div background color is #875791.


Border color

.myBorderColor { border: 1px solid #875791; }

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

This div border color is #875791.


Opacity

.myOpacity80 { color: #875791; opacity: 0.8; }

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

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

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

This text has shadow with #875791 color.

.textShadow {text-shadow: 3px 3px 1px #875791, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #875791;
-webkit-box-shadow: 1px 1px 3px 2px #875791;
box-shadow:1px 1px 3px 2px #875791;">
Div content here</div>
This div box has shadow with color #875791.

Preview

Color preview on black background

This text has color #875791 on black background.


Color preview on white background

This text has color #875791 on white background.



Black color preview on #875791 background

This text has black color on #875791 background.


White color preview on #875791 background

This text has white color on #875791 background.