COLOR #835DBC

HEX: #835DBC
RGB: (131,93,188)

Color info

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

RGB color model

#835DBC color RGB value is (131,93,188).

  • red value is 131;
  • green value is 93;
  • blue value is 188.
RGB:
(131,93,188)
(51%,36%,74%)

RGB channels and saturation

R 131 of 255 = 51%
G 93 of 255 = 36%
B 188 of 255 = 74%

131
93
188

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

Portions of RGB colors in percentages

R + G + B =
131 + 93 + 188 = 412 (100%)
R 131 of 412 ~ 31.8%
G 93 of 412 ~ 22.57%
B 188 of 412 ~ 45.63%

%31.8
%22.57
%45.63

CMYK color model

#835DBC color CMYK value is (30,51,0,26).

  • cyan value is 30.32%
  • magenta value is 50.53%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(30,51,0,26)
C30M51Y0K26 
(30%,51%,0%,26%)
(0.30/0.51/0.00/0.26)	

CMYK percentages

%30.32
%50.53
%0
%26.27

Codes

Color #835DBC in popluar color models

835DBC
RGB13193188
HSL264°41.48%55.10%
HSB/HSV264°50.53%73.73%
CMYK30.32%50.53%0.00%
26.27%

Color #835DBC in popluar number systems.

HEX835DBC
Decimal13193188
Binary10000011101110110111100
Octal203135274

Shades and tints

Shades of #835DBC

#835DBC
(131,93,188)
#7855AB
(120,85,171)
#6D4D9A
(109,77,154)
#624589
(98,69,137)
#573D78
(87,61,120)
#4C3567
(76,53,103)
#412D56
(65,45,86)
#362545
(54,37,69)
#2B1D34
(43,29,52)
#201523
(32,21,35)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #835DBC

#835DBC
(131,93,188)
#8E6BC2
(142,107,194)
#9979C8
(153,121,200)
#A487CE
(164,135,206)
#AF95D4
(175,149,212)
#BAA3DA
(186,163,218)
#C5B1E0
(197,177,224)
#D0BFE6
(208,191,230)
#DBCDEC
(219,205,236)
#E6DBF2
(230,219,242)
#F1E9F8
(241,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835DBC; }

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

This text font color is #835DBC.


Background Color

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

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

This div background color is #835DBC.


Border color

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

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

This div border color is #835DBC.


Opacity

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

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

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

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

This text has shadow with #835DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835DBC on black background.


Color preview on white background

This text has color #835DBC on white background.



Black color preview on #835DBC background

This text has black color on #835DBC background.


White color preview on #835DBC background

This text has white color on #835DBC background.