COLOR #835F93

HEX: #835F93
RGB: (131,95,147)

Color info

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

RGB color model

#835F93 color RGB value is (131,95,147).

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

RGB channels and saturation

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

131
95
147

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 147 = 373 (100%)
R 131 of 373 ~ 35.12%
G 95 of 373 ~ 25.47%
B 147 of 373 ~ 39.41%

%35.12
%25.47
%39.41

CMYK color model

#835F93 color CMYK value is (11,35,0,42).

  • cyan value is 10.88%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(11,35,0,42)
C11M35Y0K42 
(11%,35%,0%,42%)
(0.11/0.35/0.00/0.42)	

CMYK percentages

%10.88
%35.37
%0
%42.35

Codes

Color #835F93 in popluar color models

835F93
RGB13195147
HSL282°21.49%47.45%
HSB/HSV282°35.37%57.65%
CMYK10.88%35.37%0.00%
42.35%

Color #835F93 in popluar number systems.

HEX835F93
Decimal13195147
Binary10000011101111110010011
Octal203137223

Shades and tints

Shades of #835F93

#835F93
(131,95,147)
#785786
(120,87,134)
#6D4F79
(109,79,121)
#62476C
(98,71,108)
#573F5F
(87,63,95)
#4C3752
(76,55,82)
#412F45
(65,47,69)
#362738
(54,39,56)
#2B1F2B
(43,31,43)
#20171E
(32,23,30)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #835F93

#835F93
(131,95,147)
#8E6D9C
(142,109,156)
#997BA5
(153,123,165)
#A489AE
(164,137,174)
#AF97B7
(175,151,183)
#BAA5C0
(186,165,192)
#C5B3C9
(197,179,201)
#D0C1D2
(208,193,210)
#DBCFDB
(219,207,219)
#E6DDE4
(230,221,228)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835F93; }

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

This text font color is #835F93.


Background Color

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

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

This div background color is #835F93.


Border color

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

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

This div border color is #835F93.


Opacity

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

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

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

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

This text has shadow with #835F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F93 on black background.


Color preview on white background

This text has color #835F93 on white background.



Black color preview on #835F93 background

This text has black color on #835F93 background.


White color preview on #835F93 background

This text has white color on #835F93 background.