COLOR #831CC3

HEX: #831CC3
RGB: (131,28,195)

Color info

#831CC3 contains mainly blue color. Web safe color of #831CC3 is #9933CC (or #93C).

RGB color model

#831CC3 color RGB value is (131,28,195).

  • red value is 131;
  • green value is 28;
  • blue value is 195.
RGB:
(131,28,195)
(51%,11%,76%)

RGB channels and saturation

R 131 of 255 = 51%
G 28 of 255 = 11%
B 195 of 255 = 76%

131
28
195

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

Portions of RGB colors in percentages

R + G + B =
131 + 28 + 195 = 354 (100%)
R 131 of 354 ~ 37.01%
G 28 of 354 ~ 7.91%
B 195 of 354 ~ 55.08%

%37.01
%55.08

CMYK color model

#831CC3 color CMYK value is (33,86,0,24).

  • cyan value is 32.82%
  • magenta value is 85.64%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(33,86,0,24)
C33M86Y0K24 
(33%,86%,0%,24%)
(0.33/0.86/0.00/0.24)	

CMYK percentages

%32.82
%85.64
%0
%23.53

Codes

Color #831CC3 in popluar color models

831CC3
RGB13128195
HSL277°74.89%43.73%
HSB/HSV277°85.64%76.47%
CMYK32.82%85.64%0.00%
23.53%

Color #831CC3 in popluar number systems.

HEX831CC3
Decimal13128195
Binary100000111110011000011
Octal20334303

Shades and tints

Shades of #831CC3

#831CC3
(131,28,195)
#781AB2
(120,26,178)
#6D18A1
(109,24,161)
#621690
(98,22,144)
#57147F
(87,20,127)
#4C126E
(76,18,110)
#41105D
(65,16,93)
#360E4C
(54,14,76)
#2B0C3B
(43,12,59)
#200A2A
(32,10,42)
#150819
(21,8,25)
#000000
(0,0,0)

Tints of #831CC3

#831CC3
(131,28,195)
#8E30C8
(142,48,200)
#9944CD
(153,68,205)
#A458D2
(164,88,210)
#AF6CD7
(175,108,215)
#BA80DC
(186,128,220)
#C594E1
(197,148,225)
#D0A8E6
(208,168,230)
#DBBCEB
(219,188,235)
#E6D0F0
(230,208,240)
#F1E4F5
(241,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831CC3 color. Also use rgb(131,28,195) instead hex code.

Text Font Color

.myTextColor { color: #831CC3; }

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

This text font color is #831CC3.


Background Color

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

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

This div background color is #831CC3.


Border color

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

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

This div border color is #831CC3.


Opacity

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

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

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

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

This text has shadow with #831CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831CC3 on black background.


Color preview on white background

This text has color #831CC3 on white background.



Black color preview on #831CC3 background

This text has black color on #831CC3 background.


White color preview on #831CC3 background

This text has white color on #831CC3 background.