COLOR #80387E

HEX: #80387E RGB: (128,56,126)

Color info

#80387E contains mainly red and blue colors. Web safe color of #80387E is #663366 (or #636).

RGB color model

#80387E color RGB value is (128,56,126).

RGB: (128,56,126) (50%, 22%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 56 of 255 = 22%
B 126 of 255 = 49%

128
56
126

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

Portions of RGB colors in percentages

R + G + B = 128 + 56 + 126 = 310 (100%)
R 128 of 310 ~ 41.29%
G 56 of 310 ~ 18.06%
B 126 of 310 ~ 40.65'%

%41.29
%18.06
%40.65

CMYK color model

#80387E color CMYK value is (0,56,2,50).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 1.56%
  • key color value is 49.80%

CMYK: (0,56,2,50)
C0M56Y2K50 (0%, 56%, 2%, 50%)
(0.00 / 0.56 / 0.02 / 0.50)

CMYK percentages

%0
%56.25
%1.56
%49.8

Codes

Color #80387E in popluar color models

80 38 7E
RGB 128 56 126
HSL 302° 39.13% 36.08%
HSB/HSV 302° 56.25% 50.20%
CMYK 0.00% 56.25% 1.56%
49.80%

Color #80387E in popluar number systems.

HEX 80 38 7E
Decimal 128 56 126
Binary 10000000 111000 1111110
Octal 200 70 176

Shades and tints

Shades of #80387E

#80387E
(128,56,126)
#753373
(117,51,115)
#6A2E68
(106,46,104)
#5F295D
(95,41,93)
#542452
(84,36,82)
#491F47
(73,31,71)
#3E1A3C
(62,26,60)
#331531
(51,21,49)
#281026
(40,16,38)
#1D0B1B
(29,11,27)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #80387E

#80387E
(128,56,126)
#8B4A89
(139,74,137)
#965C94
(150,92,148)
#A16E9F
(161,110,159)
#AC80AA
(172,128,170)
#B792B5
(183,146,181)
#C2A4C0
(194,164,192)
#CDB6CB
(205,182,203)
#D8C8D6
(216,200,214)
#E3DAE1
(227,218,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80387E color. Also use rgb(128,56,126) instead hex code.

Text Font Color

.myTextColor { color: #80387E; }

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

This text font color is #80387E.

Background Color

.myBgColor { background-color: #80387E; }

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

This div background color is #80387E.

Border color

.myBorderColor { border: 1px solid #80387E; }

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

This div border color is #80387E.

Opacity

.myOpacity80 { color: #80387E; opacity: 0.8; }

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

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

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

This text has shadow with #80387E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80387E.

Preview

Color preview on black background

This text has color #80387E on black background.


Color preview on white background

This text has color #80387E on white background.


Black color preview on #80387E background

This text has black color on #80387E background.


White color preview on #80387E background

This text has white color on #80387E background.


Related colors

Complementary color

Complementary color for #hex is #7FC781.


I love getcolorcode.com

Triadic colors

1 #7E8038 and #387E80 with #80387E are triadic colors.

2 #7E3880 and #38807E with #80387E are triadic colors.