COLOR #831871

HEX: #831871
RGB: (131,24,113)

Color info

#831871 contains mainly red and blue colors. Web safe color of #831871 is #990066 (or #906).

RGB color model

#831871 color RGB value is (131,24,113).

  • red value is 131;
  • green value is 24;
  • blue value is 113.
RGB:
(131,24,113)
(51%,9%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 24 of 255 = 9%
B 113 of 255 = 44%

131
24
113

R + G + B ~ 35%. #831871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 24 + 113 = 268 (100%)
R 131 of 268 ~ 48.88%
G 24 of 268 ~ 8.96%
B 113 of 268 ~ 42.16%

%48.88
%42.16

CMYK color model

#831871 color CMYK value is (0,82,14,49).

  • cyan value is 0.00%
  • magenta value is 81.68%
  • yellow value is 13.74%
  • key color value is 48.63%
CMYK:
(0,82,14,49)
C0M82Y14K49 
(0%,82%,14%,49%)
(0.00/0.82/0.14/0.49)	

CMYK percentages

%0
%81.68
%13.74
%48.63

Codes

Color #831871 in popluar color models

831871
RGB13124113
HSL310°69.03%30.39%
HSB/HSV310°81.68%51.37%
CMYK0.00%81.68%13.74%
48.63%

Color #831871 in popluar number systems.

HEX831871
Decimal13124113
Binary10000011110001110001
Octal20330161

Shades and tints

Shades of #831871

#831871
(131,24,113)
#781667
(120,22,103)
#6D145D
(109,20,93)
#621253
(98,18,83)
#571049
(87,16,73)
#4C0E3F
(76,14,63)
#410C35
(65,12,53)
#360A2B
(54,10,43)
#2B0821
(43,8,33)
#200617
(32,6,23)
#15040D
(21,4,13)
#000000
(0,0,0)

Tints of #831871

#831871
(131,24,113)
#8E2D7D
(142,45,125)
#994289
(153,66,137)
#A45795
(164,87,149)
#AF6CA1
(175,108,161)
#BA81AD
(186,129,173)
#C596B9
(197,150,185)
#D0ABC5
(208,171,197)
#DBC0D1
(219,192,209)
#E6D5DD
(230,213,221)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831871 color. Also use rgb(131,24,113) instead hex code.

Text Font Color

.myTextColor { color: #831871; }

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

This text font color is #831871.


Background Color

.myBgColor { background-color: #831871; }

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

This div background color is #831871.


Border color

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

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

This div border color is #831871.


Opacity

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

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

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

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

This text has shadow with #831871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831871 on black background.


Color preview on white background

This text has color #831871 on white background.



Black color preview on #831871 background

This text has black color on #831871 background.


White color preview on #831871 background

This text has white color on #831871 background.