COLOR #835DAB

HEX: #835DAB RGB: (131,93,171)

Color info

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

RGB color model

#835DAB color RGB value is (131,93,171).

RGB: (131,93,171) (51%, 36%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 93 of 255 = 36%
B 171 of 255 = 67%

131
93
171

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

Portions of RGB colors in percentages

R + G + B = 131 + 93 + 171 = 395 (100%)
R 131 of 395 ~ 33.16%
G 93 of 395 ~ 23.54%
B 171 of 395 ~ 43.29'%

%33.16
%23.54
%43.29

CMYK color model

#835DAB color CMYK value is (23,46,0,33).

  • cyan value is 23.39%
  • magenta value is 45.61%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (23,46,0,33)
C23M46Y0K33 (23%, 46%, 0%, 33%)
(0.23 / 0.46 / 0.00 / 0.33)

CMYK percentages

%23.39
%45.61
%0
%32.94

Codes

Color #835DAB in popluar color models

83 5D AB
RGB 131 93 171
HSL 269° 31.71% 51.76%
HSB/HSV 269° 45.61% 67.06%
CMYK 23.39% 45.61% 0.00%
32.94%

Color #835DAB in popluar number systems.

HEX 83 5D AB
Decimal 131 93 171
Binary 10000011 1011101 10101011
Octal 203 135 253

Shades and tints

Shades of #835DAB

#835DAB
(131,93,171)
#78559C
(120,85,156)
#6D4D8D
(109,77,141)
#62457E
(98,69,126)
#573D6F
(87,61,111)
#4C3560
(76,53,96)
#412D51
(65,45,81)
#362542
(54,37,66)
#2B1D33
(43,29,51)
#201524
(32,21,36)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #835DAB

#835DAB
(131,93,171)
#8E6BB2
(142,107,178)
#9979B9
(153,121,185)
#A487C0
(164,135,192)
#AF95C7
(175,149,199)
#BAA3CE
(186,163,206)
#C5B1D5
(197,177,213)
#D0BFDC
(208,191,220)
#DBCDE3
(219,205,227)
#E6DBEA
(230,219,234)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835DAB; }

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

This text font color is #835DAB.

Background Color

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

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

This div background color is #835DAB.

Border color

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

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

This div border color is #835DAB.

Opacity

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

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

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

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

This text has shadow with #835DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835DAB.

Preview

Color preview on black background

This text has color #835DAB on black background.


Color preview on white background

This text has color #835DAB on white background.


Black color preview on #835DAB background

This text has black color on #835DAB background.


White color preview on #835DAB background

This text has white color on #835DAB background.


Related colors

Complementary color

Complementary color for #hex is #7CA254.


I love getcolorcode.com

Triadic colors

1 #AB835D and #5DAB83 with #835DAB are triadic colors.

2 #AB5D83 and #5D83AB with #835DAB are triadic colors.