COLOR #831AC6

HEX: #831AC6
RGB: (131,26,198)

Color info

#831AC6 contains mainly blue color. Web safe color of #831AC6 is #9900CC (or #90C).

RGB color model

#831AC6 color RGB value is (131,26,198).

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

RGB channels and saturation

R 131 of 255 = 51%
G 26 of 255 = 10%
B 198 of 255 = 78%

131
26
198

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

Portions of RGB colors in percentages

R + G + B =
131 + 26 + 198 = 355 (100%)
R 131 of 355 ~ 36.9%
G 26 of 355 ~ 7.32%
B 198 of 355 ~ 55.77%

%36.9
%55.77

CMYK color model

#831AC6 color CMYK value is (34,87,0,22).

  • cyan value is 33.84%
  • magenta value is 86.87%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(34,87,0,22)
C34M87Y0K22 
(34%,87%,0%,22%)
(0.34/0.87/0.00/0.22)	

CMYK percentages

%33.84
%86.87
%0
%22.35

Codes

Color #831AC6 in popluar color models

831AC6
RGB13126198
HSL277°76.79%43.92%
HSB/HSV277°86.87%77.65%
CMYK33.84%86.87%0.00%
22.35%

Color #831AC6 in popluar number systems.

HEX831AC6
Decimal13126198
Binary100000111101011000110
Octal20332306

Shades and tints

Shades of #831AC6

#831AC6
(131,26,198)
#7818B4
(120,24,180)
#6D16A2
(109,22,162)
#621490
(98,20,144)
#57127E
(87,18,126)
#4C106C
(76,16,108)
#410E5A
(65,14,90)
#360C48
(54,12,72)
#2B0A36
(43,10,54)
#200824
(32,8,36)
#150612
(21,6,18)
#000000
(0,0,0)

Tints of #831AC6

#831AC6
(131,26,198)
#8E2ECB
(142,46,203)
#9942D0
(153,66,208)
#A456D5
(164,86,213)
#AF6ADA
(175,106,218)
#BA7EDF
(186,126,223)
#C592E4
(197,146,228)
#D0A6E9
(208,166,233)
#DBBAEE
(219,186,238)
#E6CEF3
(230,206,243)
#F1E2F8
(241,226,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831AC6; }

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

This text font color is #831AC6.


Background Color

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

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

This div background color is #831AC6.


Border color

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

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

This div border color is #831AC6.


Opacity

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

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

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

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

This text has shadow with #831AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831AC6 on black background.


Color preview on white background

This text has color #831AC6 on white background.



Black color preview on #831AC6 background

This text has black color on #831AC6 background.


White color preview on #831AC6 background

This text has white color on #831AC6 background.