COLOR #80649D

HEX: #80649D
RGB: (128,100,157)

Color info

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

RGB color model

#80649D color RGB value is (128,100,157).

  • red value is 128;
  • green value is 100;
  • blue value is 157.
RGB:
(128,100,157)
(50%,39%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 100 of 255 = 39%
B 157 of 255 = 62%

128
100
157

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

Portions of RGB colors in percentages

R + G + B =
128 + 100 + 157 = 385 (100%)
R 128 of 385 ~ 33.25%
G 100 of 385 ~ 25.97%
B 157 of 385 ~ 40.78%

%33.25
%25.97
%40.78

CMYK color model

#80649D color CMYK value is (18,36,0,38).

  • cyan value is 18.47%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(18,36,0,38)
C18M36Y0K38 
(18%,36%,0%,38%)
(0.18/0.36/0.00/0.38)	

CMYK percentages

%18.47
%36.31
%0
%38.43

Codes

Color #80649D in popluar color models

80649D
RGB128100157
HSL269°22.53%50.39%
HSB/HSV269°36.31%61.57%
CMYK18.47%36.31%0.00%
38.43%

Color #80649D in popluar number systems.

HEX80649D
Decimal128100157
Binary10000000110010010011101
Octal200144235

Shades and tints

Shades of #80649D

#80649D
(128,100,157)
#755B8F
(117,91,143)
#6A5281
(106,82,129)
#5F4973
(95,73,115)
#544065
(84,64,101)
#493757
(73,55,87)
#3E2E49
(62,46,73)
#33253B
(51,37,59)
#281C2D
(40,28,45)
#1D131F
(29,19,31)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #80649D

#80649D
(128,100,157)
#8B72A5
(139,114,165)
#9680AD
(150,128,173)
#A18EB5
(161,142,181)
#AC9CBD
(172,156,189)
#B7AAC5
(183,170,197)
#C2B8CD
(194,184,205)
#CDC6D5
(205,198,213)
#D8D4DD
(216,212,221)
#E3E2E5
(227,226,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80649D color. Also use rgb(128,100,157) instead hex code.

Text Font Color

.myTextColor { color: #80649D; }

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

This text font color is #80649D.


Background Color

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

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

This div background color is #80649D.


Border color

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

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

This div border color is #80649D.


Opacity

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

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

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

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

This text has shadow with #80649D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80649D on black background.


Color preview on white background

This text has color #80649D on white background.



Black color preview on #80649D background

This text has black color on #80649D background.


White color preview on #80649D background

This text has white color on #80649D background.