COLOR #834DE9

HEX: #834DE9 RGB: (131,77,233)

Color info

#834DE9 contains mainly blue color. Web safe color of #834DE9 is #9933FF (or #93F).

RGB color model

#834DE9 color RGB value is (131,77,233).

RGB: (131,77,233) (51%, 30%, 91%)

RGB channels and saturation

R 131 of 255 = 51%
G 77 of 255 = 30%
B 233 of 255 = 91%

131
77
233

R + G + B ~ 57%. #834DE9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 77 + 233 = 441 (100%)
R 131 of 441 ~ 29.71%
G 77 of 441 ~ 17.46%
B 233 of 441 ~ 52.83'%

%29.71
%17.46
%52.83

CMYK color model

#834DE9 color CMYK value is (44,67,0,9).

  • cyan value is 43.78%
  • magenta value is 66.95%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (44,67,0,9)
C44M67Y0K9 (44%, 67%, 0%, 9%)
(0.44 / 0.67 / 0.00 / 0.09)

CMYK percentages

%43.78
%66.95
%0
%8.63

Codes

Color #834DE9 in popluar color models

83 4D E9
RGB 131 77 233
HSL 261° 78.00% 60.78%
HSB/HSV 261° 66.95% 91.37%
CMYK 43.78% 66.95% 0.00%
8.63%

Color #834DE9 in popluar number systems.

HEX 83 4D E9
Decimal 131 77 233
Binary 10000011 1001101 11101001
Octal 203 115 351

Shades and tints

Shades of #834DE9

#834DE9
(131,77,233)
#7846D4
(120,70,212)
#6D3FBF
(109,63,191)
#6238AA
(98,56,170)
#573195
(87,49,149)
#4C2A80
(76,42,128)
#41236B
(65,35,107)
#361C56
(54,28,86)
#2B1541
(43,21,65)
#200E2C
(32,14,44)
#150717
(21,7,23)
#000000
(0,0,0)

Tints of #834DE9

#834DE9
(131,77,233)
#8E5DEB
(142,93,235)
#996DED
(153,109,237)
#A47DEF
(164,125,239)
#AF8DF1
(175,141,241)
#BA9DF3
(186,157,243)
#C5ADF5
(197,173,245)
#D0BDF7
(208,189,247)
#DBCDF9
(219,205,249)
#E6DDFB
(230,221,251)
#F1EDFD
(241,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834DE9 color. Also use rgb(131,77,233) instead hex code.

Text Font Color

.myTextColor { color: #834DE9; }

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

This text font color is #834DE9.

Background Color

.myBgColor { background-color: #834DE9; }

<div style="background-color:#834DE9">Inner text</div>

This div background color is #834DE9.

Border color

.myBorderColor { border: 1px solid #834DE9; }

<div style="border:3px solid #834DE9">Div</div>

This div border color is #834DE9.

Opacity

.myOpacity80 { color: #834DE9; opacity: 0.8; }

<p style="color:#834DE9;opacity:0.8;">80%</p>

Text with #834DE9 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 #834DE9;}

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

This text has shadow with #834DE9 color.


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

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

This text has shadow with #834DE9 primary color and red secondary color.


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

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

This text has shadow with #834DE9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #834DE9.

Preview

Color preview on black background

This text has color #834DE9 on black background.


Color preview on white background

This text has color #834DE9 on white background.


Black color preview on #834DE9 background

This text has black color on #834DE9 background.


White color preview on #834DE9 background

This text has white color on #834DE9 background.


Related colors

Complementary color

Complementary color for #hex is #7CB216.


I love getcolorcode.com

Triadic colors

1 #E9834D and #4DE983 with #834DE9 are triadic colors.

2 #E94D83 and #4D83E9 with #834DE9 are triadic colors.