COLOR #872887

HEX: #872887
RGB: (135,40,135)

Color info

#872887 contains mainly red and blue colors. Web safe color of #872887 is #993399 (or #939).

RGB color model

#872887 color RGB value is (135,40,135).

  • red value is 135;
  • green value is 40;
  • blue value is 135.
RGB:
(135,40,135)
(53%,16%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 40 of 255 = 16%
B 135 of 255 = 53%

135
40
135

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

Portions of RGB colors in percentages

R + G + B =
135 + 40 + 135 = 310 (100%)
R 135 of 310 ~ 43.55%
G 40 of 310 ~ 12.9%
B 135 of 310 ~ 43.55%

%43.55
%12.9
%43.55

CMYK color model

#872887 color CMYK value is (0,70,0,47).

  • cyan value is 0.00%
  • magenta value is 70.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(0,70,0,47)
C0M70Y0K47 
(0%,70%,0%,47%)
(0.00/0.70/0.00/0.47)	

CMYK percentages

%0
%70.37
%0
%47.06

Codes

Color #872887 in popluar color models

872887
RGB13540135
HSL300°54.29%34.31%
HSB/HSV300°70.37%52.94%
CMYK0.00%70.37%0.00%
47.06%

Color #872887 in popluar number systems.

HEX872887
Decimal13540135
Binary1000011110100010000111
Octal20750207

Shades and tints

Shades of #872887

#872887
(135,40,135)
#7B257B
(123,37,123)
#6F226F
(111,34,111)
#631F63
(99,31,99)
#571C57
(87,28,87)
#4B194B
(75,25,75)
#3F163F
(63,22,63)
#331333
(51,19,51)
#271027
(39,16,39)
#1B0D1B
(27,13,27)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #872887

#872887
(135,40,135)
#913B91
(145,59,145)
#9B4E9B
(155,78,155)
#A561A5
(165,97,165)
#AF74AF
(175,116,175)
#B987B9
(185,135,185)
#C39AC3
(195,154,195)
#CDADCD
(205,173,205)
#D7C0D7
(215,192,215)
#E1D3E1
(225,211,225)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872887; }

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

This text font color is #872887.


Background Color

.myBgColor { background-color: #872887; }

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

This div background color is #872887.


Border color

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

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

This div border color is #872887.


Opacity

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

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

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

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

This text has shadow with #872887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872887 on black background.


Color preview on white background

This text has color #872887 on white background.



Black color preview on #872887 background

This text has black color on #872887 background.


White color preview on #872887 background

This text has white color on #872887 background.