COLOR #80439D

HEX: #80439D
RGB: (128,67,157)

Color info

#80439D contains mainly red and blue colors. Web safe color of #80439D is #663399 (or #639).

RGB color model

#80439D color RGB value is (128,67,157).

  • red value is 128;
  • green value is 67;
  • blue value is 157.
RGB:
(128,67,157)
(50%,26%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 67 of 255 = 26%
B 157 of 255 = 62%

128
67
157

R + G + B ~ 46%. #80439D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 67 + 157 = 352 (100%)
R 128 of 352 ~ 36.36%
G 67 of 352 ~ 19.03%
B 157 of 352 ~ 44.6%

%36.36
%19.03
%44.6

CMYK color model

#80439D color CMYK value is (18,57,0,38).

  • cyan value is 18.47%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(18,57,0,38)
C18M57Y0K38 
(18%,57%,0%,38%)
(0.18/0.57/0.00/0.38)	

CMYK percentages

%18.47
%57.32
%0
%38.43

Codes

Color #80439D in popluar color models

80439D
RGB12867157
HSL281°40.18%43.92%
HSB/HSV281°57.32%61.57%
CMYK18.47%57.32%0.00%
38.43%

Color #80439D in popluar number systems.

HEX80439D
Decimal12867157
Binary10000000100001110011101
Octal200103235

Shades and tints

Shades of #80439D

#80439D
(128,67,157)
#753D8F
(117,61,143)
#6A3781
(106,55,129)
#5F3173
(95,49,115)
#542B65
(84,43,101)
#492557
(73,37,87)
#3E1F49
(62,31,73)
#33193B
(51,25,59)
#28132D
(40,19,45)
#1D0D1F
(29,13,31)
#120711
(18,7,17)
#000000
(0,0,0)

Tints of #80439D

#80439D
(128,67,157)
#8B54A5
(139,84,165)
#9665AD
(150,101,173)
#A176B5
(161,118,181)
#AC87BD
(172,135,189)
#B798C5
(183,152,197)
#C2A9CD
(194,169,205)
#CDBAD5
(205,186,213)
#D8CBDD
(216,203,221)
#E3DCE5
(227,220,229)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80439D color. Also use rgb(128,67,157) instead hex code.

Text Font Color

.myTextColor { color: #80439D; }

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

This text font color is #80439D.


Background Color

.myBgColor { background-color: #80439D; }

<div style="background-color:#80439D">Inner text</div>

This div background color is #80439D.


Border color

.myBorderColor { border: 1px solid #80439D; }

<div style="border:3px solid #80439D">Div</div>

This div border color is #80439D.


Opacity

.myOpacity80 { color: #80439D; opacity: 0.8; }

<p style="color:#80439D;opacity:0.8;">80%</p>

Text with #80439D 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 #80439D;}

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

This text has shadow with #80439D color.

.textShadow {text-shadow: 3px 3px 1px #80439D, 3px 3px 1px red;}

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

This text has shadow with #80439D primary color and red secondary color.


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

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

This text has shadow with #80439D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80439D on black background.


Color preview on white background

This text has color #80439D on white background.



Black color preview on #80439D background

This text has black color on #80439D background.


White color preview on #80439D background

This text has white color on #80439D background.