COLOR #805FA5

HEX: #805FA5
RGB: (128,95,165)

Color info

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

RGB color model

#805FA5 color RGB value is (128,95,165).

  • red value is 128;
  • green value is 95;
  • blue value is 165.
RGB:
(128,95,165)
(50%,37%,65%)

RGB channels and saturation

R 128 of 255 = 50%
G 95 of 255 = 37%
B 165 of 255 = 65%

128
95
165

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

Portions of RGB colors in percentages

R + G + B =
128 + 95 + 165 = 388 (100%)
R 128 of 388 ~ 32.99%
G 95 of 388 ~ 24.48%
B 165 of 388 ~ 42.53%

%32.99
%24.48
%42.53

CMYK color model

#805FA5 color CMYK value is (22,42,0,35).

  • cyan value is 22.42%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(22,42,0,35)
C22M42Y0K35 
(22%,42%,0%,35%)
(0.22/0.42/0.00/0.35)	

CMYK percentages

%22.42
%42.42
%0
%35.29

Codes

Color #805FA5 in popluar color models

805FA5
RGB12895165
HSL268°28.00%50.98%
HSB/HSV268°42.42%64.71%
CMYK22.42%42.42%0.00%
35.29%

Color #805FA5 in popluar number systems.

HEX805FA5
Decimal12895165
Binary10000000101111110100101
Octal200137245

Shades and tints

Shades of #805FA5

#805FA5
(128,95,165)
#755796
(117,87,150)
#6A4F87
(106,79,135)
#5F4778
(95,71,120)
#543F69
(84,63,105)
#49375A
(73,55,90)
#3E2F4B
(62,47,75)
#33273C
(51,39,60)
#281F2D
(40,31,45)
#1D171E
(29,23,30)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #805FA5

#805FA5
(128,95,165)
#8B6DAD
(139,109,173)
#967BB5
(150,123,181)
#A189BD
(161,137,189)
#AC97C5
(172,151,197)
#B7A5CD
(183,165,205)
#C2B3D5
(194,179,213)
#CDC1DD
(205,193,221)
#D8CFE5
(216,207,229)
#E3DDED
(227,221,237)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805FA5 color. Also use rgb(128,95,165) instead hex code.

Text Font Color

.myTextColor { color: #805FA5; }

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

This text font color is #805FA5.


Background Color

.myBgColor { background-color: #805FA5; }

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

This div background color is #805FA5.


Border color

.myBorderColor { border: 1px solid #805FA5; }

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

This div border color is #805FA5.


Opacity

.myOpacity80 { color: #805FA5; opacity: 0.8; }

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

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

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

This text has shadow with #805FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805FA5 on black background.


Color preview on white background

This text has color #805FA5 on white background.



Black color preview on #805FA5 background

This text has black color on #805FA5 background.


White color preview on #805FA5 background

This text has white color on #805FA5 background.