COLOR #807591

HEX: #807591
RGB: (128,117,145)

Color info

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

RGB color model

#807591 color RGB value is (128,117,145).

  • red value is 128;
  • green value is 117;
  • blue value is 145.
RGB:
(128,117,145)
(50%,46%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 145 of 255 = 57%

128
117
145

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

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 145 = 390 (100%)
R 128 of 390 ~ 32.82%
G 117 of 390 ~ 30%
B 145 of 390 ~ 37.18%

%32.82
%30
%37.18

CMYK color model

#807591 color CMYK value is (12,19,0,43).

  • cyan value is 11.72%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(12,19,0,43)
C12M19Y0K43 
(12%,19%,0%,43%)
(0.12/0.19/0.00/0.43)	

CMYK percentages

%11.72
%19.31
%0
%43.14

Codes

Color #807591 in popluar color models

807591
RGB128117145
HSL264°11.29%51.37%
HSB/HSV264°19.31%56.86%
CMYK11.72%19.31%0.00%
43.14%

Color #807591 in popluar number systems.

HEX807591
Decimal128117145
Binary10000000111010110010001
Octal200165221

Shades and tints

Shades of #807591

#807591
(128,117,145)
#756B84
(117,107,132)
#6A6177
(106,97,119)
#5F576A
(95,87,106)
#544D5D
(84,77,93)
#494350
(73,67,80)
#3E3943
(62,57,67)
#332F36
(51,47,54)
#282529
(40,37,41)
#1D1B1C
(29,27,28)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #807591

#807591
(128,117,145)
#8B819B
(139,129,155)
#968DA5
(150,141,165)
#A199AF
(161,153,175)
#ACA5B9
(172,165,185)
#B7B1C3
(183,177,195)
#C2BDCD
(194,189,205)
#CDC9D7
(205,201,215)
#D8D5E1
(216,213,225)
#E3E1EB
(227,225,235)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807591 color. Also use rgb(128,117,145) instead hex code.

Text Font Color

.myTextColor { color: #807591; }

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

This text font color is #807591.


Background Color

.myBgColor { background-color: #807591; }

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

This div background color is #807591.


Border color

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

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

This div border color is #807591.


Opacity

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

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

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

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

This text has shadow with #807591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807591 on black background.


Color preview on white background

This text has color #807591 on white background.



Black color preview on #807591 background

This text has black color on #807591 background.


White color preview on #807591 background

This text has white color on #807591 background.