COLOR #835F95

HEX: #835F95
RGB: (131,95,149)

Color info

#835F95 contains red, green and blue colors in about the same proportion. Web safe color of #835F95 is #996699 (or #969).

RGB color model

#835F95 color RGB value is (131,95,149).

  • red value is 131;
  • green value is 95;
  • blue value is 149.
RGB:
(131,95,149)
(51%,37%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 149 of 255 = 58%

131
95
149

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 149 = 375 (100%)
R 131 of 375 ~ 34.93%
G 95 of 375 ~ 25.33%
B 149 of 375 ~ 39.73%

%34.93
%25.33
%39.73

CMYK color model

#835F95 color CMYK value is (12,36,0,42).

  • cyan value is 12.08%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(12,36,0,42)
C12M36Y0K42 
(12%,36%,0%,42%)
(0.12/0.36/0.00/0.42)	

CMYK percentages

%12.08
%36.24
%0
%41.57

Codes

Color #835F95 in popluar color models

835F95
RGB13195149
HSL280°22.13%47.84%
HSB/HSV280°36.24%58.43%
CMYK12.08%36.24%0.00%
41.57%

Color #835F95 in popluar number systems.

HEX835F95
Decimal13195149
Binary10000011101111110010101
Octal203137225

Shades and tints

Shades of #835F95

#835F95
(131,95,149)
#785788
(120,87,136)
#6D4F7B
(109,79,123)
#62476E
(98,71,110)
#573F61
(87,63,97)
#4C3754
(76,55,84)
#412F47
(65,47,71)
#36273A
(54,39,58)
#2B1F2D
(43,31,45)
#201720
(32,23,32)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #835F95

#835F95
(131,95,149)
#8E6D9E
(142,109,158)
#997BA7
(153,123,167)
#A489B0
(164,137,176)
#AF97B9
(175,151,185)
#BAA5C2
(186,165,194)
#C5B3CB
(197,179,203)
#D0C1D4
(208,193,212)
#DBCFDD
(219,207,221)
#E6DDE6
(230,221,230)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835F95 color. Also use rgb(131,95,149) instead hex code.

Text Font Color

.myTextColor { color: #835F95; }

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

This text font color is #835F95.


Background Color

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

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

This div background color is #835F95.


Border color

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

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

This div border color is #835F95.


Opacity

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

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

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

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

This text has shadow with #835F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F95 on black background.


Color preview on white background

This text has color #835F95 on white background.



Black color preview on #835F95 background

This text has black color on #835F95 background.


White color preview on #835F95 background

This text has white color on #835F95 background.