COLOR #80659F

HEX: #80659F RGB: (128,101,159)

Color info

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

RGB color model

#80659F color RGB value is (128,101,159).

RGB: (128,101,159) (50%, 40%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 101 of 255 = 40%
B 159 of 255 = 62%

128
101
159

R + G + B ~ 51%. #80659F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 101 + 159 = 388 (100%)
R 128 of 388 ~ 32.99%
G 101 of 388 ~ 26.03%
B 159 of 388 ~ 40.98'%

%32.99
%26.03
%40.98

CMYK color model

#80659F color CMYK value is (19,36,0,38).

  • cyan value is 19.50%
  • magenta value is 36.48%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (19,36,0,38)
C19M36Y0K38 (19%, 36%, 0%, 38%)
(0.19 / 0.36 / 0.00 / 0.38)

CMYK percentages

%19.5
%36.48
%0
%37.65

Codes

Color #80659F in popluar color models

80 65 9F
RGB 128 101 159
HSL 268° 23.20% 50.98%
HSB/HSV 268° 36.48% 62.35%
CMYK 19.50% 36.48% 0.00%
37.65%

Color #80659F in popluar number systems.

HEX 80 65 9F
Decimal 128 101 159
Binary 10000000 1100101 10011111
Octal 200 145 237

Shades and tints

Shades of #80659F

#80659F
(128,101,159)
#755C91
(117,92,145)
#6A5383
(106,83,131)
#5F4A75
(95,74,117)
#544167
(84,65,103)
#493859
(73,56,89)
#3E2F4B
(62,47,75)
#33263D
(51,38,61)
#281D2F
(40,29,47)
#1D1421
(29,20,33)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #80659F

#80659F
(128,101,159)
#8B73A7
(139,115,167)
#9681AF
(150,129,175)
#A18FB7
(161,143,183)
#AC9DBF
(172,157,191)
#B7ABC7
(183,171,199)
#C2B9CF
(194,185,207)
#CDC7D7
(205,199,215)
#D8D5DF
(216,213,223)
#E3E3E7
(227,227,231)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80659F color. Also use rgb(128,101,159) instead hex code.

Text Font Color

.myTextColor { color: #80659F; }

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

This text font color is #80659F.

Background Color

.myBgColor { background-color: #80659F; }

<div style="background-color:#80659F">Inner text</div>

This div background color is #80659F.

Border color

.myBorderColor { border: 1px solid #80659F; }

<div style="border:3px solid #80659F">Div</div>

This div border color is #80659F.

Opacity

.myOpacity80 { color: #80659F; opacity: 0.8; }

<p style="color:#80659F;opacity:0.8;">80%</p>

Text with #80659F 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 #80659F;}

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

This text has shadow with #80659F color.


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

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

This text has shadow with #80659F primary color and red secondary color.


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

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

This text has shadow with #80659F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80659F.

Preview

Color preview on black background

This text has color #80659F on black background.


Color preview on white background

This text has color #80659F on white background.


Black color preview on #80659F background

This text has black color on #80659F background.


White color preview on #80659F background

This text has white color on #80659F background.


Related colors

Complementary color

Complementary color for #hex is #7F9A60.


I love getcolorcode.com

Triadic colors

1 #9F8065 and #659F80 with #80659F are triadic colors.

2 #9F6580 and #65809F with #80659F are triadic colors.