COLOR #832E7C

HEX: #832E7C
RGB: (131,46,124)

Color info

#832E7C contains mainly red and blue colors. Web safe color of #832E7C is #993366 (or #936).

RGB color model

#832E7C color RGB value is (131,46,124).

  • red value is 131;
  • green value is 46;
  • blue value is 124.
RGB:
(131,46,124)
(51%,18%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 46 of 255 = 18%
B 124 of 255 = 49%

131
46
124

R + G + B ~ 39%. #832E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 46 + 124 = 301 (100%)
R 131 of 301 ~ 43.52%
G 46 of 301 ~ 15.28%
B 124 of 301 ~ 41.2%

%43.52
%15.28
%41.2

CMYK color model

#832E7C color CMYK value is (0,65,5,49).

  • cyan value is 0.00%
  • magenta value is 64.89%
  • yellow value is 5.34%
  • key color value is 48.63%
CMYK:
(0,65,5,49)
C0M65Y5K49 
(0%,65%,5%,49%)
(0.00/0.65/0.05/0.49)	

CMYK percentages

%0
%64.89
%5.34
%48.63

Codes

Color #832E7C in popluar color models

832E7C
RGB13146124
HSL305°48.02%34.71%
HSB/HSV305°64.89%51.37%
CMYK0.00%64.89%5.34%
48.63%

Color #832E7C in popluar number systems.

HEX832E7C
Decimal13146124
Binary100000111011101111100
Octal20356174

Shades and tints

Shades of #832E7C

#832E7C
(131,46,124)
#782A71
(120,42,113)
#6D2666
(109,38,102)
#62225B
(98,34,91)
#571E50
(87,30,80)
#4C1A45
(76,26,69)
#41163A
(65,22,58)
#36122F
(54,18,47)
#2B0E24
(43,14,36)
#200A19
(32,10,25)
#15060E
(21,6,14)
#000000
(0,0,0)

Tints of #832E7C

#832E7C
(131,46,124)
#8E4187
(142,65,135)
#995492
(153,84,146)
#A4679D
(164,103,157)
#AF7AA8
(175,122,168)
#BA8DB3
(186,141,179)
#C5A0BE
(197,160,190)
#D0B3C9
(208,179,201)
#DBC6D4
(219,198,212)
#E6D9DF
(230,217,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832E7C color. Also use rgb(131,46,124) instead hex code.

Text Font Color

.myTextColor { color: #832E7C; }

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

This text font color is #832E7C.


Background Color

.myBgColor { background-color: #832E7C; }

<div style="background-color:#832E7C">Inner text</div>

This div background color is #832E7C.


Border color

.myBorderColor { border: 1px solid #832E7C; }

<div style="border:3px solid #832E7C">Div</div>

This div border color is #832E7C.


Opacity

.myOpacity80 { color: #832E7C; opacity: 0.8; }

<p style="color:#832E7C;opacity:0.8;">80%</p>

Text with #832E7C 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 #832E7C;}

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

This text has shadow with #832E7C color.

.textShadow {text-shadow: 3px 3px 1px #832E7C, 3px 3px 1px red;}

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

This text has shadow with #832E7C primary color and red secondary color.


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

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

This text has shadow with #832E7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832E7C on black background.


Color preview on white background

This text has color #832E7C on white background.



Black color preview on #832E7C background

This text has black color on #832E7C background.


White color preview on #832E7C background

This text has white color on #832E7C background.