COLOR #835699

HEX: #835699
RGB: (131,86,153)

Color info

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

RGB color model

#835699 color RGB value is (131,86,153).

  • red value is 131;
  • green value is 86;
  • blue value is 153.
RGB:
(131,86,153)
(51%,34%,60%)

RGB channels and saturation

R 131 of 255 = 51%
G 86 of 255 = 34%
B 153 of 255 = 60%

131
86
153

R + G + B ~ 48%. #835699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 86 + 153 = 370 (100%)
R 131 of 370 ~ 35.41%
G 86 of 370 ~ 23.24%
B 153 of 370 ~ 41.35%

%35.41
%23.24
%41.35

CMYK color model

#835699 color CMYK value is (14,44,0,40).

  • cyan value is 14.38%
  • magenta value is 43.79%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,44,0,40)
C14M44Y0K40 
(14%,44%,0%,40%)
(0.14/0.44/0.00/0.40)	

CMYK percentages

%14.38
%43.79
%0
%40

Codes

Color #835699 in popluar color models

835699
RGB13186153
HSL280°28.03%46.86%
HSB/HSV280°43.79%60.00%
CMYK14.38%43.79%0.00%
40.00%

Color #835699 in popluar number systems.

HEX835699
Decimal13186153
Binary10000011101011010011001
Octal203126231

Shades and tints

Shades of #835699

#835699
(131,86,153)
#784F8C
(120,79,140)
#6D487F
(109,72,127)
#624172
(98,65,114)
#573A65
(87,58,101)
#4C3358
(76,51,88)
#412C4B
(65,44,75)
#36253E
(54,37,62)
#2B1E31
(43,30,49)
#201724
(32,23,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #835699

#835699
(131,86,153)
#8E65A2
(142,101,162)
#9974AB
(153,116,171)
#A483B4
(164,131,180)
#AF92BD
(175,146,189)
#BAA1C6
(186,161,198)
#C5B0CF
(197,176,207)
#D0BFD8
(208,191,216)
#DBCEE1
(219,206,225)
#E6DDEA
(230,221,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835699 color. Also use rgb(131,86,153) instead hex code.

Text Font Color

.myTextColor { color: #835699; }

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

This text font color is #835699.


Background Color

.myBgColor { background-color: #835699; }

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

This div background color is #835699.


Border color

.myBorderColor { border: 1px solid #835699; }

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

This div border color is #835699.


Opacity

.myOpacity80 { color: #835699; opacity: 0.8; }

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

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

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

This text has shadow with #835699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835699 on black background.


Color preview on white background

This text has color #835699 on white background.



Black color preview on #835699 background

This text has black color on #835699 background.


White color preview on #835699 background

This text has white color on #835699 background.