COLOR #835DBE

HEX: #835DBE RGB: (131,93,190)

Color info

#835DBE contains mainly red and blue colors. Web safe color of #835DBE is #9966CC (or #96C).

RGB color model

#835DBE color RGB value is (131,93,190).

RGB: (131,93,190) (51%, 36%, 75%)

RGB channels and saturation

R 131 of 255 = 51%
G 93 of 255 = 36%
B 190 of 255 = 75%

131
93
190

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

Portions of RGB colors in percentages

R + G + B = 131 + 93 + 190 = 414 (100%)
R 131 of 414 ~ 31.64%
G 93 of 414 ~ 22.46%
B 190 of 414 ~ 45.89'%

%31.64
%22.46
%45.89

CMYK color model

#835DBE color CMYK value is (31,51,0,25).

  • cyan value is 31.05%
  • magenta value is 51.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (31,51,0,25) C31M51Y0K25 (31%,51%,0%,25%) (0.31/0.51/0.00/0.25) 

CMYK percentages

%31.05
%51.05
%0
%25.49

Codes

Color #835DBE in popluar color models

83 5D BE
RGB 131 93 190
HSL 264° 42.73% 55.49%
HSB/HSV 264° 51.05% 74.51%
CMYK 31.05% 51.05% 0.00%
25.49%

Color #835DBE in popluar number systems.

HEX 83 5D BE
Decimal 131 93 190
Binary 10000011 1011101 10111110
Octal 203 135 276

Shades and tints

Shades of #835DBE

#835DBE
(131,93,190)
#7855AD
(120,85,173)
#6D4D9C
(109,77,156)
#62458B
(98,69,139)
#573D7A
(87,61,122)
#4C3569
(76,53,105)
#412D58
(65,45,88)
#362547
(54,37,71)
#2B1D36
(43,29,54)
#201525
(32,21,37)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #835DBE

#835DBE
(131,93,190)
#8E6BC3
(142,107,195)
#9979C8
(153,121,200)
#A487CD
(164,135,205)
#AF95D2
(175,149,210)
#BAA3D7
(186,163,215)
#C5B1DC
(197,177,220)
#D0BFE1
(208,191,225)
#DBCDE6
(219,205,230)
#E6DBEB
(230,219,235)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835DBE; }

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

This text font color is #835DBE.

Background Color

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

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

This div background color is #835DBE.

Border color

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

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

This div border color is #835DBE.

Opacity

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

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

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

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

This text has shadow with #835DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835DBE.

Preview

Color preview on black background

This text has color #835DBE on black background.


Color preview on white background

This text has color #835DBE on white background.


Black color preview on #835DBE background

This text has black color on #835DBE background.


White color preview on #835DBE background

This text has white color on #835DBE background.


Related colors

Complementary color

Complementary color for #hex is #7CA241.


I love getcolorcode.com

Triadic colors

1 #BE835D and #5DBE83 with #835DBE are triadic colors.

2 #BE5D83 and #5D83BE with #835DBE are triadic colors.