COLOR #80428B

HEX: #80428B
RGB: (128,66,139)

Color info

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

RGB color model

#80428B color RGB value is (128,66,139).

  • red value is 128;
  • green value is 66;
  • blue value is 139.
RGB:
(128,66,139)
(50%,26%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 66 of 255 = 26%
B 139 of 255 = 55%

128
66
139

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

Portions of RGB colors in percentages

R + G + B =
128 + 66 + 139 = 333 (100%)
R 128 of 333 ~ 38.44%
G 66 of 333 ~ 19.82%
B 139 of 333 ~ 41.74%

%38.44
%19.82
%41.74

CMYK color model

#80428B color CMYK value is (8,53,0,45).

  • cyan value is 7.91%
  • magenta value is 52.52%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(8,53,0,45)
C8M53Y0K45 
(8%,53%,0%,45%)
(0.08/0.53/0.00/0.45)	

CMYK percentages

%7.91
%52.52
%0
%45.49

Codes

Color #80428B in popluar color models

80428B
RGB12866139
HSL291°35.61%40.20%
HSB/HSV291°52.52%54.51%
CMYK7.91%52.52%0.00%
45.49%

Color #80428B in popluar number systems.

HEX80428B
Decimal12866139
Binary10000000100001010001011
Octal200102213

Shades and tints

Shades of #80428B

#80428B
(128,66,139)
#753C7F
(117,60,127)
#6A3673
(106,54,115)
#5F3067
(95,48,103)
#542A5B
(84,42,91)
#49244F
(73,36,79)
#3E1E43
(62,30,67)
#331837
(51,24,55)
#28122B
(40,18,43)
#1D0C1F
(29,12,31)
#120613
(18,6,19)
#000000
(0,0,0)

Tints of #80428B

#80428B
(128,66,139)
#8B5395
(139,83,149)
#96649F
(150,100,159)
#A175A9
(161,117,169)
#AC86B3
(172,134,179)
#B797BD
(183,151,189)
#C2A8C7
(194,168,199)
#CDB9D1
(205,185,209)
#D8CADB
(216,202,219)
#E3DBE5
(227,219,229)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80428B; }

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

This text font color is #80428B.


Background Color

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

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

This div background color is #80428B.


Border color

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

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

This div border color is #80428B.


Opacity

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

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

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

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

This text has shadow with #80428B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80428B on black background.


Color preview on white background

This text has color #80428B on white background.



Black color preview on #80428B background

This text has black color on #80428B background.


White color preview on #80428B background

This text has white color on #80428B background.