COLOR #833C94

HEX: #833C94
RGB: (131,60,148)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
60
148

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

Portions of RGB colors in percentages

R + G + B =
131 + 60 + 148 = 339 (100%)
R 131 of 339 ~ 38.64%
G 60 of 339 ~ 17.7%
B 148 of 339 ~ 43.66%

%38.64
%17.7
%43.66

CMYK color model

#833C94 color CMYK value is (11,59,0,42).

  • cyan value is 11.49%
  • magenta value is 59.46%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,59,0,42)
C11M59Y0K42 
(11%,59%,0%,42%)
(0.11/0.59/0.00/0.42)	

CMYK percentages

%11.49
%59.46
%0
%41.96

Codes

Color #833C94 in popluar color models

833C94
RGB13160148
HSL288°42.31%40.78%
HSB/HSV288°59.46%58.04%
CMYK11.49%59.46%0.00%
41.96%

Color #833C94 in popluar number systems.

HEX833C94
Decimal13160148
Binary1000001111110010010100
Octal20374224

Shades and tints

Shades of #833C94

#833C94
(131,60,148)
#783787
(120,55,135)
#6D327A
(109,50,122)
#622D6D
(98,45,109)
#572860
(87,40,96)
#4C2353
(76,35,83)
#411E46
(65,30,70)
#361939
(54,25,57)
#2B142C
(43,20,44)
#200F1F
(32,15,31)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #833C94

#833C94
(131,60,148)
#8E4D9D
(142,77,157)
#995EA6
(153,94,166)
#A46FAF
(164,111,175)
#AF80B8
(175,128,184)
#BA91C1
(186,145,193)
#C5A2CA
(197,162,202)
#D0B3D3
(208,179,211)
#DBC4DC
(219,196,220)
#E6D5E5
(230,213,229)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833C94; }

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

This text font color is #833C94.


Background Color

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

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

This div background color is #833C94.


Border color

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

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

This div border color is #833C94.


Opacity

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

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

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

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

This text has shadow with #833C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833C94 on black background.


Color preview on white background

This text has color #833C94 on white background.



Black color preview on #833C94 background

This text has black color on #833C94 background.


White color preview on #833C94 background

This text has white color on #833C94 background.