COLOR #806293

HEX: #806293
RGB: (128,98,147)

Color info

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

RGB color model

#806293 color RGB value is (128,98,147).

  • red value is 128;
  • green value is 98;
  • blue value is 147.
RGB:
(128,98,147)
(50%,38%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 98 of 255 = 38%
B 147 of 255 = 58%

128
98
147

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

Portions of RGB colors in percentages

R + G + B =
128 + 98 + 147 = 373 (100%)
R 128 of 373 ~ 34.32%
G 98 of 373 ~ 26.27%
B 147 of 373 ~ 39.41%

%34.32
%26.27
%39.41

CMYK color model

#806293 color CMYK value is (13,33,0,42).

  • cyan value is 12.93%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(13,33,0,42)
C13M33Y0K42 
(13%,33%,0%,42%)
(0.13/0.33/0.00/0.42)	

CMYK percentages

%12.93
%33.33
%0
%42.35

Codes

Color #806293 in popluar color models

806293
RGB12898147
HSL277°20.00%48.04%
HSB/HSV277°33.33%57.65%
CMYK12.93%33.33%0.00%
42.35%

Color #806293 in popluar number systems.

HEX806293
Decimal12898147
Binary10000000110001010010011
Octal200142223

Shades and tints

Shades of #806293

#806293
(128,98,147)
#755A86
(117,90,134)
#6A5279
(106,82,121)
#5F4A6C
(95,74,108)
#54425F
(84,66,95)
#493A52
(73,58,82)
#3E3245
(62,50,69)
#332A38
(51,42,56)
#28222B
(40,34,43)
#1D1A1E
(29,26,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #806293

#806293
(128,98,147)
#8B709C
(139,112,156)
#967EA5
(150,126,165)
#A18CAE
(161,140,174)
#AC9AB7
(172,154,183)
#B7A8C0
(183,168,192)
#C2B6C9
(194,182,201)
#CDC4D2
(205,196,210)
#D8D2DB
(216,210,219)
#E3E0E4
(227,224,228)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806293 color. Also use rgb(128,98,147) instead hex code.

Text Font Color

.myTextColor { color: #806293; }

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

This text font color is #806293.


Background Color

.myBgColor { background-color: #806293; }

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

This div background color is #806293.


Border color

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

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

This div border color is #806293.


Opacity

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

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

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

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

This text has shadow with #806293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806293 on black background.


Color preview on white background

This text has color #806293 on white background.



Black color preview on #806293 background

This text has black color on #806293 background.


White color preview on #806293 background

This text has white color on #806293 background.