COLOR #873494

HEX: #873494
RGB: (135,52,148)

Color info

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

RGB color model

#873494 color RGB value is (135,52,148).

  • red value is 135;
  • green value is 52;
  • blue value is 148.
RGB:
(135,52,148)
(53%,20%,58%)

RGB channels and saturation

R 135 of 255 = 53%
G 52 of 255 = 20%
B 148 of 255 = 58%

135
52
148

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

Portions of RGB colors in percentages

R + G + B =
135 + 52 + 148 = 335 (100%)
R 135 of 335 ~ 40.3%
G 52 of 335 ~ 15.52%
B 148 of 335 ~ 44.18%

%40.3
%15.52
%44.18

CMYK color model

#873494 color CMYK value is (9,65,0,42).

  • cyan value is 8.78%
  • magenta value is 64.86%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(9,65,0,42)
C9M65Y0K42 
(9%,65%,0%,42%)
(0.09/0.65/0.00/0.42)	

CMYK percentages

%8.78
%64.86
%0
%41.96

Codes

Color #873494 in popluar color models

873494
RGB13552148
HSL292°48.00%39.22%
HSB/HSV292°64.86%58.04%
CMYK8.78%64.86%0.00%
41.96%

Color #873494 in popluar number systems.

HEX873494
Decimal13552148
Binary1000011111010010010100
Octal20764224

Shades and tints

Shades of #873494

#873494
(135,52,148)
#7B3087
(123,48,135)
#6F2C7A
(111,44,122)
#63286D
(99,40,109)
#572460
(87,36,96)
#4B2053
(75,32,83)
#3F1C46
(63,28,70)
#331839
(51,24,57)
#27142C
(39,20,44)
#1B101F
(27,16,31)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #873494

#873494
(135,52,148)
#91469D
(145,70,157)
#9B58A6
(155,88,166)
#A56AAF
(165,106,175)
#AF7CB8
(175,124,184)
#B98EC1
(185,142,193)
#C3A0CA
(195,160,202)
#CDB2D3
(205,178,211)
#D7C4DC
(215,196,220)
#E1D6E5
(225,214,229)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873494 color. Also use rgb(135,52,148) instead hex code.

Text Font Color

.myTextColor { color: #873494; }

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

This text font color is #873494.


Background Color

.myBgColor { background-color: #873494; }

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

This div background color is #873494.


Border color

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

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

This div border color is #873494.


Opacity

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

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

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

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

This text has shadow with #873494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873494 on black background.


Color preview on white background

This text has color #873494 on white background.



Black color preview on #873494 background

This text has black color on #873494 background.


White color preview on #873494 background

This text has white color on #873494 background.