COLOR #805795

HEX: #805795
RGB: (128,87,149)

Color info

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

RGB color model

#805795 color RGB value is (128,87,149).

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

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 149 of 255 = 58%

128
87
149

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

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 149 = 364 (100%)
R 128 of 364 ~ 35.16%
G 87 of 364 ~ 23.9%
B 149 of 364 ~ 40.93%

%35.16
%23.9
%40.93

CMYK color model

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

  • cyan value is 14.09%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(14,42,0,42)
C14M42Y0K42 
(14%,42%,0%,42%)
(0.14/0.42/0.00/0.42)	

CMYK percentages

%14.09
%41.61
%0
%41.57

Codes

Color #805795 in popluar color models

805795
RGB12887149
HSL280°26.27%46.27%
HSB/HSV280°41.61%58.43%
CMYK14.09%41.61%0.00%
41.57%

Color #805795 in popluar number systems.

HEX805795
Decimal12887149
Binary10000000101011110010101
Octal200127225

Shades and tints

Shades of #805795

#805795
(128,87,149)
#755088
(117,80,136)
#6A497B
(106,73,123)
#5F426E
(95,66,110)
#543B61
(84,59,97)
#493454
(73,52,84)
#3E2D47
(62,45,71)
#33263A
(51,38,58)
#281F2D
(40,31,45)
#1D1820
(29,24,32)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #805795

#805795
(128,87,149)
#8B669E
(139,102,158)
#9675A7
(150,117,167)
#A184B0
(161,132,176)
#AC93B9
(172,147,185)
#B7A2C2
(183,162,194)
#C2B1CB
(194,177,203)
#CDC0D4
(205,192,212)
#D8CFDD
(216,207,221)
#E3DEE6
(227,222,230)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805795; }

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

This text font color is #805795.


Background Color

.myBgColor { background-color: #805795; }

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

This div background color is #805795.


Border color

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

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

This div border color is #805795.


Opacity

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

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

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

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

This text has shadow with #805795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805795 on black background.


Color preview on white background

This text has color #805795 on white background.



Black color preview on #805795 background

This text has black color on #805795 background.


White color preview on #805795 background

This text has white color on #805795 background.