COLOR #831A6D

HEX: #831A6D
RGB: (131,26,109)

Color info

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

RGB color model

#831A6D color RGB value is (131,26,109).

  • red value is 131;
  • green value is 26;
  • blue value is 109.
RGB:
(131,26,109)
(51%,10%,43%)

RGB channels and saturation

R 131 of 255 = 51%
G 26 of 255 = 10%
B 109 of 255 = 43%

131
26
109

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

Portions of RGB colors in percentages

R + G + B =
131 + 26 + 109 = 266 (100%)
R 131 of 266 ~ 49.25%
G 26 of 266 ~ 9.77%
B 109 of 266 ~ 40.98%

%49.25
%9.77
%40.98

CMYK color model

#831A6D color CMYK value is (0,80,17,49).

  • cyan value is 0.00%
  • magenta value is 80.15%
  • yellow value is 16.79%
  • key color value is 48.63%
CMYK:
(0,80,17,49)
C0M80Y17K49 
(0%,80%,17%,49%)
(0.00/0.80/0.17/0.49)	

CMYK percentages

%0
%80.15
%16.79
%48.63

Codes

Color #831A6D in popluar color models

831A6D
RGB13126109
HSL313°66.88%30.78%
HSB/HSV313°80.15%51.37%
CMYK0.00%80.15%16.79%
48.63%

Color #831A6D in popluar number systems.

HEX831A6D
Decimal13126109
Binary10000011110101101101
Octal20332155

Shades and tints

Shades of #831A6D

#831A6D
(131,26,109)
#781864
(120,24,100)
#6D165B
(109,22,91)
#621452
(98,20,82)
#571249
(87,18,73)
#4C1040
(76,16,64)
#410E37
(65,14,55)
#360C2E
(54,12,46)
#2B0A25
(43,10,37)
#20081C
(32,8,28)
#150613
(21,6,19)
#000000
(0,0,0)

Tints of #831A6D

#831A6D
(131,26,109)
#8E2E7A
(142,46,122)
#994287
(153,66,135)
#A45694
(164,86,148)
#AF6AA1
(175,106,161)
#BA7EAE
(186,126,174)
#C592BB
(197,146,187)
#D0A6C8
(208,166,200)
#DBBAD5
(219,186,213)
#E6CEE2
(230,206,226)
#F1E2EF
(241,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831A6D color. Also use rgb(131,26,109) instead hex code.

Text Font Color

.myTextColor { color: #831A6D; }

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

This text font color is #831A6D.


Background Color

.myBgColor { background-color: #831A6D; }

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

This div background color is #831A6D.


Border color

.myBorderColor { border: 1px solid #831A6D; }

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

This div border color is #831A6D.


Opacity

.myOpacity80 { color: #831A6D; opacity: 0.8; }

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

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

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

This text has shadow with #831A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831A6D on black background.


Color preview on white background

This text has color #831A6D on white background.



Black color preview on #831A6D background

This text has black color on #831A6D background.


White color preview on #831A6D background

This text has white color on #831A6D background.