COLOR #804EA6

HEX: #804EA6
RGB: (128,78,166)

Color info

#804EA6 contains mainly red and blue colors. Web safe color of #804EA6 is #666699 (or #669).

RGB color model

#804EA6 color RGB value is (128,78,166).

  • red value is 128;
  • green value is 78;
  • blue value is 166.
RGB:
(128,78,166)
(50%,31%,65%)

RGB channels and saturation

R 128 of 255 = 50%
G 78 of 255 = 31%
B 166 of 255 = 65%

128
78
166

R + G + B ~ 49%. #804EA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 78 + 166 = 372 (100%)
R 128 of 372 ~ 34.41%
G 78 of 372 ~ 20.97%
B 166 of 372 ~ 44.62%

%34.41
%20.97
%44.62

CMYK color model

#804EA6 color CMYK value is (23,53,0,35).

  • cyan value is 22.89%
  • magenta value is 53.01%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(23,53,0,35)
C23M53Y0K35 
(23%,53%,0%,35%)
(0.23/0.53/0.00/0.35)	

CMYK percentages

%22.89
%53.01
%0
%34.9

Codes

Color #804EA6 in popluar color models

804EA6
RGB12878166
HSL274°36.07%47.84%
HSB/HSV274°53.01%65.10%
CMYK22.89%53.01%0.00%
34.90%

Color #804EA6 in popluar number systems.

HEX804EA6
Decimal12878166
Binary10000000100111010100110
Octal200116246

Shades and tints

Shades of #804EA6

#804EA6
(128,78,166)
#754797
(117,71,151)
#6A4088
(106,64,136)
#5F3979
(95,57,121)
#54326A
(84,50,106)
#492B5B
(73,43,91)
#3E244C
(62,36,76)
#331D3D
(51,29,61)
#28162E
(40,22,46)
#1D0F1F
(29,15,31)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #804EA6

#804EA6
(128,78,166)
#8B5EAE
(139,94,174)
#966EB6
(150,110,182)
#A17EBE
(161,126,190)
#AC8EC6
(172,142,198)
#B79ECE
(183,158,206)
#C2AED6
(194,174,214)
#CDBEDE
(205,190,222)
#D8CEE6
(216,206,230)
#E3DEEE
(227,222,238)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804EA6 color. Also use rgb(128,78,166) instead hex code.

Text Font Color

.myTextColor { color: #804EA6; }

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

This text font color is #804EA6.


Background Color

.myBgColor { background-color: #804EA6; }

<div style="background-color:#804EA6">Inner text</div>

This div background color is #804EA6.


Border color

.myBorderColor { border: 1px solid #804EA6; }

<div style="border:3px solid #804EA6">Div</div>

This div border color is #804EA6.


Opacity

.myOpacity80 { color: #804EA6; opacity: 0.8; }

<p style="color:#804EA6;opacity:0.8;">80%</p>

Text with #804EA6 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 #804EA6;}

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

This text has shadow with #804EA6 color.

.textShadow {text-shadow: 3px 3px 1px #804EA6, 3px 3px 1px red;}

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

This text has shadow with #804EA6 primary color and red secondary color.


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

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

This text has shadow with #804EA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804EA6 on black background.


Color preview on white background

This text has color #804EA6 on white background.



Black color preview on #804EA6 background

This text has black color on #804EA6 background.


White color preview on #804EA6 background

This text has white color on #804EA6 background.