COLOR #873F7C

HEX: #873F7C RGB: (135,63,124)

Color info

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

RGB color model

#873F7C color RGB value is (135,63,124).

RGB: (135,63,124) (53%, 25%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 63 of 255 = 25%
B 124 of 255 = 49%

135
63
124

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

Portions of RGB colors in percentages

R + G + B = 135 + 63 + 124 = 322 (100%)
R 135 of 322 ~ 41.93%
G 63 of 322 ~ 19.57%
B 124 of 322 ~ 38.51'%

%41.93
%19.57
%38.51

CMYK color model

#873F7C color CMYK value is (0,53,8,47).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 8.15%
  • key color value is 47.06%

CMYK: (0,53,8,47)
C0M53Y8K47 (0%, 53%, 8%, 47%)
(0.00 / 0.53 / 0.08 / 0.47)

CMYK percentages

%0
%53.33
%8.15
%47.06

Codes

Color #873F7C in popluar color models

87 3F 7C
RGB 135 63 124
HSL 309° 36.36% 38.82%
HSB/HSV 309° 53.33% 52.94%
CMYK 0.00% 53.33% 8.15%
47.06%

Color #873F7C in popluar number systems.

HEX 87 3F 7C
Decimal 135 63 124
Binary 10000111 111111 1111100
Octal 207 77 174

Shades and tints

Shades of #873F7C

#873F7C
(135,63,124)
#7B3A71
(123,58,113)
#6F3566
(111,53,102)
#63305B
(99,48,91)
#572B50
(87,43,80)
#4B2645
(75,38,69)
#3F213A
(63,33,58)
#331C2F
(51,28,47)
#271724
(39,23,36)
#1B1219
(27,18,25)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #873F7C

#873F7C
(135,63,124)
#915087
(145,80,135)
#9B6192
(155,97,146)
#A5729D
(165,114,157)
#AF83A8
(175,131,168)
#B994B3
(185,148,179)
#C3A5BE
(195,165,190)
#CDB6C9
(205,182,201)
#D7C7D4
(215,199,212)
#E1D8DF
(225,216,223)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873F7C; }

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

This text font color is #873F7C.

Background Color

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

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

This div background color is #873F7C.

Border color

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

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

This div border color is #873F7C.

Opacity

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

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

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

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

This text has shadow with #873F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #873F7C.

Preview

Color preview on black background

This text has color #873F7C on black background.


Color preview on white background

This text has color #873F7C on white background.


Black color preview on #873F7C background

This text has black color on #873F7C background.


White color preview on #873F7C background

This text has white color on #873F7C background.


Related colors

Complementary color

Complementary color for #hex is #78C083.


I love getcolorcode.com

Triadic colors

1 #7C873F and #3F7C87 with #873F7C are triadic colors.

2 #7C3F87 and #3F877C with #873F7C are triadic colors.