COLOR #83397F

HEX: #83397F RGB: (131,57,127)

Color info

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

RGB color model

#83397F color RGB value is (131,57,127).

RGB: (131,57,127) (51%, 22%, 50%)

RGB channels and saturation

R 131 of 255 = 51%
G 57 of 255 = 22%
B 127 of 255 = 50%

131
57
127

R + G + B ~ 41%. #83397F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 57 + 127 = 315 (100%)
R 131 of 315 ~ 41.59%
G 57 of 315 ~ 18.1%
B 127 of 315 ~ 40.32'%

%41.59
%18.1
%40.32

CMYK color model

#83397F color CMYK value is (0,56,3,49).

  • cyan value is 0.00%
  • magenta value is 56.49%
  • yellow value is 3.05%
  • key color value is 48.63%

CMYK: (0,56,3,49)
C0M56Y3K49 (0%, 56%, 3%, 49%)
(0.00 / 0.56 / 0.03 / 0.49)

CMYK percentages

%0
%56.49
%3.05
%48.63

Codes

Color #83397F in popluar color models

83 39 7F
RGB 131 57 127
HSL 303° 39.36% 36.86%
HSB/HSV 303° 56.49% 51.37%
CMYK 0.00% 56.49% 3.05%
48.63%

Color #83397F in popluar number systems.

HEX 83 39 7F
Decimal 131 57 127
Binary 10000011 111001 1111111
Octal 203 71 177

Shades and tints

Shades of #83397F

#83397F
(131,57,127)
#783474
(120,52,116)
#6D2F69
(109,47,105)
#622A5E
(98,42,94)
#572553
(87,37,83)
#4C2048
(76,32,72)
#411B3D
(65,27,61)
#361632
(54,22,50)
#2B1127
(43,17,39)
#200C1C
(32,12,28)
#150711
(21,7,17)
#000000
(0,0,0)

Tints of #83397F

#83397F
(131,57,127)
#8E4B8A
(142,75,138)
#995D95
(153,93,149)
#A46FA0
(164,111,160)
#AF81AB
(175,129,171)
#BA93B6
(186,147,182)
#C5A5C1
(197,165,193)
#D0B7CC
(208,183,204)
#DBC9D7
(219,201,215)
#E6DBE2
(230,219,226)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83397F color. Also use rgb(131,57,127) instead hex code.

Text Font Color

.myTextColor { color: #83397F; }

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

This text font color is #83397F.

Background Color

.myBgColor { background-color: #83397F; }

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

This div background color is #83397F.

Border color

.myBorderColor { border: 1px solid #83397F; }

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

This div border color is #83397F.

Opacity

.myOpacity80 { color: #83397F; opacity: 0.8; }

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

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

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

This text has shadow with #83397F color.


.textShadow {text-shadow: 3px 3px 1px #83397F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83397F; -webkit-box-shadow: 1px 1px 3px 2px #83397F; box-shadow:1px 1px 3px 2px #83397F;">
Div content here
</div>

This div box has shadow with color #83397F.

Preview

Color preview on black background

This text has color #83397F on black background.


Color preview on white background

This text has color #83397F on white background.


Black color preview on #83397F background

This text has black color on #83397F background.


White color preview on #83397F background

This text has white color on #83397F background.


Related colors

Complementary color

Complementary color for #hex is #7CC680.


I love getcolorcode.com

Triadic colors

1 #7F8339 and #397F83 with #83397F are triadic colors.

2 #7F3983 and #39837F with #83397F are triadic colors.