COLOR #80498C

HEX: #80498C RGB: (128,73,140)

Color info

#80498C contains mainly red and blue colors. Web safe color of #80498C is #663399 (or #639).

RGB color model

#80498C color RGB value is (128,73,140).

RGB: (128,73,140) (50%, 29%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 73 of 255 = 29%
B 140 of 255 = 55%

128
73
140

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

Portions of RGB colors in percentages

R + G + B = 128 + 73 + 140 = 341 (100%)
R 128 of 341 ~ 37.54%
G 73 of 341 ~ 21.41%
B 140 of 341 ~ 41.06'%

%37.54
%21.41
%41.06

CMYK color model

#80498C color CMYK value is (9,48,0,45).

  • cyan value is 8.57%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (9,48,0,45)
C9M48Y0K45 (9%, 48%, 0%, 45%)
(0.09 / 0.48 / 0.00 / 0.45)

CMYK percentages

%8.57
%47.86
%0
%45.1

Codes

Color #80498C in popluar color models

80 49 8C
RGB 128 73 140
HSL 289° 31.46% 41.76%
HSB/HSV 289° 47.86% 54.90%
CMYK 8.57% 47.86% 0.00%
45.10%

Color #80498C in popluar number systems.

HEX 80 49 8C
Decimal 128 73 140
Binary 10000000 1001001 10001100
Octal 200 111 214

Shades and tints

Shades of #80498C

#80498C
(128,73,140)
#754380
(117,67,128)
#6A3D74
(106,61,116)
#5F3768
(95,55,104)
#54315C
(84,49,92)
#492B50
(73,43,80)
#3E2544
(62,37,68)
#331F38
(51,31,56)
#28192C
(40,25,44)
#1D1320
(29,19,32)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #80498C

#80498C
(128,73,140)
#8B5996
(139,89,150)
#9669A0
(150,105,160)
#A179AA
(161,121,170)
#AC89B4
(172,137,180)
#B799BE
(183,153,190)
#C2A9C8
(194,169,200)
#CDB9D2
(205,185,210)
#D8C9DC
(216,201,220)
#E3D9E6
(227,217,230)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80498C color. Also use rgb(128,73,140) instead hex code.

Text Font Color

.myTextColor { color: #80498C; }

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

This text font color is #80498C.

Background Color

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

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

This div background color is #80498C.

Border color

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

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

This div border color is #80498C.

Opacity

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

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

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

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

This text has shadow with #80498C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80498C.

Preview

Color preview on black background

This text has color #80498C on black background.


Color preview on white background

This text has color #80498C on white background.


Black color preview on #80498C background

This text has black color on #80498C background.


White color preview on #80498C background

This text has white color on #80498C background.


Related colors

Complementary color

Complementary color for #hex is #7FB673.


I love getcolorcode.com

Triadic colors

1 #8C8049 and #498C80 with #80498C are triadic colors.

2 #8C4980 and #49808C with #80498C are triadic colors.