COLOR #80617D

HEX: #80617D
RGB: (128,97,125)

Color info

#80617D contains red, green and blue colors in about the same proportion. Web safe color of #80617D is #666666 (or #666).

RGB color model

#80617D color RGB value is (128,97,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 97 of 255 = 38%
B 125 of 255 = 49%

128
97
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 97 + 125 = 350 (100%)
R 128 of 350 ~ 36.57%
G 97 of 350 ~ 27.71%
B 125 of 350 ~ 35.71%

%36.57
%27.71
%35.71

CMYK color model

#80617D color CMYK value is (0,24,2,50).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,24,2,50)
C0M24Y2K50 
(0%,24%,2%,50%)
(0.00/0.24/0.02/0.50)	

CMYK percentages

%0
%24.22
%2.34
%49.8

Codes

Color #80617D in popluar color models

80617D
RGB12897125
HSL306°13.78%44.12%
HSB/HSV306°24.22%50.20%
CMYK0.00%24.22%2.34%
49.80%

Color #80617D in popluar number systems.

HEX80617D
Decimal12897125
Binary1000000011000011111101
Octal200141175

Shades and tints

Shades of #80617D

#80617D
(128,97,125)
#755972
(117,89,114)
#6A5167
(106,81,103)
#5F495C
(95,73,92)
#544151
(84,65,81)
#493946
(73,57,70)
#3E313B
(62,49,59)
#332930
(51,41,48)
#282125
(40,33,37)
#1D191A
(29,25,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #80617D

#80617D
(128,97,125)
#8B6F88
(139,111,136)
#967D93
(150,125,147)
#A18B9E
(161,139,158)
#AC99A9
(172,153,169)
#B7A7B4
(183,167,180)
#C2B5BF
(194,181,191)
#CDC3CA
(205,195,202)
#D8D1D5
(216,209,213)
#E3DFE0
(227,223,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80617D; }

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

This text font color is #80617D.


Background Color

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

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

This div background color is #80617D.


Border color

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

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

This div border color is #80617D.


Opacity

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

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

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

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

This text has shadow with #80617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80617D on black background.


Color preview on white background

This text has color #80617D on white background.



Black color preview on #80617D background

This text has black color on #80617D background.


White color preview on #80617D background

This text has white color on #80617D background.