COLOR #873A81

HEX: #873A81 RGB: (135,58,129)

Color info

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

RGB color model

#873A81 color RGB value is (135,58,129).

RGB: (135,58,129) (53%, 23%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 58 of 255 = 23%
B 129 of 255 = 51%

135
58
129

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

Portions of RGB colors in percentages

R + G + B = 135 + 58 + 129 = 322 (100%)
R 135 of 322 ~ 41.93%
G 58 of 322 ~ 18.01%
B 129 of 322 ~ 40.06'%

%41.93
%18.01
%40.06

CMYK color model

#873A81 color CMYK value is (0,57,4,47).

  • cyan value is 0.00%
  • magenta value is 57.04%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK: (0,57,4,47) C0M57Y4K47 (0%,57%,4%,47%) (0.00/0.57/0.04/0.47) 

CMYK percentages

%0
%57.04
%4.44
%47.06

Codes

Color #873A81 in popluar color models

87 3A 81
RGB 135 58 129
HSL 305° 39.90% 37.84%
HSB/HSV 305° 57.04% 52.94%
CMYK 0.00% 57.04% 4.44%
47.06%

Color #873A81 in popluar number systems.

HEX 87 3A 81
Decimal 135 58 129
Binary 10000111 111010 10000001
Octal 207 72 201

Shades and tints

Shades of #873A81

#873A81
(135,58,129)
#7B3576
(123,53,118)
#6F306B
(111,48,107)
#632B60
(99,43,96)
#572655
(87,38,85)
#4B214A
(75,33,74)
#3F1C3F
(63,28,63)
#331734
(51,23,52)
#271229
(39,18,41)
#1B0D1E
(27,13,30)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #873A81

#873A81
(135,58,129)
#914B8C
(145,75,140)
#9B5C97
(155,92,151)
#A56DA2
(165,109,162)
#AF7EAD
(175,126,173)
#B98FB8
(185,143,184)
#C3A0C3
(195,160,195)
#CDB1CE
(205,177,206)
#D7C2D9
(215,194,217)
#E1D3E4
(225,211,228)
#EBE4EF
(235,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873A81 color. Also use rgb(135,58,129) instead hex code.

Text Font Color

.myTextColor { color: #873A81; }

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

This text font color is #873A81.

Background Color

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

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

This div background color is #873A81.

Border color

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

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

This div border color is #873A81.

Opacity

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

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

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

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

This text has shadow with #873A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #873A81.

Preview

Color preview on black background

This text has color #873A81 on black background.


Color preview on white background

This text has color #873A81 on white background.


Black color preview on #873A81 background

This text has black color on #873A81 background.


White color preview on #873A81 background

This text has white color on #873A81 background.


Related colors

Complementary color

Complementary color for #hex is #78C57E.


I love getcolorcode.com

Triadic colors

1 #81873A and #3A8187 with #873A81 are triadic colors.

2 #813A87 and #3A8781 with #873A81 are triadic colors.