COLOR #833EA6

HEX: #833EA6
RGB: (131,62,166)

Color info

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

RGB color model

#833EA6 color RGB value is (131,62,166).

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

RGB channels and saturation

R 131 of 255 = 51%
G 62 of 255 = 24%
B 166 of 255 = 65%

131
62
166

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

Portions of RGB colors in percentages

R + G + B =
131 + 62 + 166 = 359 (100%)
R 131 of 359 ~ 36.49%
G 62 of 359 ~ 17.27%
B 166 of 359 ~ 46.24%

%36.49
%17.27
%46.24

CMYK color model

#833EA6 color CMYK value is (21,63,0,35).

  • cyan value is 21.08%
  • magenta value is 62.65%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(21,63,0,35)
C21M63Y0K35 
(21%,63%,0%,35%)
(0.21/0.63/0.00/0.35)	

CMYK percentages

%21.08
%62.65
%0
%34.9

Codes

Color #833EA6 in popluar color models

833EA6
RGB13162166
HSL280°45.61%44.71%
HSB/HSV280°62.65%65.10%
CMYK21.08%62.65%0.00%
34.90%

Color #833EA6 in popluar number systems.

HEX833EA6
Decimal13162166
Binary1000001111111010100110
Octal20376246

Shades and tints

Shades of #833EA6

#833EA6
(131,62,166)
#783997
(120,57,151)
#6D3488
(109,52,136)
#622F79
(98,47,121)
#572A6A
(87,42,106)
#4C255B
(76,37,91)
#41204C
(65,32,76)
#361B3D
(54,27,61)
#2B162E
(43,22,46)
#20111F
(32,17,31)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #833EA6

#833EA6
(131,62,166)
#8E4FAE
(142,79,174)
#9960B6
(153,96,182)
#A471BE
(164,113,190)
#AF82C6
(175,130,198)
#BA93CE
(186,147,206)
#C5A4D6
(197,164,214)
#D0B5DE
(208,181,222)
#DBC6E6
(219,198,230)
#E6D7EE
(230,215,238)
#F1E8F6
(241,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833EA6; }

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

This text font color is #833EA6.


Background Color

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

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

This div background color is #833EA6.


Border color

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

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

This div border color is #833EA6.


Opacity

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

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

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

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

This text has shadow with #833EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833EA6 on black background.


Color preview on white background

This text has color #833EA6 on white background.



Black color preview on #833EA6 background

This text has black color on #833EA6 background.


White color preview on #833EA6 background

This text has white color on #833EA6 background.