COLOR #804FC9

HEX: #804FC9
RGB: (128,79,201)

Color info

#804FC9 contains mainly blue color. Web safe color of #804FC9 is #6666CC (or #66C).

RGB color model

#804FC9 color RGB value is (128,79,201).

  • red value is 128;
  • green value is 79;
  • blue value is 201.
RGB:
(128,79,201)
(50%,31%,79%)

RGB channels and saturation

R 128 of 255 = 50%
G 79 of 255 = 31%
B 201 of 255 = 79%

128
79
201

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

Portions of RGB colors in percentages

R + G + B =
128 + 79 + 201 = 408 (100%)
R 128 of 408 ~ 31.37%
G 79 of 408 ~ 19.36%
B 201 of 408 ~ 49.26%

%31.37
%19.36
%49.26

CMYK color model

#804FC9 color CMYK value is (36,61,0,21).

  • cyan value is 36.32%
  • magenta value is 60.70%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(36,61,0,21)
C36M61Y0K21 
(36%,61%,0%,21%)
(0.36/0.61/0.00/0.21)	

CMYK percentages

%36.32
%60.7
%0
%21.18

Codes

Color #804FC9 in popluar color models

804FC9
RGB12879201
HSL264°53.04%54.90%
HSB/HSV264°60.70%78.82%
CMYK36.32%60.70%0.00%
21.18%

Color #804FC9 in popluar number systems.

HEX804FC9
Decimal12879201
Binary10000000100111111001001
Octal200117311

Shades and tints

Shades of #804FC9

#804FC9
(128,79,201)
#7548B7
(117,72,183)
#6A41A5
(106,65,165)
#5F3A93
(95,58,147)
#543381
(84,51,129)
#492C6F
(73,44,111)
#3E255D
(62,37,93)
#331E4B
(51,30,75)
#281739
(40,23,57)
#1D1027
(29,16,39)
#120915
(18,9,21)
#000000
(0,0,0)

Tints of #804FC9

#804FC9
(128,79,201)
#8B5FCD
(139,95,205)
#966FD1
(150,111,209)
#A17FD5
(161,127,213)
#AC8FD9
(172,143,217)
#B79FDD
(183,159,221)
#C2AFE1
(194,175,225)
#CDBFE5
(205,191,229)
#D8CFE9
(216,207,233)
#E3DFED
(227,223,237)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804FC9 color. Also use rgb(128,79,201) instead hex code.

Text Font Color

.myTextColor { color: #804FC9; }

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

This text font color is #804FC9.


Background Color

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

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

This div background color is #804FC9.


Border color

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

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

This div border color is #804FC9.


Opacity

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

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

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

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

This text has shadow with #804FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804FC9 on black background.


Color preview on white background

This text has color #804FC9 on white background.



Black color preview on #804FC9 background

This text has black color on #804FC9 background.


White color preview on #804FC9 background

This text has white color on #804FC9 background.