COLOR #873BA8

HEX: #873BA8 RGB: (135,59,168)

Color info

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

RGB color model

#873BA8 color RGB value is (135,59,168).

RGB: (135,59,168) (53%, 23%, 66%)

RGB channels and saturation

R 135 of 255 = 53%
G 59 of 255 = 23%
B 168 of 255 = 66%

135
59
168

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

Portions of RGB colors in percentages

R + G + B = 135 + 59 + 168 = 362 (100%)
R 135 of 362 ~ 37.29%
G 59 of 362 ~ 16.3%
B 168 of 362 ~ 46.41'%

%37.29
%16.3
%46.41

CMYK color model

#873BA8 color CMYK value is (20,65,0,34).

  • cyan value is 19.64%
  • magenta value is 64.88%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (20,65,0,34)
C20M65Y0K34 (20%, 65%, 0%, 34%)
(0.20 / 0.65 / 0.00 / 0.34)

CMYK percentages

%19.64
%64.88
%0
%34.12

Codes

Color #873BA8 in popluar color models

87 3B A8
RGB 135 59 168
HSL 282° 48.02% 44.51%
HSB/HSV 282° 64.88% 65.88%
CMYK 19.64% 64.88% 0.00%
34.12%

Color #873BA8 in popluar number systems.

HEX 87 3B A8
Decimal 135 59 168
Binary 10000111 111011 10101000
Octal 207 73 250

Shades and tints

Shades of #873BA8

#873BA8
(135,59,168)
#7B3699
(123,54,153)
#6F318A
(111,49,138)
#632C7B
(99,44,123)
#57276C
(87,39,108)
#4B225D
(75,34,93)
#3F1D4E
(63,29,78)
#33183F
(51,24,63)
#271330
(39,19,48)
#1B0E21
(27,14,33)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #873BA8

#873BA8
(135,59,168)
#914CAF
(145,76,175)
#9B5DB6
(155,93,182)
#A56EBD
(165,110,189)
#AF7FC4
(175,127,196)
#B990CB
(185,144,203)
#C3A1D2
(195,161,210)
#CDB2D9
(205,178,217)
#D7C3E0
(215,195,224)
#E1D4E7
(225,212,231)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873BA8 color. Also use rgb(135,59,168) instead hex code.

Text Font Color

.myTextColor { color: #873BA8; }

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

This text font color is #873BA8.

Background Color

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

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

This div background color is #873BA8.

Border color

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

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

This div border color is #873BA8.

Opacity

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

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

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

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

This text has shadow with #873BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #873BA8.

Preview

Color preview on black background

This text has color #873BA8 on black background.


Color preview on white background

This text has color #873BA8 on white background.


Black color preview on #873BA8 background

This text has black color on #873BA8 background.


White color preview on #873BA8 background

This text has white color on #873BA8 background.


Related colors

Complementary color

Complementary color for #hex is #78C457.


I love getcolorcode.com

Triadic colors

1 #A8873B and #3BA887 with #873BA8 are triadic colors.

2 #A83B87 and #3B87A8 with #873BA8 are triadic colors.