COLOR #835D92

HEX: #835D92 RGB: (131,93,146)

Color info

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

RGB color model

#835D92 color RGB value is (131,93,146).

RGB: (131,93,146) (51%, 36%, 57%)

RGB channels and saturation

R 131 of 255 = 51%
G 93 of 255 = 36%
B 146 of 255 = 57%

131
93
146

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

Portions of RGB colors in percentages

R + G + B = 131 + 93 + 146 = 370 (100%)
R 131 of 370 ~ 35.41%
G 93 of 370 ~ 25.14%
B 146 of 370 ~ 39.46'%

%35.41
%25.14
%39.46

CMYK color model

#835D92 color CMYK value is (10,36,0,43).

  • cyan value is 10.27%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (10,36,0,43)
C10M36Y0K43 (10%, 36%, 0%, 43%)
(0.10 / 0.36 / 0.00 / 0.43)

CMYK percentages

%10.27
%36.3
%0
%42.75

Codes

Color #835D92 in popluar color models

83 5D 92
RGB 131 93 146
HSL 283° 22.18% 46.86%
HSB/HSV 283° 36.30% 57.25%
CMYK 10.27% 36.30% 0.00%
42.75%

Color #835D92 in popluar number systems.

HEX 83 5D 92
Decimal 131 93 146
Binary 10000011 1011101 10010010
Octal 203 135 222

Shades and tints

Shades of #835D92

#835D92
(131,93,146)
#785585
(120,85,133)
#6D4D78
(109,77,120)
#62456B
(98,69,107)
#573D5E
(87,61,94)
#4C3551
(76,53,81)
#412D44
(65,45,68)
#362537
(54,37,55)
#2B1D2A
(43,29,42)
#20151D
(32,21,29)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #835D92

#835D92
(131,93,146)
#8E6B9B
(142,107,155)
#9979A4
(153,121,164)
#A487AD
(164,135,173)
#AF95B6
(175,149,182)
#BAA3BF
(186,163,191)
#C5B1C8
(197,177,200)
#D0BFD1
(208,191,209)
#DBCDDA
(219,205,218)
#E6DBE3
(230,219,227)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835D92 color. Also use rgb(131,93,146) instead hex code.

Text Font Color

.myTextColor { color: #835D92; }

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

This text font color is #835D92.

Background Color

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

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

This div background color is #835D92.

Border color

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

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

This div border color is #835D92.

Opacity

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

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

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

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

This text has shadow with #835D92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835D92.

Preview

Color preview on black background

This text has color #835D92 on black background.


Color preview on white background

This text has color #835D92 on white background.


Black color preview on #835D92 background

This text has black color on #835D92 background.


White color preview on #835D92 background

This text has white color on #835D92 background.


Related colors

Complementary color

Complementary color for #hex is #7CA26D.


I love getcolorcode.com

Triadic colors

1 #92835D and #5D9283 with #835D92 are triadic colors.

2 #925D83 and #5D8392 with #835D92 are triadic colors.