COLOR #833F7E

HEX: #833F7E
RGB: (131,63,126)

Color info

#833F7E contains mainly red and blue colors. Web safe color of #833F7E is #993366 (or #936).

RGB color model

#833F7E color RGB value is (131,63,126).

  • red value is 131;
  • green value is 63;
  • blue value is 126.
RGB:
(131,63,126)
(51%,25%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 63 of 255 = 25%
B 126 of 255 = 49%

131
63
126

R + G + B ~ 42%. #833F7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 63 + 126 = 320 (100%)
R 131 of 320 ~ 40.94%
G 63 of 320 ~ 19.69%
B 126 of 320 ~ 39.38%

%40.94
%19.69
%39.38

CMYK color model

#833F7E color CMYK value is (0,52,4,49).

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(0,52,4,49)
C0M52Y4K49 
(0%,52%,4%,49%)
(0.00/0.52/0.04/0.49)	

CMYK percentages

%0
%51.91
%3.82
%48.63

Codes

Color #833F7E in popluar color models

833F7E
RGB13163126
HSL304°35.05%38.04%
HSB/HSV304°51.91%51.37%
CMYK0.00%51.91%3.82%
48.63%

Color #833F7E in popluar number systems.

HEX833F7E
Decimal13163126
Binary100000111111111111110
Octal20377176

Shades and tints

Shades of #833F7E

#833F7E
(131,63,126)
#783A73
(120,58,115)
#6D3568
(109,53,104)
#62305D
(98,48,93)
#572B52
(87,43,82)
#4C2647
(76,38,71)
#41213C
(65,33,60)
#361C31
(54,28,49)
#2B1726
(43,23,38)
#20121B
(32,18,27)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #833F7E

#833F7E
(131,63,126)
#8E5089
(142,80,137)
#996194
(153,97,148)
#A4729F
(164,114,159)
#AF83AA
(175,131,170)
#BA94B5
(186,148,181)
#C5A5C0
(197,165,192)
#D0B6CB
(208,182,203)
#DBC7D6
(219,199,214)
#E6D8E1
(230,216,225)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833F7E color. Also use rgb(131,63,126) instead hex code.

Text Font Color

.myTextColor { color: #833F7E; }

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

This text font color is #833F7E.


Background Color

.myBgColor { background-color: #833F7E; }

<div style="background-color:#833F7E">Inner text</div>

This div background color is #833F7E.


Border color

.myBorderColor { border: 1px solid #833F7E; }

<div style="border:3px solid #833F7E">Div</div>

This div border color is #833F7E.


Opacity

.myOpacity80 { color: #833F7E; opacity: 0.8; }

<p style="color:#833F7E;opacity:0.8;">80%</p>

Text with #833F7E 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 #833F7E;}

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

This text has shadow with #833F7E color.

.textShadow {text-shadow: 3px 3px 1px #833F7E, 3px 3px 1px red;}

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

This text has shadow with #833F7E primary color and red secondary color.


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

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

This text has shadow with #833F7E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833F7E on black background.


Color preview on white background

This text has color #833F7E on white background.



Black color preview on #833F7E background

This text has black color on #833F7E background.


White color preview on #833F7E background

This text has white color on #833F7E background.