COLOR #832661

HEX: #832661
RGB: (131,38,97)

Color info

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

RGB color model

#832661 color RGB value is (131,38,97).

  • red value is 131;
  • green value is 38;
  • blue value is 97.
RGB:
(131,38,97)
(51%,15%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 38 of 255 = 15%
B 97 of 255 = 38%

131
38
97

R + G + B ~ 35%. #832661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 38 + 97 = 266 (100%)
R 131 of 266 ~ 49.25%
G 38 of 266 ~ 14.29%
B 97 of 266 ~ 36.47%

%49.25
%14.29
%36.47

CMYK color model

#832661 color CMYK value is (0,71,26,49).

  • cyan value is 0.00%
  • magenta value is 70.99%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(0,71,26,49)
C0M71Y26K49 
(0%,71%,26%,49%)
(0.00/0.71/0.26/0.49)	

CMYK percentages

%0
%70.99
%25.95
%48.63

Codes

Color #832661 in popluar color models

832661
RGB1313897
HSL322°55.03%33.14%
HSB/HSV322°70.99%51.37%
CMYK0.00%70.99%25.95%
48.63%

Color #832661 in popluar number systems.

HEX832661
Decimal1313897
Binary100000111001101100001
Octal20346141

Shades and tints

Shades of #832661

#832661
(131,38,97)
#782359
(120,35,89)
#6D2051
(109,32,81)
#621D49
(98,29,73)
#571A41
(87,26,65)
#4C1739
(76,23,57)
#411431
(65,20,49)
#361129
(54,17,41)
#2B0E21
(43,14,33)
#200B19
(32,11,25)
#150811
(21,8,17)
#000000
(0,0,0)

Tints of #832661

#832661
(131,38,97)
#8E396F
(142,57,111)
#994C7D
(153,76,125)
#A45F8B
(164,95,139)
#AF7299
(175,114,153)
#BA85A7
(186,133,167)
#C598B5
(197,152,181)
#D0ABC3
(208,171,195)
#DBBED1
(219,190,209)
#E6D1DF
(230,209,223)
#F1E4ED
(241,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #832661 color. Also use rgb(131,38,97) instead hex code.

Text Font Color

.myTextColor { color: #832661; }

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

This text font color is #832661.


Background Color

.myBgColor { background-color: #832661; }

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

This div background color is #832661.


Border color

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

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

This div border color is #832661.


Opacity

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

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

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

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

This text has shadow with #832661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #832661 on black background.


Color preview on white background

This text has color #832661 on white background.



Black color preview on #832661 background

This text has black color on #832661 background.


White color preview on #832661 background

This text has white color on #832661 background.