COLOR #80649C

HEX: #80649C
RGB: (128,100,156)

Color info

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

RGB color model

#80649C color RGB value is (128,100,156).

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

RGB channels and saturation

R 128 of 255 = 50%
G 100 of 255 = 39%
B 156 of 255 = 61%

128
100
156

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

Portions of RGB colors in percentages

R + G + B =
128 + 100 + 156 = 384 (100%)
R 128 of 384 ~ 33.33%
G 100 of 384 ~ 26.04%
B 156 of 384 ~ 40.63%

%33.33
%26.04
%40.63

CMYK color model

#80649C color CMYK value is (18,36,0,39).

  • cyan value is 17.95%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(18,36,0,39)
C18M36Y0K39 
(18%,36%,0%,39%)
(0.18/0.36/0.00/0.39)	

CMYK percentages

%17.95
%35.9
%0
%38.82

Codes

Color #80649C in popluar color models

80649C
RGB128100156
HSL270°22.05%50.20%
HSB/HSV270°35.90%61.18%
CMYK17.95%35.90%0.00%
38.82%

Color #80649C in popluar number systems.

HEX80649C
Decimal128100156
Binary10000000110010010011100
Octal200144234

Shades and tints

Shades of #80649C

#80649C
(128,100,156)
#755B8E
(117,91,142)
#6A5280
(106,82,128)
#5F4972
(95,73,114)
#544064
(84,64,100)
#493756
(73,55,86)
#3E2E48
(62,46,72)
#33253A
(51,37,58)
#281C2C
(40,28,44)
#1D131E
(29,19,30)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #80649C

#80649C
(128,100,156)
#8B72A5
(139,114,165)
#9680AE
(150,128,174)
#A18EB7
(161,142,183)
#AC9CC0
(172,156,192)
#B7AAC9
(183,170,201)
#C2B8D2
(194,184,210)
#CDC6DB
(205,198,219)
#D8D4E4
(216,212,228)
#E3E2ED
(227,226,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80649C; }

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

This text font color is #80649C.


Background Color

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

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

This div background color is #80649C.


Border color

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

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

This div border color is #80649C.


Opacity

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

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

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

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

This text has shadow with #80649C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80649C on black background.


Color preview on white background

This text has color #80649C on white background.



Black color preview on #80649C background

This text has black color on #80649C background.


White color preview on #80649C background

This text has white color on #80649C background.