COLOR #832885

HEX: #832885
RGB: (131,40,133)

Color info

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

RGB color model

#832885 color RGB value is (131,40,133).

  • red value is 131;
  • green value is 40;
  • blue value is 133.
RGB:
(131,40,133)
(51%,16%,52%)

RGB channels and saturation

R 131 of 255 = 51%
G 40 of 255 = 16%
B 133 of 255 = 52%

131
40
133

R + G + B ~ 40%. #832885 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 40 + 133 = 304 (100%)
R 131 of 304 ~ 43.09%
G 40 of 304 ~ 13.16%
B 133 of 304 ~ 43.75%

%43.09
%13.16
%43.75

CMYK color model

#832885 color CMYK value is (2,70,0,48).

  • cyan value is 1.50%
  • magenta value is 69.92%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,70,0,48)
C2M70Y0K48 
(2%,70%,0%,48%)
(0.02/0.70/0.00/0.48)	

CMYK percentages

%1.5
%69.92
%0
%47.84

Codes

Color #832885 in popluar color models

832885
RGB13140133
HSL299°53.76%33.92%
HSB/HSV299°69.92%52.16%
CMYK1.50%69.92%0.00%
47.84%

Color #832885 in popluar number systems.

HEX832885
Decimal13140133
Binary1000001110100010000101
Octal20350205

Shades and tints

Shades of #832885

#832885
(131,40,133)
#782579
(120,37,121)
#6D226D
(109,34,109)
#621F61
(98,31,97)
#571C55
(87,28,85)
#4C1949
(76,25,73)
#41163D
(65,22,61)
#361331
(54,19,49)
#2B1025
(43,16,37)
#200D19
(32,13,25)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #832885

#832885
(131,40,133)
#8E3B90
(142,59,144)
#994E9B
(153,78,155)
#A461A6
(164,97,166)
#AF74B1
(175,116,177)
#BA87BC
(186,135,188)
#C59AC7
(197,154,199)
#D0ADD2
(208,173,210)
#DBC0DD
(219,192,221)
#E6D3E8
(230,211,232)
#F1E6F3
(241,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832885 color. Also use rgb(131,40,133) instead hex code.

Text Font Color

.myTextColor { color: #832885; }

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

This text font color is #832885.


Background Color

.myBgColor { background-color: #832885; }

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

This div background color is #832885.


Border color

.myBorderColor { border: 1px solid #832885; }

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

This div border color is #832885.


Opacity

.myOpacity80 { color: #832885; opacity: 0.8; }

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

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

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

This text has shadow with #832885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832885 on black background.


Color preview on white background

This text has color #832885 on white background.



Black color preview on #832885 background

This text has black color on #832885 background.


White color preview on #832885 background

This text has white color on #832885 background.