COLOR #835FD3

HEX: #835FD3
RGB: (131,95,211)

Color info

#835FD3 contains mainly blue color. Web safe color of #835FD3 is #9966CC (or #96C).

RGB color model

#835FD3 color RGB value is (131,95,211).

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

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 211 of 255 = 83%

131
95
211

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 211 = 437 (100%)
R 131 of 437 ~ 29.98%
G 95 of 437 ~ 21.74%
B 211 of 437 ~ 48.28%

%29.98
%21.74
%48.28

CMYK color model

#835FD3 color CMYK value is (38,55,0,17).

  • cyan value is 37.91%
  • magenta value is 54.98%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(38,55,0,17)
C38M55Y0K17 
(38%,55%,0%,17%)
(0.38/0.55/0.00/0.17)	

CMYK percentages

%37.91
%54.98
%0
%17.25

Codes

Color #835FD3 in popluar color models

835FD3
RGB13195211
HSL259°56.86%60.00%
HSB/HSV259°54.98%82.75%
CMYK37.91%54.98%0.00%
17.25%

Color #835FD3 in popluar number systems.

HEX835FD3
Decimal13195211
Binary10000011101111111010011
Octal203137323

Shades and tints

Shades of #835FD3

#835FD3
(131,95,211)
#7857C0
(120,87,192)
#6D4FAD
(109,79,173)
#62479A
(98,71,154)
#573F87
(87,63,135)
#4C3774
(76,55,116)
#412F61
(65,47,97)
#36274E
(54,39,78)
#2B1F3B
(43,31,59)
#201728
(32,23,40)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #835FD3

#835FD3
(131,95,211)
#8E6DD7
(142,109,215)
#997BDB
(153,123,219)
#A489DF
(164,137,223)
#AF97E3
(175,151,227)
#BAA5E7
(186,165,231)
#C5B3EB
(197,179,235)
#D0C1EF
(208,193,239)
#DBCFF3
(219,207,243)
#E6DDF7
(230,221,247)
#F1EBFB
(241,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835FD3; }

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

This text font color is #835FD3.


Background Color

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

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

This div background color is #835FD3.


Border color

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

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

This div border color is #835FD3.


Opacity

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

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

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

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

This text has shadow with #835FD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835FD3 on black background.


Color preview on white background

This text has color #835FD3 on white background.



Black color preview on #835FD3 background

This text has black color on #835FD3 background.


White color preview on #835FD3 background

This text has white color on #835FD3 background.