HEX: #80509E
RGB: (128,80,158)
#80509E contains mainly red and blue colors. Web safe color of #80509E is #666699 (or #669).
#80509E color RGB value is (128,80,158).
RGB: (128,80,158)
(50%, 31%, 62%)
R 128 of 255 = 50%
G 80 of 255 = 31%
B 158 of 255 = 62%
R + G + B ~ 48%. #80509E is middle color (not dark and not light).
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'%
#80509E color CMYK value is (19,49,0,38).
CMYK: (19,49,0,38)
C19M49Y0K38 (19%, 49%, 0%, 38%)
(0.19 / 0.49 / 0.00 / 0.38)
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 of #80509E
Tints of #80509E
Examples of css and html codes for elements with #80509E color. Also use rgb(128,80,158) instead hex code.
.myTextColor { color: #80509E; }
<p style="color:#80509E">This sample text font color is #80509E.</p>
This text font color is #80509E.
.myBgColor { background-color: #80509E; }
<div style="background-color:#80509E">Inner text</div>
This div background color is #80509E.
.myBorderColor { border: 1px solid #80509E; }
<div style="border:3px solid #80509E">Div</div>
This div border color is #80509E.
.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%.
.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.
/* 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 text has color #80509E on black background.
This text has color #80509E on white background.
This text has black color on #80509E background.
This text has white color on #80509E background.
Complementary color for #hex is #7FAF61.