COLOR #831F90

HEX: #831F90
RGB: (131,31,144)

Color info

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

RGB color model

#831F90 color RGB value is (131,31,144).

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

RGB channels and saturation

R 131 of 255 = 51%
G 31 of 255 = 12%
B 144 of 255 = 56%

131
31
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 31 + 144 = 306 (100%)
R 131 of 306 ~ 42.81%
G 31 of 306 ~ 10.13%
B 144 of 306 ~ 47.06%

%42.81
%10.13
%47.06

CMYK color model

#831F90 color CMYK value is (9,78,0,44).

  • cyan value is 9.03%
  • magenta value is 78.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(9,78,0,44)
C9M78Y0K44 
(9%,78%,0%,44%)
(0.09/0.78/0.00/0.44)	

CMYK percentages

%9.03
%78.47
%0
%43.53

Codes

Color #831F90 in popluar color models

831F90
RGB13131144
HSL293°64.57%34.31%
HSB/HSV293°78.47%56.47%
CMYK9.03%78.47%0.00%
43.53%

Color #831F90 in popluar number systems.

HEX831F90
Decimal13131144
Binary100000111111110010000
Octal20337220

Shades and tints

Shades of #831F90

#831F90
(131,31,144)
#781D83
(120,29,131)
#6D1B76
(109,27,118)
#621969
(98,25,105)
#57175C
(87,23,92)
#4C154F
(76,21,79)
#411342
(65,19,66)
#361135
(54,17,53)
#2B0F28
(43,15,40)
#200D1B
(32,13,27)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #831F90

#831F90
(131,31,144)
#8E339A
(142,51,154)
#9947A4
(153,71,164)
#A45BAE
(164,91,174)
#AF6FB8
(175,111,184)
#BA83C2
(186,131,194)
#C597CC
(197,151,204)
#D0ABD6
(208,171,214)
#DBBFE0
(219,191,224)
#E6D3EA
(230,211,234)
#F1E7F4
(241,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831F90; }

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

This text font color is #831F90.


Background Color

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

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

This div background color is #831F90.


Border color

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

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

This div border color is #831F90.


Opacity

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

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

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

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

This text has shadow with #831F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831F90 on black background.


Color preview on white background

This text has color #831F90 on white background.



Black color preview on #831F90 background

This text has black color on #831F90 background.


White color preview on #831F90 background

This text has white color on #831F90 background.