COLOR #80629A

HEX: #80629A
RGB: (128,98,154)

Color info

#80629A contains red, green and blue colors in about the same proportion. Web safe color of #80629A is #666699 (or #669).

RGB color model

#80629A color RGB value is (128,98,154).

  • red value is 128;
  • green value is 98;
  • blue value is 154.
RGB:
(128,98,154)
(50%,38%,60%)

RGB channels and saturation

R 128 of 255 = 50%
G 98 of 255 = 38%
B 154 of 255 = 60%

128
98
154

R + G + B ~ 49%. #80629A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 98 + 154 = 380 (100%)
R 128 of 380 ~ 33.68%
G 98 of 380 ~ 25.79%
B 154 of 380 ~ 40.53%

%33.68
%25.79
%40.53

CMYK color model

#80629A color CMYK value is (17,36,0,40).

  • cyan value is 16.88%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(17,36,0,40)
C17M36Y0K40 
(17%,36%,0%,40%)
(0.17/0.36/0.00/0.40)	

CMYK percentages

%16.88
%36.36
%0
%39.61

Codes

Color #80629A in popluar color models

80629A
RGB12898154
HSL272°22.22%49.41%
HSB/HSV272°36.36%60.39%
CMYK16.88%36.36%0.00%
39.61%

Color #80629A in popluar number systems.

HEX80629A
Decimal12898154
Binary10000000110001010011010
Octal200142232

Shades and tints

Shades of #80629A

#80629A
(128,98,154)
#755A8C
(117,90,140)
#6A527E
(106,82,126)
#5F4A70
(95,74,112)
#544262
(84,66,98)
#493A54
(73,58,84)
#3E3246
(62,50,70)
#332A38
(51,42,56)
#28222A
(40,34,42)
#1D1A1C
(29,26,28)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #80629A

#80629A
(128,98,154)
#8B70A3
(139,112,163)
#967EAC
(150,126,172)
#A18CB5
(161,140,181)
#AC9ABE
(172,154,190)
#B7A8C7
(183,168,199)
#C2B6D0
(194,182,208)
#CDC4D9
(205,196,217)
#D8D2E2
(216,210,226)
#E3E0EB
(227,224,235)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80629A color. Also use rgb(128,98,154) instead hex code.

Text Font Color

.myTextColor { color: #80629A; }

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

This text font color is #80629A.


Background Color

.myBgColor { background-color: #80629A; }

<div style="background-color:#80629A">Inner text</div>

This div background color is #80629A.


Border color

.myBorderColor { border: 1px solid #80629A; }

<div style="border:3px solid #80629A">Div</div>

This div border color is #80629A.


Opacity

.myOpacity80 { color: #80629A; opacity: 0.8; }

<p style="color:#80629A;opacity:0.8;">80%</p>

Text with #80629A 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 #80629A;}

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

This text has shadow with #80629A color.

.textShadow {text-shadow: 3px 3px 1px #80629A, 3px 3px 1px red;}

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

This text has shadow with #80629A primary color and red secondary color.


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

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

This text has shadow with #80629A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80629A on black background.


Color preview on white background

This text has color #80629A on white background.



Black color preview on #80629A background

This text has black color on #80629A background.


White color preview on #80629A background

This text has white color on #80629A background.