COLOR #835BA9

HEX: #835BA9 RGB: (131,91,169)

Color info

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

RGB color model

#835BA9 color RGB value is (131,91,169).

RGB: (131,91,169) (51%, 36%, 66%)

RGB channels and saturation

R 131 of 255 = 51%
G 91 of 255 = 36%
B 169 of 255 = 66%

131
91
169

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

Portions of RGB colors in percentages

R + G + B = 131 + 91 + 169 = 391 (100%)
R 131 of 391 ~ 33.5%
G 91 of 391 ~ 23.27%
B 169 of 391 ~ 43.22'%

%33.5
%23.27
%43.22

CMYK color model

#835BA9 color CMYK value is (22,46,0,34).

  • cyan value is 22.49%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (22,46,0,34)
C22M46Y0K34 (22%, 46%, 0%, 34%)
(0.22 / 0.46 / 0.00 / 0.34)

CMYK percentages

%22.49
%46.15
%0
%33.73

Codes

Color #835BA9 in popluar color models

83 5B A9
RGB 131 91 169
HSL 271° 31.20% 50.98%
HSB/HSV 271° 46.15% 66.27%
CMYK 22.49% 46.15% 0.00%
33.73%

Color #835BA9 in popluar number systems.

HEX 83 5B A9
Decimal 131 91 169
Binary 10000011 1011011 10101001
Octal 203 133 251

Shades and tints

Shades of #835BA9

#835BA9
(131,91,169)
#78539A
(120,83,154)
#6D4B8B
(109,75,139)
#62437C
(98,67,124)
#573B6D
(87,59,109)
#4C335E
(76,51,94)
#412B4F
(65,43,79)
#362340
(54,35,64)
#2B1B31
(43,27,49)
#201322
(32,19,34)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #835BA9

#835BA9
(131,91,169)
#8E69B0
(142,105,176)
#9977B7
(153,119,183)
#A485BE
(164,133,190)
#AF93C5
(175,147,197)
#BAA1CC
(186,161,204)
#C5AFD3
(197,175,211)
#D0BDDA
(208,189,218)
#DBCBE1
(219,203,225)
#E6D9E8
(230,217,232)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835BA9 color. Also use rgb(131,91,169) instead hex code.

Text Font Color

.myTextColor { color: #835BA9; }

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

This text font color is #835BA9.

Background Color

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

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

This div background color is #835BA9.

Border color

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

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

This div border color is #835BA9.

Opacity

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

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

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

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

This text has shadow with #835BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835BA9.

Preview

Color preview on black background

This text has color #835BA9 on black background.


Color preview on white background

This text has color #835BA9 on white background.


Black color preview on #835BA9 background

This text has black color on #835BA9 background.


White color preview on #835BA9 background

This text has white color on #835BA9 background.


Related colors

Complementary color

Complementary color for #hex is #7CA456.


I love getcolorcode.com

Triadic colors

1 #A9835B and #5BA983 with #835BA9 are triadic colors.

2 #A95B83 and #5B83A9 with #835BA9 are triadic colors.