COLOR #873C7E

HEX: #873C7E
RGB: (135,60,126)

Color info

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

RGB color model

#873C7E color RGB value is (135,60,126).

  • red value is 135;
  • green value is 60;
  • blue value is 126.
RGB:
(135,60,126)
(53%,24%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 60 of 255 = 24%
B 126 of 255 = 49%

135
60
126

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

Portions of RGB colors in percentages

R + G + B =
135 + 60 + 126 = 321 (100%)
R 135 of 321 ~ 42.06%
G 60 of 321 ~ 18.69%
B 126 of 321 ~ 39.25%

%42.06
%18.69
%39.25

CMYK color model

#873C7E color CMYK value is (0,56,7,47).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(0,56,7,47)
C0M56Y7K47 
(0%,56%,7%,47%)
(0.00/0.56/0.07/0.47)	

CMYK percentages

%0
%55.56
%6.67
%47.06

Codes

Color #873C7E in popluar color models

873C7E
RGB13560126
HSL307°38.46%38.24%
HSB/HSV307°55.56%52.94%
CMYK0.00%55.56%6.67%
47.06%

Color #873C7E in popluar number systems.

HEX873C7E
Decimal13560126
Binary100001111111001111110
Octal20774176

Shades and tints

Shades of #873C7E

#873C7E
(135,60,126)
#7B3773
(123,55,115)
#6F3268
(111,50,104)
#632D5D
(99,45,93)
#572852
(87,40,82)
#4B2347
(75,35,71)
#3F1E3C
(63,30,60)
#331931
(51,25,49)
#271426
(39,20,38)
#1B0F1B
(27,15,27)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #873C7E

#873C7E
(135,60,126)
#914D89
(145,77,137)
#9B5E94
(155,94,148)
#A56F9F
(165,111,159)
#AF80AA
(175,128,170)
#B991B5
(185,145,181)
#C3A2C0
(195,162,192)
#CDB3CB
(205,179,203)
#D7C4D6
(215,196,214)
#E1D5E1
(225,213,225)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873C7E color. Also use rgb(135,60,126) instead hex code.

Text Font Color

.myTextColor { color: #873C7E; }

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

This text font color is #873C7E.


Background Color

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

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

This div background color is #873C7E.


Border color

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

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

This div border color is #873C7E.


Opacity

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

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

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

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

This text has shadow with #873C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873C7E on black background.


Color preview on white background

This text has color #873C7E on white background.



Black color preview on #873C7E background

This text has black color on #873C7E background.


White color preview on #873C7E background

This text has white color on #873C7E background.