COLOR #805CA5

HEX: #805CA5
RGB: (128,92,165)

Color info

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

RGB color model

#805CA5 color RGB value is (128,92,165).

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

RGB channels and saturation

R 128 of 255 = 50%
G 92 of 255 = 36%
B 165 of 255 = 65%

128
92
165

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

Portions of RGB colors in percentages

R + G + B =
128 + 92 + 165 = 385 (100%)
R 128 of 385 ~ 33.25%
G 92 of 385 ~ 23.9%
B 165 of 385 ~ 42.86%

%33.25
%23.9
%42.86

CMYK color model

#805CA5 color CMYK value is (22,44,0,35).

  • cyan value is 22.42%
  • magenta value is 44.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(22,44,0,35)
C22M44Y0K35 
(22%,44%,0%,35%)
(0.22/0.44/0.00/0.35)	

CMYK percentages

%22.42
%44.24
%0
%35.29

Codes

Color #805CA5 in popluar color models

805CA5
RGB12892165
HSL270°28.85%50.39%
HSB/HSV270°44.24%64.71%
CMYK22.42%44.24%0.00%
35.29%

Color #805CA5 in popluar number systems.

HEX805CA5
Decimal12892165
Binary10000000101110010100101
Octal200134245

Shades and tints

Shades of #805CA5

#805CA5
(128,92,165)
#755496
(117,84,150)
#6A4C87
(106,76,135)
#5F4478
(95,68,120)
#543C69
(84,60,105)
#49345A
(73,52,90)
#3E2C4B
(62,44,75)
#33243C
(51,36,60)
#281C2D
(40,28,45)
#1D141E
(29,20,30)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #805CA5

#805CA5
(128,92,165)
#8B6AAD
(139,106,173)
#9678B5
(150,120,181)
#A186BD
(161,134,189)
#AC94C5
(172,148,197)
#B7A2CD
(183,162,205)
#C2B0D5
(194,176,213)
#CDBEDD
(205,190,221)
#D8CCE5
(216,204,229)
#E3DAED
(227,218,237)
#EEE8F5
(238,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805CA5; }

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

This text font color is #805CA5.


Background Color

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

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

This div background color is #805CA5.


Border color

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

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

This div border color is #805CA5.


Opacity

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

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

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

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

This text has shadow with #805CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805CA5 on black background.


Color preview on white background

This text has color #805CA5 on white background.



Black color preview on #805CA5 background

This text has black color on #805CA5 background.


White color preview on #805CA5 background

This text has white color on #805CA5 background.