COLOR #831B96

HEX: #831B96 RGB: (131,27,150)

Color info

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

RGB color model

#831B96 color RGB value is (131,27,150).

RGB: (131,27,150) (51%, 11%, 59%)

RGB channels and saturation

R 131 of 255 = 51%
G 27 of 255 = 11%
B 150 of 255 = 59%

131
27
150

R + G + B ~ 40%. #831B96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 27 + 150 = 308 (100%)
R 131 of 308 ~ 42.53%
G 27 of 308 ~ 8.77%
B 150 of 308 ~ 48.7'%

%42.53
%48.7

CMYK color model

#831B96 color CMYK value is (13,82,0,41).

  • cyan value is 12.67%
  • magenta value is 82.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (13,82,0,41)
C13M82Y0K41 (13%, 82%, 0%, 41%)
(0.13 / 0.82 / 0.00 / 0.41)

CMYK percentages

%12.67
%82
%0
%41.18

Codes

Color #831B96 in popluar color models

83 1B 96
RGB 131 27 150
HSL 291° 69.49% 34.71%
HSB/HSV 291° 82.00% 58.82%
CMYK 12.67% 82.00% 0.00%
41.18%

Color #831B96 in popluar number systems.

HEX 83 1B 96
Decimal 131 27 150
Binary 10000011 11011 10010110
Octal 203 33 226

Shades and tints

Shades of #831B96

#831B96
(131,27,150)
#781989
(120,25,137)
#6D177C
(109,23,124)
#62156F
(98,21,111)
#571362
(87,19,98)
#4C1155
(76,17,85)
#410F48
(65,15,72)
#360D3B
(54,13,59)
#2B0B2E
(43,11,46)
#200921
(32,9,33)
#150714
(21,7,20)
#000000
(0,0,0)

Tints of #831B96

#831B96
(131,27,150)
#8E2F9F
(142,47,159)
#9943A8
(153,67,168)
#A457B1
(164,87,177)
#AF6BBA
(175,107,186)
#BA7FC3
(186,127,195)
#C593CC
(197,147,204)
#D0A7D5
(208,167,213)
#DBBBDE
(219,187,222)
#E6CFE7
(230,207,231)
#F1E3F0
(241,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831B96 color. Also use rgb(131,27,150) instead hex code.

Text Font Color

.myTextColor { color: #831B96; }

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

This text font color is #831B96.

Background Color

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

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

This div background color is #831B96.

Border color

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

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

This div border color is #831B96.

Opacity

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

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

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

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

This text has shadow with #831B96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #831B96.

Preview

Color preview on black background

This text has color #831B96 on black background.


Color preview on white background

This text has color #831B96 on white background.


Black color preview on #831B96 background

This text has black color on #831B96 background.


White color preview on #831B96 background

This text has white color on #831B96 background.


Related colors

Complementary color

Complementary color for #hex is #7CE469.


I love getcolorcode.com

Triadic colors

1 #96831B and #1B9683 with #831B96 are triadic colors.

2 #961B83 and #1B8396 with #831B96 are triadic colors.