COLOR #80449B

HEX: #80449B
RGB: (128,68,155)

Color info

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

RGB color model

#80449B color RGB value is (128,68,155).

  • red value is 128;
  • green value is 68;
  • blue value is 155.
RGB:
(128,68,155)
(50%,27%,61%)

RGB channels and saturation

R 128 of 255 = 50%
G 68 of 255 = 27%
B 155 of 255 = 61%

128
68
155

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

Portions of RGB colors in percentages

R + G + B =
128 + 68 + 155 = 351 (100%)
R 128 of 351 ~ 36.47%
G 68 of 351 ~ 19.37%
B 155 of 351 ~ 44.16%

%36.47
%19.37
%44.16

CMYK color model

#80449B color CMYK value is (17,56,0,39).

  • cyan value is 17.42%
  • magenta value is 56.13%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(17,56,0,39)
C17M56Y0K39 
(17%,56%,0%,39%)
(0.17/0.56/0.00/0.39)	

CMYK percentages

%17.42
%56.13
%0
%39.22

Codes

Color #80449B in popluar color models

80449B
RGB12868155
HSL281°39.01%43.73%
HSB/HSV281°56.13%60.78%
CMYK17.42%56.13%0.00%
39.22%

Color #80449B in popluar number systems.

HEX80449B
Decimal12868155
Binary10000000100010010011011
Octal200104233

Shades and tints

Shades of #80449B

#80449B
(128,68,155)
#753E8D
(117,62,141)
#6A387F
(106,56,127)
#5F3271
(95,50,113)
#542C63
(84,44,99)
#492655
(73,38,85)
#3E2047
(62,32,71)
#331A39
(51,26,57)
#28142B
(40,20,43)
#1D0E1D
(29,14,29)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #80449B

#80449B
(128,68,155)
#8B55A4
(139,85,164)
#9666AD
(150,102,173)
#A177B6
(161,119,182)
#AC88BF
(172,136,191)
#B799C8
(183,153,200)
#C2AAD1
(194,170,209)
#CDBBDA
(205,187,218)
#D8CCE3
(216,204,227)
#E3DDEC
(227,221,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80449B; }

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

This text font color is #80449B.


Background Color

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

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

This div background color is #80449B.


Border color

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

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

This div border color is #80449B.


Opacity

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

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

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

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

This text has shadow with #80449B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80449B on black background.


Color preview on white background

This text has color #80449B on white background.



Black color preview on #80449B background

This text has black color on #80449B background.


White color preview on #80449B background

This text has white color on #80449B background.