COLOR #871D7E

HEX: #871D7E
RGB: (135,29,126)

Color info

#871D7E contains mainly red and blue colors. Web safe color of #871D7E is #993366 (or #936).

RGB color model

#871D7E color RGB value is (135,29,126).

  • red value is 135;
  • green value is 29;
  • blue value is 126.
RGB:
(135,29,126)
(53%,11%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 29 of 255 = 11%
B 126 of 255 = 49%

135
29
126

R + G + B ~ 38%. #871D7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 29 + 126 = 290 (100%)
R 135 of 290 ~ 46.55%
G 29 of 290 ~ 10%
B 126 of 290 ~ 43.45%

%46.55
%10
%43.45

CMYK color model

#871D7E color CMYK value is (0,79,7,47).

  • cyan value is 0.00%
  • magenta value is 78.52%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(0,79,7,47)
C0M79Y7K47 
(0%,79%,7%,47%)
(0.00/0.79/0.07/0.47)	

CMYK percentages

%0
%78.52
%6.67
%47.06

Codes

Color #871D7E in popluar color models

871D7E
RGB13529126
HSL305°64.63%32.16%
HSB/HSV305°78.52%52.94%
CMYK0.00%78.52%6.67%
47.06%

Color #871D7E in popluar number systems.

HEX871D7E
Decimal13529126
Binary10000111111011111110
Octal20735176

Shades and tints

Shades of #871D7E

#871D7E
(135,29,126)
#7B1B73
(123,27,115)
#6F1968
(111,25,104)
#63175D
(99,23,93)
#571552
(87,21,82)
#4B1347
(75,19,71)
#3F113C
(63,17,60)
#330F31
(51,15,49)
#270D26
(39,13,38)
#1B0B1B
(27,11,27)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #871D7E

#871D7E
(135,29,126)
#913189
(145,49,137)
#9B4594
(155,69,148)
#A5599F
(165,89,159)
#AF6DAA
(175,109,170)
#B981B5
(185,129,181)
#C395C0
(195,149,192)
#CDA9CB
(205,169,203)
#D7BDD6
(215,189,214)
#E1D1E1
(225,209,225)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871D7E color. Also use rgb(135,29,126) instead hex code.

Text Font Color

.myTextColor { color: #871D7E; }

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

This text font color is #871D7E.


Background Color

.myBgColor { background-color: #871D7E; }

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

This div background color is #871D7E.


Border color

.myBorderColor { border: 1px solid #871D7E; }

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

This div border color is #871D7E.


Opacity

.myOpacity80 { color: #871D7E; opacity: 0.8; }

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

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

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

This text has shadow with #871D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871D7E on black background.


Color preview on white background

This text has color #871D7E on white background.



Black color preview on #871D7E background

This text has black color on #871D7E background.


White color preview on #871D7E background

This text has white color on #871D7E background.