COLOR #80448B

HEX: #80448B RGB: (128,68,139)

Color info

#80448B contains mainly red and blue colors. Web safe color of #80448B is #663399 (or #639).

RGB color model

#80448B color RGB value is (128,68,139).

RGB: (128,68,139) (50%, 27%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 68 of 255 = 27%
B 139 of 255 = 55%

128
68
139

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

Portions of RGB colors in percentages

R + G + B = 128 + 68 + 139 = 335 (100%)
R 128 of 335 ~ 38.21%
G 68 of 335 ~ 20.3%
B 139 of 335 ~ 41.49'%

%38.21
%20.3
%41.49

CMYK color model

#80448B color CMYK value is (8,51,0,45).

  • cyan value is 7.91%
  • magenta value is 51.08%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (8,51,0,45) C8M51Y0K45 (8%,51%,0%,45%) (0.08/0.51/0.00/0.45) 

CMYK percentages

%7.91
%51.08
%0
%45.49

Codes

Color #80448B in popluar color models

80 44 8B
RGB 128 68 139
HSL 291° 34.30% 40.59%
HSB/HSV 291° 51.08% 54.51%
CMYK 7.91% 51.08% 0.00%
45.49%

Color #80448B in popluar number systems.

HEX 80 44 8B
Decimal 128 68 139
Binary 10000000 1000100 10001011
Octal 200 104 213

Shades and tints

Shades of #80448B

#80448B
(128,68,139)
#753E7F
(117,62,127)
#6A3873
(106,56,115)
#5F3267
(95,50,103)
#542C5B
(84,44,91)
#49264F
(73,38,79)
#3E2043
(62,32,67)
#331A37
(51,26,55)
#28142B
(40,20,43)
#1D0E1F
(29,14,31)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #80448B

#80448B
(128,68,139)
#8B5595
(139,85,149)
#96669F
(150,102,159)
#A177A9
(161,119,169)
#AC88B3
(172,136,179)
#B799BD
(183,153,189)
#C2AAC7
(194,170,199)
#CDBBD1
(205,187,209)
#D8CCDB
(216,204,219)
#E3DDE5
(227,221,229)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80448B color. Also use rgb(128,68,139) instead hex code.

Text Font Color

.myTextColor { color: #80448B; }

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

This text font color is #80448B.

Background Color

.myBgColor { background-color: #80448B; }

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

This div background color is #80448B.

Border color

.myBorderColor { border: 1px solid #80448B; }

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

This div border color is #80448B.

Opacity

.myOpacity80 { color: #80448B; opacity: 0.8; }

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

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

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

This text has shadow with #80448B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80448B.

Preview

Color preview on black background

This text has color #80448B on black background.


Color preview on white background

This text has color #80448B on white background.


Black color preview on #80448B background

This text has black color on #80448B background.


White color preview on #80448B background

This text has white color on #80448B background.


Related colors

Complementary color

Complementary color for #hex is #7FBB74.


I love getcolorcode.com

Triadic colors

1 #8B8044 and #448B80 with #80448B are triadic colors.

2 #8B4480 and #44808B with #80448B are triadic colors.