COLOR #805790

HEX: #805790
RGB: (128,87,144)

Color info

#805790 contains red, green and blue colors in about the same proportion. Web safe color of #805790 is #666699 (or #669).

RGB color model

#805790 color RGB value is (128,87,144).

  • red value is 128;
  • green value is 87;
  • blue value is 144.
RGB:
(128,87,144)
(50%,34%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 144 of 255 = 56%

128
87
144

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

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 144 = 359 (100%)
R 128 of 359 ~ 35.65%
G 87 of 359 ~ 24.23%
B 144 of 359 ~ 40.11%

%35.65
%24.23
%40.11

CMYK color model

#805790 color CMYK value is (11,40,0,44).

  • cyan value is 11.11%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(11,40,0,44)
C11M40Y0K44 
(11%,40%,0%,44%)
(0.11/0.40/0.00/0.44)	

CMYK percentages

%11.11
%39.58
%0
%43.53

Codes

Color #805790 in popluar color models

805790
RGB12887144
HSL283°24.68%45.29%
HSB/HSV283°39.58%56.47%
CMYK11.11%39.58%0.00%
43.53%

Color #805790 in popluar number systems.

HEX805790
Decimal12887144
Binary10000000101011110010000
Octal200127220

Shades and tints

Shades of #805790

#805790
(128,87,144)
#755083
(117,80,131)
#6A4976
(106,73,118)
#5F4269
(95,66,105)
#543B5C
(84,59,92)
#49344F
(73,52,79)
#3E2D42
(62,45,66)
#332635
(51,38,53)
#281F28
(40,31,40)
#1D181B
(29,24,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #805790

#805790
(128,87,144)
#8B669A
(139,102,154)
#9675A4
(150,117,164)
#A184AE
(161,132,174)
#AC93B8
(172,147,184)
#B7A2C2
(183,162,194)
#C2B1CC
(194,177,204)
#CDC0D6
(205,192,214)
#D8CFE0
(216,207,224)
#E3DEEA
(227,222,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805790 color. Also use rgb(128,87,144) instead hex code.

Text Font Color

.myTextColor { color: #805790; }

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

This text font color is #805790.


Background Color

.myBgColor { background-color: #805790; }

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

This div background color is #805790.


Border color

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

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

This div border color is #805790.


Opacity

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

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

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

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

This text has shadow with #805790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805790 on black background.


Color preview on white background

This text has color #805790 on white background.



Black color preview on #805790 background

This text has black color on #805790 background.


White color preview on #805790 background

This text has white color on #805790 background.