COLOR #873C98

HEX: #873C98
RGB: (135,60,152)

Color info

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

RGB color model

#873C98 color RGB value is (135,60,152).

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

RGB channels and saturation

R 135 of 255 = 53%
G 60 of 255 = 24%
B 152 of 255 = 60%

135
60
152

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

Portions of RGB colors in percentages

R + G + B =
135 + 60 + 152 = 347 (100%)
R 135 of 347 ~ 38.9%
G 60 of 347 ~ 17.29%
B 152 of 347 ~ 43.8%

%38.9
%17.29
%43.8

CMYK color model

#873C98 color CMYK value is (11,61,0,40).

  • cyan value is 11.18%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(11,61,0,40)
C11M61Y0K40 
(11%,61%,0%,40%)
(0.11/0.61/0.00/0.40)	

CMYK percentages

%11.18
%60.53
%0
%40.39

Codes

Color #873C98 in popluar color models

873C98
RGB13560152
HSL289°43.40%41.57%
HSB/HSV289°60.53%59.61%
CMYK11.18%60.53%0.00%
40.39%

Color #873C98 in popluar number systems.

HEX873C98
Decimal13560152
Binary1000011111110010011000
Octal20774230

Shades and tints

Shades of #873C98

#873C98
(135,60,152)
#7B378B
(123,55,139)
#6F327E
(111,50,126)
#632D71
(99,45,113)
#572864
(87,40,100)
#4B2357
(75,35,87)
#3F1E4A
(63,30,74)
#33193D
(51,25,61)
#271430
(39,20,48)
#1B0F23
(27,15,35)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #873C98

#873C98
(135,60,152)
#914DA1
(145,77,161)
#9B5EAA
(155,94,170)
#A56FB3
(165,111,179)
#AF80BC
(175,128,188)
#B991C5
(185,145,197)
#C3A2CE
(195,162,206)
#CDB3D7
(205,179,215)
#D7C4E0
(215,196,224)
#E1D5E9
(225,213,233)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873C98; }

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

This text font color is #873C98.


Background Color

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

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

This div background color is #873C98.


Border color

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

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

This div border color is #873C98.


Opacity

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

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

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

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

This text has shadow with #873C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873C98 on black background.


Color preview on white background

This text has color #873C98 on white background.



Black color preview on #873C98 background

This text has black color on #873C98 background.


White color preview on #873C98 background

This text has white color on #873C98 background.