COLOR #80669F

HEX: #80669F
RGB: (128,102,159)

Color info

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

RGB color model

#80669F color RGB value is (128,102,159).

  • red value is 128;
  • green value is 102;
  • blue value is 159.
RGB:
(128,102,159)
(50%,40%,62%)

RGB channels and saturation

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

128
102
159

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

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 159 = 389 (100%)
R 128 of 389 ~ 32.9%
G 102 of 389 ~ 26.22%
B 159 of 389 ~ 40.87%

%32.9
%26.22
%40.87

CMYK color model

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

  • cyan value is 19.50%
  • magenta value is 35.85%
  • 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
%35.85
%0
%37.65

Codes

Color #80669F in popluar color models

80669F
RGB128102159
HSL267°22.89%51.18%
HSB/HSV267°35.85%62.35%
CMYK19.50%35.85%0.00%
37.65%

Color #80669F in popluar number systems.

HEX80669F
Decimal128102159
Binary10000000110011010011111
Octal200146237

Shades and tints

Shades of #80669F

#80669F
(128,102,159)
#755D91
(117,93,145)
#6A5483
(106,84,131)
#5F4B75
(95,75,117)
#544267
(84,66,103)
#493959
(73,57,89)
#3E304B
(62,48,75)
#33273D
(51,39,61)
#281E2F
(40,30,47)
#1D1521
(29,21,33)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #80669F

#80669F
(128,102,159)
#8B73A7
(139,115,167)
#9680AF
(150,128,175)
#A18DB7
(161,141,183)
#AC9ABF
(172,154,191)
#B7A7C7
(183,167,199)
#C2B4CF
(194,180,207)
#CDC1D7
(205,193,215)
#D8CEDF
(216,206,223)
#E3DBE7
(227,219,231)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80669F; }

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

This text font color is #80669F.


Background Color

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

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

This div background color is #80669F.


Border color

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

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

This div border color is #80669F.


Opacity

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

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

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

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

This text has shadow with #80669F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80669F on black background.


Color preview on white background

This text has color #80669F on white background.



Black color preview on #80669F background

This text has black color on #80669F background.


White color preview on #80669F background

This text has white color on #80669F background.