COLOR #873F82

HEX: #873F82
RGB: (135,63,130)

Color info

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

RGB color model

#873F82 color RGB value is (135,63,130).

  • red value is 135;
  • green value is 63;
  • blue value is 130.
RGB:
(135,63,130)
(53%,25%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 63 of 255 = 25%
B 130 of 255 = 51%

135
63
130

R + G + B ~ 43%. #873F82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 63 + 130 = 328 (100%)
R 135 of 328 ~ 41.16%
G 63 of 328 ~ 19.21%
B 130 of 328 ~ 39.63%

%41.16
%19.21
%39.63

CMYK color model

#873F82 color CMYK value is (0,53,4,47).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 3.70%
  • key color value is 47.06%
CMYK:
(0,53,4,47)
C0M53Y4K47 
(0%,53%,4%,47%)
(0.00/0.53/0.04/0.47)	

CMYK percentages

%0
%53.33
%3.7
%47.06

Codes

Color #873F82 in popluar color models

873F82
RGB13563130
HSL304°36.36%38.82%
HSB/HSV304°53.33%52.94%
CMYK0.00%53.33%3.70%
47.06%

Color #873F82 in popluar number systems.

HEX873F82
Decimal13563130
Binary1000011111111110000010
Octal20777202

Shades and tints

Shades of #873F82

#873F82
(135,63,130)
#7B3A77
(123,58,119)
#6F356C
(111,53,108)
#633061
(99,48,97)
#572B56
(87,43,86)
#4B264B
(75,38,75)
#3F2140
(63,33,64)
#331C35
(51,28,53)
#27172A
(39,23,42)
#1B121F
(27,18,31)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #873F82

#873F82
(135,63,130)
#91508D
(145,80,141)
#9B6198
(155,97,152)
#A572A3
(165,114,163)
#AF83AE
(175,131,174)
#B994B9
(185,148,185)
#C3A5C4
(195,165,196)
#CDB6CF
(205,182,207)
#D7C7DA
(215,199,218)
#E1D8E5
(225,216,229)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873F82 color. Also use rgb(135,63,130) instead hex code.

Text Font Color

.myTextColor { color: #873F82; }

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

This text font color is #873F82.


Background Color

.myBgColor { background-color: #873F82; }

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

This div background color is #873F82.


Border color

.myBorderColor { border: 1px solid #873F82; }

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

This div border color is #873F82.


Opacity

.myOpacity80 { color: #873F82; opacity: 0.8; }

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

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

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

This text has shadow with #873F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873F82 on black background.


Color preview on white background

This text has color #873F82 on white background.



Black color preview on #873F82 background

This text has black color on #873F82 background.


White color preview on #873F82 background

This text has white color on #873F82 background.