COLOR #835FAB

HEX: #835FAB
RGB: (131,95,171)

Color info

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

RGB color model

#835FAB color RGB value is (131,95,171).

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

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 171 of 255 = 67%

131
95
171

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 171 = 397 (100%)
R 131 of 397 ~ 33%
G 95 of 397 ~ 23.93%
B 171 of 397 ~ 43.07%

%33
%23.93
%43.07

CMYK color model

#835FAB color CMYK value is (23,44,0,33).

  • cyan value is 23.39%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,44,0,33)
C23M44Y0K33 
(23%,44%,0%,33%)
(0.23/0.44/0.00/0.33)	

CMYK percentages

%23.39
%44.44
%0
%32.94

Codes

Color #835FAB in popluar color models

835FAB
RGB13195171
HSL268°31.15%52.16%
HSB/HSV268°44.44%67.06%
CMYK23.39%44.44%0.00%
32.94%

Color #835FAB in popluar number systems.

HEX835FAB
Decimal13195171
Binary10000011101111110101011
Octal203137253

Shades and tints

Shades of #835FAB

#835FAB
(131,95,171)
#78579C
(120,87,156)
#6D4F8D
(109,79,141)
#62477E
(98,71,126)
#573F6F
(87,63,111)
#4C3760
(76,55,96)
#412F51
(65,47,81)
#362742
(54,39,66)
#2B1F33
(43,31,51)
#201724
(32,23,36)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #835FAB

#835FAB
(131,95,171)
#8E6DB2
(142,109,178)
#997BB9
(153,123,185)
#A489C0
(164,137,192)
#AF97C7
(175,151,199)
#BAA5CE
(186,165,206)
#C5B3D5
(197,179,213)
#D0C1DC
(208,193,220)
#DBCFE3
(219,207,227)
#E6DDEA
(230,221,234)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835FAB; }

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

This text font color is #835FAB.


Background Color

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

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

This div background color is #835FAB.


Border color

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

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

This div border color is #835FAB.


Opacity

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

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

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

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

This text has shadow with #835FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835FAB on black background.


Color preview on white background

This text has color #835FAB on white background.



Black color preview on #835FAB background

This text has black color on #835FAB background.


White color preview on #835FAB background

This text has white color on #835FAB background.