COLOR #873185

HEX: #873185
RGB: (135,49,133)

Color info

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

RGB color model

#873185 color RGB value is (135,49,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 49 of 255 = 19%
B 133 of 255 = 52%

135
49
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 49 + 133 = 317 (100%)
R 135 of 317 ~ 42.59%
G 49 of 317 ~ 15.46%
B 133 of 317 ~ 41.96%

%42.59
%15.46
%41.96

CMYK color model

#873185 color CMYK value is (0,64,1,47).

  • cyan value is 0.00%
  • magenta value is 63.70%
  • yellow value is 1.48%
  • key color value is 47.06%
CMYK:
(0,64,1,47)
C0M64Y1K47 
(0%,64%,1%,47%)
(0.00/0.64/0.01/0.47)	

CMYK percentages

%0
%63.7
%1.48
%47.06

Codes

Color #873185 in popluar color models

873185
RGB13549133
HSL301°46.74%36.08%
HSB/HSV301°63.70%52.94%
CMYK0.00%63.70%1.48%
47.06%

Color #873185 in popluar number systems.

HEX873185
Decimal13549133
Binary1000011111000110000101
Octal20761205

Shades and tints

Shades of #873185

#873185
(135,49,133)
#7B2D79
(123,45,121)
#6F296D
(111,41,109)
#632561
(99,37,97)
#572155
(87,33,85)
#4B1D49
(75,29,73)
#3F193D
(63,25,61)
#331531
(51,21,49)
#271125
(39,17,37)
#1B0D19
(27,13,25)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #873185

#873185
(135,49,133)
#914390
(145,67,144)
#9B559B
(155,85,155)
#A567A6
(165,103,166)
#AF79B1
(175,121,177)
#B98BBC
(185,139,188)
#C39DC7
(195,157,199)
#CDAFD2
(205,175,210)
#D7C1DD
(215,193,221)
#E1D3E8
(225,211,232)
#EBE5F3
(235,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873185; }

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

This text font color is #873185.


Background Color

.myBgColor { background-color: #873185; }

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

This div background color is #873185.


Border color

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

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

This div border color is #873185.


Opacity

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

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

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

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

This text has shadow with #873185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873185 on black background.


Color preview on white background

This text has color #873185 on white background.



Black color preview on #873185 background

This text has black color on #873185 background.


White color preview on #873185 background

This text has white color on #873185 background.