COLOR #80427E

HEX: #80427E
RGB: (128,66,126)

Color info

#80427E contains mainly red and blue colors. Web safe color of #80427E is #663366 (or #636).

RGB color model

#80427E color RGB value is (128,66,126).

  • red value is 128;
  • green value is 66;
  • blue value is 126.
RGB:
(128,66,126)
(50%,26%,49%)

RGB channels and saturation

R 128 of 255 = 50%
G 66 of 255 = 26%
B 126 of 255 = 49%

128
66
126

R + G + B ~ 42%. #80427E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 66 + 126 = 320 (100%)
R 128 of 320 ~ 40%
G 66 of 320 ~ 20.63%
B 126 of 320 ~ 39.38%

%40
%20.63
%39.38

CMYK color model

#80427E color CMYK value is (0,48,2,50).

  • cyan value is 0.00%
  • magenta value is 48.44%
  • yellow value is 1.56%
  • key color value is 49.80%
CMYK:
(0,48,2,50)
C0M48Y2K50 
(0%,48%,2%,50%)
(0.00/0.48/0.02/0.50)	

CMYK percentages

%0
%48.44
%1.56
%49.8

Codes

Color #80427E in popluar color models

80427E
RGB12866126
HSL302°31.96%38.04%
HSB/HSV302°48.44%50.20%
CMYK0.00%48.44%1.56%
49.80%

Color #80427E in popluar number systems.

HEX80427E
Decimal12866126
Binary1000000010000101111110
Octal200102176

Shades and tints

Shades of #80427E

#80427E
(128,66,126)
#753C73
(117,60,115)
#6A3668
(106,54,104)
#5F305D
(95,48,93)
#542A52
(84,42,82)
#492447
(73,36,71)
#3E1E3C
(62,30,60)
#331831
(51,24,49)
#281226
(40,18,38)
#1D0C1B
(29,12,27)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #80427E

#80427E
(128,66,126)
#8B5389
(139,83,137)
#966494
(150,100,148)
#A1759F
(161,117,159)
#AC86AA
(172,134,170)
#B797B5
(183,151,181)
#C2A8C0
(194,168,192)
#CDB9CB
(205,185,203)
#D8CAD6
(216,202,214)
#E3DBE1
(227,219,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80427E color. Also use rgb(128,66,126) instead hex code.

Text Font Color

.myTextColor { color: #80427E; }

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

This text font color is #80427E.


Background Color

.myBgColor { background-color: #80427E; }

<div style="background-color:#80427E">Inner text</div>

This div background color is #80427E.


Border color

.myBorderColor { border: 1px solid #80427E; }

<div style="border:3px solid #80427E">Div</div>

This div border color is #80427E.


Opacity

.myOpacity80 { color: #80427E; opacity: 0.8; }

<p style="color:#80427E;opacity:0.8;">80%</p>

Text with #80427E 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 #80427E;}

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

This text has shadow with #80427E color.

.textShadow {text-shadow: 3px 3px 1px #80427E, 3px 3px 1px red;}

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

This text has shadow with #80427E primary color and red secondary color.


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

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

This text has shadow with #80427E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80427E on black background.


Color preview on white background

This text has color #80427E on white background.



Black color preview on #80427E background

This text has black color on #80427E background.


White color preview on #80427E background

This text has white color on #80427E background.