COLOR #873BB5

HEX: #873BB5
RGB: (135,59,181)

Color info

#873BB5 contains mainly red and blue colors. Web safe color of #873BB5 is #9933CC (or #93C).

RGB color model

#873BB5 color RGB value is (135,59,181).

  • red value is 135;
  • green value is 59;
  • blue value is 181.
RGB:
(135,59,181)
(53%,23%,71%)

RGB channels and saturation

R 135 of 255 = 53%
G 59 of 255 = 23%
B 181 of 255 = 71%

135
59
181

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

Portions of RGB colors in percentages

R + G + B =
135 + 59 + 181 = 375 (100%)
R 135 of 375 ~ 36%
G 59 of 375 ~ 15.73%
B 181 of 375 ~ 48.27%

%36
%15.73
%48.27

CMYK color model

#873BB5 color CMYK value is (25,67,0,29).

  • cyan value is 25.41%
  • magenta value is 67.40%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(25,67,0,29)
C25M67Y0K29 
(25%,67%,0%,29%)
(0.25/0.67/0.00/0.29)	

CMYK percentages

%25.41
%67.4
%0
%29.02

Codes

Color #873BB5 in popluar color models

873BB5
RGB13559181
HSL277°50.83%47.06%
HSB/HSV277°67.40%70.98%
CMYK25.41%67.40%0.00%
29.02%

Color #873BB5 in popluar number systems.

HEX873BB5
Decimal13559181
Binary1000011111101110110101
Octal20773265

Shades and tints

Shades of #873BB5

#873BB5
(135,59,181)
#7B36A5
(123,54,165)
#6F3195
(111,49,149)
#632C85
(99,44,133)
#572775
(87,39,117)
#4B2265
(75,34,101)
#3F1D55
(63,29,85)
#331845
(51,24,69)
#271335
(39,19,53)
#1B0E25
(27,14,37)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #873BB5

#873BB5
(135,59,181)
#914CBB
(145,76,187)
#9B5DC1
(155,93,193)
#A56EC7
(165,110,199)
#AF7FCD
(175,127,205)
#B990D3
(185,144,211)
#C3A1D9
(195,161,217)
#CDB2DF
(205,178,223)
#D7C3E5
(215,195,229)
#E1D4EB
(225,212,235)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873BB5; }

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

This text font color is #873BB5.


Background Color

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

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

This div background color is #873BB5.


Border color

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

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

This div border color is #873BB5.


Opacity

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

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

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

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

This text has shadow with #873BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873BB5 on black background.


Color preview on white background

This text has color #873BB5 on white background.



Black color preview on #873BB5 background

This text has black color on #873BB5 background.


White color preview on #873BB5 background

This text has white color on #873BB5 background.