COLOR #833C83

HEX: #833C83
RGB: (131,60,131)

Color info

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

RGB color model

#833C83 color RGB value is (131,60,131).

  • red value is 131;
  • green value is 60;
  • blue value is 131.
RGB:
(131,60,131)
(51%,24%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 60 of 255 = 24%
B 131 of 255 = 51%

131
60
131

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

Portions of RGB colors in percentages

R + G + B =
131 + 60 + 131 = 322 (100%)
R 131 of 322 ~ 40.68%
G 60 of 322 ~ 18.63%
B 131 of 322 ~ 40.68%

%40.68
%18.63
%40.68

CMYK color model

#833C83 color CMYK value is (0,54,0,49).

  • cyan value is 0.00%
  • magenta value is 54.20%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(0,54,0,49)
C0M54Y0K49 
(0%,54%,0%,49%)
(0.00/0.54/0.00/0.49)	

CMYK percentages

%0
%54.2
%0
%48.63

Codes

Color #833C83 in popluar color models

833C83
RGB13160131
HSL300°37.17%37.45%
HSB/HSV300°54.20%51.37%
CMYK0.00%54.20%0.00%
48.63%

Color #833C83 in popluar number systems.

HEX833C83
Decimal13160131
Binary1000001111110010000011
Octal20374203

Shades and tints

Shades of #833C83

#833C83
(131,60,131)
#783778
(120,55,120)
#6D326D
(109,50,109)
#622D62
(98,45,98)
#572857
(87,40,87)
#4C234C
(76,35,76)
#411E41
(65,30,65)
#361936
(54,25,54)
#2B142B
(43,20,43)
#200F20
(32,15,32)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #833C83

#833C83
(131,60,131)
#8E4D8E
(142,77,142)
#995E99
(153,94,153)
#A46FA4
(164,111,164)
#AF80AF
(175,128,175)
#BA91BA
(186,145,186)
#C5A2C5
(197,162,197)
#D0B3D0
(208,179,208)
#DBC4DB
(219,196,219)
#E6D5E6
(230,213,230)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833C83; }

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

This text font color is #833C83.


Background Color

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

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

This div background color is #833C83.


Border color

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

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

This div border color is #833C83.


Opacity

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

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

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

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

This text has shadow with #833C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833C83 on black background.


Color preview on white background

This text has color #833C83 on white background.



Black color preview on #833C83 background

This text has black color on #833C83 background.


White color preview on #833C83 background

This text has white color on #833C83 background.