COLOR #80509E

HEX: #80509E RGB: (128,80,158)

Color info

#80509E contains mainly red and blue colors. Web safe color of #80509E is #666699 (or #669).

RGB color model

#80509E color RGB value is (128,80,158).

RGB: (128,80,158) (50%, 31%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 80 of 255 = 31%
B 158 of 255 = 62%

128
80
158

R + G + B ~ 48%. #80509E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 80 + 158 = 366 (100%)
R 128 of 366 ~ 34.97%
G 80 of 366 ~ 21.86%
B 158 of 366 ~ 43.17'%

%34.97
%21.86
%43.17

CMYK color model

#80509E color CMYK value is (19,49,0,38).

  • cyan value is 18.99%
  • magenta value is 49.37%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (19,49,0,38)
C19M49Y0K38 (19%, 49%, 0%, 38%)
(0.19 / 0.49 / 0.00 / 0.38)

CMYK percentages

%18.99
%49.37
%0
%38.04

Codes

Color #80509E in popluar color models

80 50 9E
RGB 128 80 158
HSL 277° 32.77% 46.67%
HSB/HSV 277° 49.37% 61.96%
CMYK 18.99% 49.37% 0.00%
38.04%

Color #80509E in popluar number systems.

HEX 80 50 9E
Decimal 128 80 158
Binary 10000000 1010000 10011110
Octal 200 120 236

Shades and tints

Shades of #80509E

#80509E
(128,80,158)
#754990
(117,73,144)
#6A4282
(106,66,130)
#5F3B74
(95,59,116)
#543466
(84,52,102)
#492D58
(73,45,88)
#3E264A
(62,38,74)
#331F3C
(51,31,60)
#28182E
(40,24,46)
#1D1120
(29,17,32)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #80509E

#80509E
(128,80,158)
#8B5FA6
(139,95,166)
#966EAE
(150,110,174)
#A17DB6
(161,125,182)
#AC8CBE
(172,140,190)
#B79BC6
(183,155,198)
#C2AACE
(194,170,206)
#CDB9D6
(205,185,214)
#D8C8DE
(216,200,222)
#E3D7E6
(227,215,230)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80509E color. Also use rgb(128,80,158) instead hex code.

Text Font Color

.myTextColor { color: #80509E; }

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

This text font color is #80509E.

Background Color

.myBgColor { background-color: #80509E; }

<div style="background-color:#80509E">Inner text</div>

This div background color is #80509E.

Border color

.myBorderColor { border: 1px solid #80509E; }

<div style="border:3px solid #80509E">Div</div>

This div border color is #80509E.

Opacity

.myOpacity80 { color: #80509E; opacity: 0.8; }

<p style="color:#80509E;opacity:0.8;">80%</p>

Text with #80509E 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 #80509E;}

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

This text has shadow with #80509E color.


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

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

This text has shadow with #80509E primary color and red secondary color.


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

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

This text has shadow with #80509E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80509E.

Preview

Color preview on black background

This text has color #80509E on black background.


Color preview on white background

This text has color #80509E on white background.


Black color preview on #80509E background

This text has black color on #80509E background.


White color preview on #80509E background

This text has white color on #80509E background.


Related colors

Complementary color

Complementary color for #hex is #7FAF61.


I love getcolorcode.com

Triadic colors

1 #9E8050 and #509E80 with #80509E are triadic colors.

2 #9E5080 and #50809E with #80509E are triadic colors.