COLOR #833CA6

HEX: #833CA6
RGB: (131,60,166)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
60
166

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

Portions of RGB colors in percentages

R + G + B =
131 + 60 + 166 = 357 (100%)
R 131 of 357 ~ 36.69%
G 60 of 357 ~ 16.81%
B 166 of 357 ~ 46.5%

%36.69
%16.81
%46.5

CMYK color model

#833CA6 color CMYK value is (21,64,0,35).

  • cyan value is 21.08%
  • magenta value is 63.86%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(21,64,0,35)
C21M64Y0K35 
(21%,64%,0%,35%)
(0.21/0.64/0.00/0.35)	

CMYK percentages

%21.08
%63.86
%0
%34.9

Codes

Color #833CA6 in popluar color models

833CA6
RGB13160166
HSL280°46.90%44.31%
HSB/HSV280°63.86%65.10%
CMYK21.08%63.86%0.00%
34.90%

Color #833CA6 in popluar number systems.

HEX833CA6
Decimal13160166
Binary1000001111110010100110
Octal20374246

Shades and tints

Shades of #833CA6

#833CA6
(131,60,166)
#783797
(120,55,151)
#6D3288
(109,50,136)
#622D79
(98,45,121)
#57286A
(87,40,106)
#4C235B
(76,35,91)
#411E4C
(65,30,76)
#36193D
(54,25,61)
#2B142E
(43,20,46)
#200F1F
(32,15,31)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #833CA6

#833CA6
(131,60,166)
#8E4DAE
(142,77,174)
#995EB6
(153,94,182)
#A46FBE
(164,111,190)
#AF80C6
(175,128,198)
#BA91CE
(186,145,206)
#C5A2D6
(197,162,214)
#D0B3DE
(208,179,222)
#DBC4E6
(219,196,230)
#E6D5EE
(230,213,238)
#F1E6F6
(241,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833CA6; }

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

This text font color is #833CA6.


Background Color

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

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

This div background color is #833CA6.


Border color

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

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

This div border color is #833CA6.


Opacity

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

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

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

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

This text has shadow with #833CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833CA6 on black background.


Color preview on white background

This text has color #833CA6 on white background.



Black color preview on #833CA6 background

This text has black color on #833CA6 background.


White color preview on #833CA6 background

This text has white color on #833CA6 background.