COLOR #833F8B

HEX: #833F8B
RGB: (131,63,139)

Color info

#833F8B contains mainly red and blue colors. Web safe color of #833F8B is #993399 (or #939).

RGB color model

#833F8B color RGB value is (131,63,139).

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

RGB channels and saturation

R 131 of 255 = 51%
G 63 of 255 = 25%
B 139 of 255 = 55%

131
63
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 63 + 139 = 333 (100%)
R 131 of 333 ~ 39.34%
G 63 of 333 ~ 18.92%
B 139 of 333 ~ 41.74%

%39.34
%18.92
%41.74

CMYK color model

#833F8B color CMYK value is (6,55,0,45).

  • cyan value is 5.76%
  • magenta value is 54.68%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,55,0,45)
C6M55Y0K45 
(6%,55%,0%,45%)
(0.06/0.55/0.00/0.45)	

CMYK percentages

%5.76
%54.68
%0
%45.49

Codes

Color #833F8B in popluar color models

833F8B
RGB13163139
HSL294°37.62%39.61%
HSB/HSV294°54.68%54.51%
CMYK5.76%54.68%0.00%
45.49%

Color #833F8B in popluar number systems.

HEX833F8B
Decimal13163139
Binary1000001111111110001011
Octal20377213

Shades and tints

Shades of #833F8B

#833F8B
(131,63,139)
#783A7F
(120,58,127)
#6D3573
(109,53,115)
#623067
(98,48,103)
#572B5B
(87,43,91)
#4C264F
(76,38,79)
#412143
(65,33,67)
#361C37
(54,28,55)
#2B172B
(43,23,43)
#20121F
(32,18,31)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #833F8B

#833F8B
(131,63,139)
#8E5095
(142,80,149)
#99619F
(153,97,159)
#A472A9
(164,114,169)
#AF83B3
(175,131,179)
#BA94BD
(186,148,189)
#C5A5C7
(197,165,199)
#D0B6D1
(208,182,209)
#DBC7DB
(219,199,219)
#E6D8E5
(230,216,229)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833F8B; }

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

This text font color is #833F8B.


Background Color

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

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

This div background color is #833F8B.


Border color

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

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

This div border color is #833F8B.


Opacity

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

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

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

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

This text has shadow with #833F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833F8B on black background.


Color preview on white background

This text has color #833F8B on white background.



Black color preview on #833F8B background

This text has black color on #833F8B background.


White color preview on #833F8B background

This text has white color on #833F8B background.