COLOR #804195

HEX: #804195
RGB: (128,65,149)

Color info

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

RGB color model

#804195 color RGB value is (128,65,149).

  • red value is 128;
  • green value is 65;
  • blue value is 149.
RGB:
(128,65,149)
(50%,25%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 65 of 255 = 25%
B 149 of 255 = 58%

128
65
149

R + G + B ~ 44%. #804195 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 65 + 149 = 342 (100%)
R 128 of 342 ~ 37.43%
G 65 of 342 ~ 19.01%
B 149 of 342 ~ 43.57%

%37.43
%19.01
%43.57

CMYK color model

#804195 color CMYK value is (14,56,0,42).

  • cyan value is 14.09%
  • magenta value is 56.38%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(14,56,0,42)
C14M56Y0K42 
(14%,56%,0%,42%)
(0.14/0.56/0.00/0.42)	

CMYK percentages

%14.09
%56.38
%0
%41.57

Codes

Color #804195 in popluar color models

804195
RGB12865149
HSL285°39.25%41.96%
HSB/HSV285°56.38%58.43%
CMYK14.09%56.38%0.00%
41.57%

Color #804195 in popluar number systems.

HEX804195
Decimal12865149
Binary10000000100000110010101
Octal200101225

Shades and tints

Shades of #804195

#804195
(128,65,149)
#753C88
(117,60,136)
#6A377B
(106,55,123)
#5F326E
(95,50,110)
#542D61
(84,45,97)
#492854
(73,40,84)
#3E2347
(62,35,71)
#331E3A
(51,30,58)
#28192D
(40,25,45)
#1D1420
(29,20,32)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #804195

#804195
(128,65,149)
#8B529E
(139,82,158)
#9663A7
(150,99,167)
#A174B0
(161,116,176)
#AC85B9
(172,133,185)
#B796C2
(183,150,194)
#C2A7CB
(194,167,203)
#CDB8D4
(205,184,212)
#D8C9DD
(216,201,221)
#E3DAE6
(227,218,230)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804195 color. Also use rgb(128,65,149) instead hex code.

Text Font Color

.myTextColor { color: #804195; }

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

This text font color is #804195.


Background Color

.myBgColor { background-color: #804195; }

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

This div background color is #804195.


Border color

.myBorderColor { border: 1px solid #804195; }

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

This div border color is #804195.


Opacity

.myOpacity80 { color: #804195; opacity: 0.8; }

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

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

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

This text has shadow with #804195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804195 on black background.


Color preview on white background

This text has color #804195 on white background.



Black color preview on #804195 background

This text has black color on #804195 background.


White color preview on #804195 background

This text has white color on #804195 background.