COLOR #80638C

HEX: #80638C
RGB: (128,99,140)

Color info

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

RGB color model

#80638C color RGB value is (128,99,140).

  • red value is 128;
  • green value is 99;
  • blue value is 140.
RGB:
(128,99,140)
(50%,39%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 140 of 255 = 55%

128
99
140

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

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 140 = 367 (100%)
R 128 of 367 ~ 34.88%
G 99 of 367 ~ 26.98%
B 140 of 367 ~ 38.15%

%34.88
%26.98
%38.15

CMYK color model

#80638C color CMYK value is (9,29,0,45).

  • cyan value is 8.57%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(9,29,0,45)
C9M29Y0K45 
(9%,29%,0%,45%)
(0.09/0.29/0.00/0.45)	

CMYK percentages

%8.57
%29.29
%0
%45.1

Codes

Color #80638C in popluar color models

80638C
RGB12899140
HSL282°17.15%46.86%
HSB/HSV282°29.29%54.90%
CMYK8.57%29.29%0.00%
45.10%

Color #80638C in popluar number systems.

HEX80638C
Decimal12899140
Binary10000000110001110001100
Octal200143214

Shades and tints

Shades of #80638C

#80638C
(128,99,140)
#755A80
(117,90,128)
#6A5174
(106,81,116)
#5F4868
(95,72,104)
#543F5C
(84,63,92)
#493650
(73,54,80)
#3E2D44
(62,45,68)
#332438
(51,36,56)
#281B2C
(40,27,44)
#1D1220
(29,18,32)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #80638C

#80638C
(128,99,140)
#8B7196
(139,113,150)
#967FA0
(150,127,160)
#A18DAA
(161,141,170)
#AC9BB4
(172,155,180)
#B7A9BE
(183,169,190)
#C2B7C8
(194,183,200)
#CDC5D2
(205,197,210)
#D8D3DC
(216,211,220)
#E3E1E6
(227,225,230)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80638C; }

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

This text font color is #80638C.


Background Color

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

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

This div background color is #80638C.


Border color

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

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

This div border color is #80638C.


Opacity

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

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

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

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

This text has shadow with #80638C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80638C on black background.


Color preview on white background

This text has color #80638C on white background.



Black color preview on #80638C background

This text has black color on #80638C background.


White color preview on #80638C background

This text has white color on #80638C background.