COLOR #831576

HEX: #831576
RGB: (131,21,118)

Color info

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

RGB color model

#831576 color RGB value is (131,21,118).

  • red value is 131;
  • green value is 21;
  • blue value is 118.
RGB:
(131,21,118)
(51%,8%,46%)

RGB channels and saturation

R 131 of 255 = 51%
G 21 of 255 = 8%
B 118 of 255 = 46%

131
21
118

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

Portions of RGB colors in percentages

R + G + B =
131 + 21 + 118 = 270 (100%)
R 131 of 270 ~ 48.52%
G 21 of 270 ~ 7.78%
B 118 of 270 ~ 43.7%

%48.52
%43.7

CMYK color model

#831576 color CMYK value is (0,84,10,49).

  • cyan value is 0.00%
  • magenta value is 83.97%
  • yellow value is 9.92%
  • key color value is 48.63%
CMYK:
(0,84,10,49)
C0M84Y10K49 
(0%,84%,10%,49%)
(0.00/0.84/0.10/0.49)	

CMYK percentages

%0
%83.97
%9.92
%48.63

Codes

Color #831576 in popluar color models

831576
RGB13121118
HSL307°72.37%29.80%
HSB/HSV307°83.97%51.37%
CMYK0.00%83.97%9.92%
48.63%

Color #831576 in popluar number systems.

HEX831576
Decimal13121118
Binary10000011101011110110
Octal20325166

Shades and tints

Shades of #831576

#831576
(131,21,118)
#78146C
(120,20,108)
#6D1362
(109,19,98)
#621258
(98,18,88)
#57114E
(87,17,78)
#4C1044
(76,16,68)
#410F3A
(65,15,58)
#360E30
(54,14,48)
#2B0D26
(43,13,38)
#200C1C
(32,12,28)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #831576

#831576
(131,21,118)
#8E2A82
(142,42,130)
#993F8E
(153,63,142)
#A4549A
(164,84,154)
#AF69A6
(175,105,166)
#BA7EB2
(186,126,178)
#C593BE
(197,147,190)
#D0A8CA
(208,168,202)
#DBBDD6
(219,189,214)
#E6D2E2
(230,210,226)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831576 color. Also use rgb(131,21,118) instead hex code.

Text Font Color

.myTextColor { color: #831576; }

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

This text font color is #831576.


Background Color

.myBgColor { background-color: #831576; }

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

This div background color is #831576.


Border color

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

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

This div border color is #831576.


Opacity

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

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

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

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

This text has shadow with #831576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831576 on black background.


Color preview on white background

This text has color #831576 on white background.



Black color preview on #831576 background

This text has black color on #831576 background.


White color preview on #831576 background

This text has white color on #831576 background.