COLOR #873487

HEX: #873487
RGB: (135,52,135)

Color info

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

RGB color model

#873487 color RGB value is (135,52,135).

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

RGB channels and saturation

R 135 of 255 = 53%
G 52 of 255 = 20%
B 135 of 255 = 53%

135
52
135

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

Portions of RGB colors in percentages

R + G + B =
135 + 52 + 135 = 322 (100%)
R 135 of 322 ~ 41.93%
G 52 of 322 ~ 16.15%
B 135 of 322 ~ 41.93%

%41.93
%16.15
%41.93

CMYK color model

#873487 color CMYK value is (0,61,0,47).

  • cyan value is 0.00%
  • magenta value is 61.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(0,61,0,47)
C0M61Y0K47 
(0%,61%,0%,47%)
(0.00/0.61/0.00/0.47)	

CMYK percentages

%0
%61.48
%0
%47.06

Codes

Color #873487 in popluar color models

873487
RGB13552135
HSL300°44.39%36.67%
HSB/HSV300°61.48%52.94%
CMYK0.00%61.48%0.00%
47.06%

Color #873487 in popluar number systems.

HEX873487
Decimal13552135
Binary1000011111010010000111
Octal20764207

Shades and tints

Shades of #873487

#873487
(135,52,135)
#7B307B
(123,48,123)
#6F2C6F
(111,44,111)
#632863
(99,40,99)
#572457
(87,36,87)
#4B204B
(75,32,75)
#3F1C3F
(63,28,63)
#331833
(51,24,51)
#271427
(39,20,39)
#1B101B
(27,16,27)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #873487

#873487
(135,52,135)
#914691
(145,70,145)
#9B589B
(155,88,155)
#A56AA5
(165,106,165)
#AF7CAF
(175,124,175)
#B98EB9
(185,142,185)
#C3A0C3
(195,160,195)
#CDB2CD
(205,178,205)
#D7C4D7
(215,196,215)
#E1D6E1
(225,214,225)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873487; }

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

This text font color is #873487.


Background Color

.myBgColor { background-color: #873487; }

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

This div background color is #873487.


Border color

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

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

This div border color is #873487.


Opacity

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

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

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

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

This text has shadow with #873487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873487 on black background.


Color preview on white background

This text has color #873487 on white background.



Black color preview on #873487 background

This text has black color on #873487 background.


White color preview on #873487 background

This text has white color on #873487 background.