HEX: #835386
RGB: (131,83,134)
#835386 contains red, green and blue colors in about the same proportion. Web safe color of #835386 is #996699 (or #969).
#835386 color RGB value is (131,83,134).
RGB: (131,83,134)
(51%, 33%, 53%)
R 131 of 255 = 51%
G 83 of 255 = 33%
B 134 of 255 = 53%
R + G + B ~ 46%. #835386 is middle color (not dark and not light).
R + G + B = 131 + 83 + 134 = 348 (100%)
R 131 of 348 ~ 37.64%
G 83 of 348 ~ 23.85%
B 134 of 348 ~ 38.51'%
#835386 color CMYK value is (2,38,0,47).
CMYK: (2,38,0,47)
C2M38Y0K47 (2%, 38%, 0%, 47%)
(0.02 / 0.38 / 0.00 / 0.47)
Color #835386 in popluar color models
83 | 53 | 86 | |
---|---|---|---|
RGB | 131 | 83 | 134 |
HSL | 296° | 23.50% | 42.55% |
HSB/HSV | 296° | 38.06% | 52.55% |
CMYK | 2.24% | 38.06% | 0.00% |
47.45% |
Color #835386 in popluar number systems.
HEX | 83 | 53 | 86 |
Decimal | 131 | 83 | 134 |
Binary | 10000011 | 1010011 | 10000110 |
Octal | 203 | 123 | 206 |
Shades of #835386
Tints of #835386
Examples of css and html codes for elements with #835386 color. Also use rgb(131,83,134) instead hex code.
.myTextColor { color: #835386; }
<p style="color:#835386">This sample text font color is #835386.</p>
This text font color is #835386.
.myBgColor { background-color: #835386; }
<div style="background-color:#835386">Inner text</div>
This div background color is #835386.
.myBorderColor { border: 1px solid #835386; }
<div style="border:3px solid #835386">Div</div>
This div border color is #835386.
.myOpacity80 { color: #835386; opacity: 0.8; }
<p style="color:#835386;opacity:0.8;">80%</p>
Text with #835386 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #835386;}
<p style="text-shadow: 3px 3px 1px #835386">Text here.</p>
This text has shadow with #835386 color.
.textShadow {text-shadow: 3px 3px 1px #835386', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #835386, 5px 5px 20px red">Text here.</p>
This text has shadow with #835386 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#835386, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#835386, Direction=45, Strength=4)">Text</p>
This text has shadow with #835386 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #835386;
-webkit-box-shadow: 1px 1px 3px 2px #835386;
box-shadow: 1px 1px 3px 2px #835386;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #835386; -webkit-box-shadow: 1px 1px 3px 2px #835386; box-shadow:1px 1px 3px 2px #835386;">
Div content here
</div>
This text has color #835386 on black background.
This text has color #835386 on white background.
This text has black color on #835386 background.
This text has white color on #835386 background.
Complementary color for #hex is #7CAC79.