COLOR #835896

HEX: #835896
RGB: (131,88,150)

Color info

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

RGB color model

#835896 color RGB value is (131,88,150).

  • red value is 131;
  • green value is 88;
  • blue value is 150.
RGB:
(131,88,150)
(51%,35%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 88 of 255 = 35%
B 150 of 255 = 59%

131
88
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 88 + 150 = 369 (100%)
R 131 of 369 ~ 35.5%
G 88 of 369 ~ 23.85%
B 150 of 369 ~ 40.65%

%35.5
%23.85
%40.65

CMYK color model

#835896 color CMYK value is (13,41,0,41).

  • cyan value is 12.67%
  • magenta value is 41.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,41,0,41)
C13M41Y0K41 
(13%,41%,0%,41%)
(0.13/0.41/0.00/0.41)	

CMYK percentages

%12.67
%41.33
%0
%41.18

Codes

Color #835896 in popluar color models

835896
RGB13188150
HSL282°26.05%46.67%
HSB/HSV282°41.33%58.82%
CMYK12.67%41.33%0.00%
41.18%

Color #835896 in popluar number systems.

HEX835896
Decimal13188150
Binary10000011101100010010110
Octal203130226

Shades and tints

Shades of #835896

#835896
(131,88,150)
#785089
(120,80,137)
#6D487C
(109,72,124)
#62406F
(98,64,111)
#573862
(87,56,98)
#4C3055
(76,48,85)
#412848
(65,40,72)
#36203B
(54,32,59)
#2B182E
(43,24,46)
#201021
(32,16,33)
#150814
(21,8,20)
#000000
(0,0,0)

Tints of #835896

#835896
(131,88,150)
#8E679F
(142,103,159)
#9976A8
(153,118,168)
#A485B1
(164,133,177)
#AF94BA
(175,148,186)
#BAA3C3
(186,163,195)
#C5B2CC
(197,178,204)
#D0C1D5
(208,193,213)
#DBD0DE
(219,208,222)
#E6DFE7
(230,223,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835896 color. Also use rgb(131,88,150) instead hex code.

Text Font Color

.myTextColor { color: #835896; }

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

This text font color is #835896.


Background Color

.myBgColor { background-color: #835896; }

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

This div background color is #835896.


Border color

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

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

This div border color is #835896.


Opacity

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

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

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

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

This text has shadow with #835896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835896 on black background.


Color preview on white background

This text has color #835896 on white background.



Black color preview on #835896 background

This text has black color on #835896 background.


White color preview on #835896 background

This text has white color on #835896 background.