COLOR #80467D

HEX: #80467D
RGB: (128,70,125)

Color info

#80467D contains red, green and blue colors in about the same proportion. Web safe color of #80467D is #663366 (or #636).

RGB color model

#80467D color RGB value is (128,70,125).

  • red value is 128;
  • green value is 70;
  • blue value is 125.
RGB:
(128,70,125)
(50%,27%,49%)

RGB channels and saturation

R 128 of 255 = 50%
G 70 of 255 = 27%
B 125 of 255 = 49%

128
70
125

R + G + B ~ 42%. #80467D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 70 + 125 = 323 (100%)
R 128 of 323 ~ 39.63%
G 70 of 323 ~ 21.67%
B 125 of 323 ~ 38.7%

%39.63
%21.67
%38.7

CMYK color model

#80467D color CMYK value is (0,45,2,50).

  • cyan value is 0.00%
  • magenta value is 45.31%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,45,2,50)
C0M45Y2K50 
(0%,45%,2%,50%)
(0.00/0.45/0.02/0.50)	

CMYK percentages

%0
%45.31
%2.34
%49.8

Codes

Color #80467D in popluar color models

80467D
RGB12870125
HSL303°29.29%38.82%
HSB/HSV303°45.31%50.20%
CMYK0.00%45.31%2.34%
49.80%

Color #80467D in popluar number systems.

HEX80467D
Decimal12870125
Binary1000000010001101111101
Octal200106175

Shades and tints

Shades of #80467D

#80467D
(128,70,125)
#754072
(117,64,114)
#6A3A67
(106,58,103)
#5F345C
(95,52,92)
#542E51
(84,46,81)
#492846
(73,40,70)
#3E223B
(62,34,59)
#331C30
(51,28,48)
#281625
(40,22,37)
#1D101A
(29,16,26)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #80467D

#80467D
(128,70,125)
#8B5688
(139,86,136)
#966693
(150,102,147)
#A1769E
(161,118,158)
#AC86A9
(172,134,169)
#B796B4
(183,150,180)
#C2A6BF
(194,166,191)
#CDB6CA
(205,182,202)
#D8C6D5
(216,198,213)
#E3D6E0
(227,214,224)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80467D color. Also use rgb(128,70,125) instead hex code.

Text Font Color

.myTextColor { color: #80467D; }

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

This text font color is #80467D.


Background Color

.myBgColor { background-color: #80467D; }

<div style="background-color:#80467D">Inner text</div>

This div background color is #80467D.


Border color

.myBorderColor { border: 1px solid #80467D; }

<div style="border:3px solid #80467D">Div</div>

This div border color is #80467D.


Opacity

.myOpacity80 { color: #80467D; opacity: 0.8; }

<p style="color:#80467D;opacity:0.8;">80%</p>

Text with #80467D 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 #80467D;}

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

This text has shadow with #80467D color.

.textShadow {text-shadow: 3px 3px 1px #80467D, 3px 3px 1px red;}

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

This text has shadow with #80467D primary color and red secondary color.


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

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

This text has shadow with #80467D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80467D on black background.


Color preview on white background

This text has color #80467D on white background.



Black color preview on #80467D background

This text has black color on #80467D background.


White color preview on #80467D background

This text has white color on #80467D background.