COLOR #831F6B

HEX: #831F6B
RGB: (131,31,107)

Color info

#831F6B contains mainly red and blue colors. Web safe color of #831F6B is #993366 (or #936).

RGB color model

#831F6B color RGB value is (131,31,107).

  • red value is 131;
  • green value is 31;
  • blue value is 107.
RGB: (131,31,107) (51%,12%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 31 of 255 = 12%
B 107 of 255 = 42%

131
31
107

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

Portions of RGB colors in percentages

R + G + B =
131 + 31 + 107 = 269 (100%)
R 131 of 269 ~ 48.7%
G 31 of 269 ~ 11.52%
B 107 of 269 ~ 39.78%

%48.7
%11.52
%39.78

CMYK color model

#831F6B color CMYK value is (0,76,18,49).

  • cyan value is 0.00%
  • magenta value is 76.34%
  • yellow value is 18.32%
  • key color value is 48.63%
CMYK: (0,76,18,49) C0M76Y18K49 (0%,76%,18%,49%) (0.00/0.76/0.18/0.49)

CMYK percentages

%0
%76.34
%18.32
%48.63

Codes

Color #831F6B in popluar color models

831F6B
RGB13131107
HSL314°61.73%31.76%
HSB/HSV314°76.34%51.37%
CMYK0.00%76.34%18.32%
48.63%

Color #831F6B in popluar number systems.

HEX831F6B
Decimal13131107
Binary10000011111111101011
Octal20337153

Shades and tints

Shades of #831F6B

#831F6B
(131,31,107)
#781D62
(120,29,98)
#6D1B59
(109,27,89)
#621950
(98,25,80)
#571747
(87,23,71)
#4C153E
(76,21,62)
#411335
(65,19,53)
#36112C
(54,17,44)
#2B0F23
(43,15,35)
#200D1A
(32,13,26)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #831F6B

#831F6B
(131,31,107)
#8E3378
(142,51,120)
#994785
(153,71,133)
#A45B92
(164,91,146)
#AF6F9F
(175,111,159)
#BA83AC
(186,131,172)
#C597B9
(197,151,185)
#D0ABC6
(208,171,198)
#DBBFD3
(219,191,211)
#E6D3E0
(230,211,224)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831F6B color. Also use rgb(131,31,107) instead hex code.

Text Font Color

.myTextColor { color: #831F6B; }

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

This text font color is #831F6B.


Background Color

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

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

This div background color is #831F6B.


Border color

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

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

This div border color is #831F6B.


Opacity

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

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

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

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

This text has shadow with #831F6B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #831F6B on black background.


Color preview on white background

This text has color #831F6B on white background.



Black color preview on #831F6B background

This text has black color on #831F6B background.


White color preview on #831F6B background

This text has white color on #831F6B background.