COLOR #835CA3

HEX: #835CA3
RGB: (131,92,163)

Color info

#835CA3 contains mainly red and blue colors. Web safe color of #835CA3 is #996699 (or #969).

RGB color model

#835CA3 color RGB value is (131,92,163).

  • red value is 131;
  • green value is 92;
  • blue value is 163.
RGB:
(131,92,163)
(51%,36%,64%)

RGB channels and saturation

R 131 of 255 = 51%
G 92 of 255 = 36%
B 163 of 255 = 64%

131
92
163

R + G + B ~ 50%. #835CA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 92 + 163 = 386 (100%)
R 131 of 386 ~ 33.94%
G 92 of 386 ~ 23.83%
B 163 of 386 ~ 42.23%

%33.94
%23.83
%42.23

CMYK color model

#835CA3 color CMYK value is (20,44,0,36).

  • cyan value is 19.63%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(20,44,0,36)
C20M44Y0K36 
(20%,44%,0%,36%)
(0.20/0.44/0.00/0.36)	

CMYK percentages

%19.63
%43.56
%0
%36.08

Codes

Color #835CA3 in popluar color models

835CA3
RGB13192163
HSL273°27.84%50.00%
HSB/HSV273°43.56%63.92%
CMYK19.63%43.56%0.00%
36.08%

Color #835CA3 in popluar number systems.

HEX835CA3
Decimal13192163
Binary10000011101110010100011
Octal203134243

Shades and tints

Shades of #835CA3

#835CA3
(131,92,163)
#785495
(120,84,149)
#6D4C87
(109,76,135)
#624479
(98,68,121)
#573C6B
(87,60,107)
#4C345D
(76,52,93)
#412C4F
(65,44,79)
#362441
(54,36,65)
#2B1C33
(43,28,51)
#201425
(32,20,37)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #835CA3

#835CA3
(131,92,163)
#8E6AAB
(142,106,171)
#9978B3
(153,120,179)
#A486BB
(164,134,187)
#AF94C3
(175,148,195)
#BAA2CB
(186,162,203)
#C5B0D3
(197,176,211)
#D0BEDB
(208,190,219)
#DBCCE3
(219,204,227)
#E6DAEB
(230,218,235)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835CA3 color. Also use rgb(131,92,163) instead hex code.

Text Font Color

.myTextColor { color: #835CA3; }

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

This text font color is #835CA3.


Background Color

.myBgColor { background-color: #835CA3; }

<div style="background-color:#835CA3">Inner text</div>

This div background color is #835CA3.


Border color

.myBorderColor { border: 1px solid #835CA3; }

<div style="border:3px solid #835CA3">Div</div>

This div border color is #835CA3.


Opacity

.myOpacity80 { color: #835CA3; opacity: 0.8; }

<p style="color:#835CA3;opacity:0.8;">80%</p>

Text with #835CA3 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 #835CA3;}

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

This text has shadow with #835CA3 color.

.textShadow {text-shadow: 3px 3px 1px #835CA3, 3px 3px 1px red;}

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

This text has shadow with #835CA3 primary color and red secondary color.


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

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

This text has shadow with #835CA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835CA3 on black background.


Color preview on white background

This text has color #835CA3 on white background.



Black color preview on #835CA3 background

This text has black color on #835CA3 background.


White color preview on #835CA3 background

This text has white color on #835CA3 background.