COLOR #83387C

HEX: #83387C RGB: (131,56,124)

Color info

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

RGB color model

#83387C color RGB value is (131,56,124).

RGB: (131,56,124) (51%, 22%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 56 of 255 = 22%
B 124 of 255 = 49%

131
56
124

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

Portions of RGB colors in percentages

R + G + B = 131 + 56 + 124 = 311 (100%)
R 131 of 311 ~ 42.12%
G 56 of 311 ~ 18.01%
B 124 of 311 ~ 39.87'%

%42.12
%18.01
%39.87

CMYK color model

#83387C color CMYK value is (0,57,5,49).

  • cyan value is 0.00%
  • magenta value is 57.25%
  • yellow value is 5.34%
  • key color value is 48.63%

CMYK: (0,57,5,49)
C0M57Y5K49 (0%, 57%, 5%, 49%)
(0.00 / 0.57 / 0.05 / 0.49)

CMYK percentages

%0
%57.25
%5.34
%48.63

Codes

Color #83387C in popluar color models

83 38 7C
RGB 131 56 124
HSL 306° 40.11% 36.67%
HSB/HSV 306° 57.25% 51.37%
CMYK 0.00% 57.25% 5.34%
48.63%

Color #83387C in popluar number systems.

HEX 83 38 7C
Decimal 131 56 124
Binary 10000011 111000 1111100
Octal 203 70 174

Shades and tints

Shades of #83387C

#83387C
(131,56,124)
#783371
(120,51,113)
#6D2E66
(109,46,102)
#62295B
(98,41,91)
#572450
(87,36,80)
#4C1F45
(76,31,69)
#411A3A
(65,26,58)
#36152F
(54,21,47)
#2B1024
(43,16,36)
#200B19
(32,11,25)
#15060E
(21,6,14)
#000000
(0,0,0)

Tints of #83387C

#83387C
(131,56,124)
#8E4A87
(142,74,135)
#995C92
(153,92,146)
#A46E9D
(164,110,157)
#AF80A8
(175,128,168)
#BA92B3
(186,146,179)
#C5A4BE
(197,164,190)
#D0B6C9
(208,182,201)
#DBC8D4
(219,200,212)
#E6DADF
(230,218,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83387C color. Also use rgb(131,56,124) instead hex code.

Text Font Color

.myTextColor { color: #83387C; }

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

This text font color is #83387C.

Background Color

.myBgColor { background-color: #83387C; }

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

This div background color is #83387C.

Border color

.myBorderColor { border: 1px solid #83387C; }

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

This div border color is #83387C.

Opacity

.myOpacity80 { color: #83387C; opacity: 0.8; }

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

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

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

This text has shadow with #83387C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83387C.

Preview

Color preview on black background

This text has color #83387C on black background.


Color preview on white background

This text has color #83387C on white background.


Black color preview on #83387C background

This text has black color on #83387C background.


White color preview on #83387C background

This text has white color on #83387C background.


Related colors

Complementary color

Complementary color for #hex is #7CC783.


I love getcolorcode.com

Triadic colors

1 #7C8338 and #387C83 with #83387C are triadic colors.

2 #7C3883 and #38837C with #83387C are triadic colors.