COLOR #826393

HEX: #826393
RGB: (130,99,147)

Color info

#826393 contains red, green and blue colors in about the same proportion. Web safe color of #826393 is #996699 (or #969).

RGB color model

#826393 color RGB value is (130,99,147).

  • red value is 130;
  • green value is 99;
  • blue value is 147.
RGB:
(130,99,147)
(51%,39%,58%)

RGB channels and saturation

R 130 of 255 = 51%
G 99 of 255 = 39%
B 147 of 255 = 58%

130
99
147

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

Portions of RGB colors in percentages

R + G + B =
130 + 99 + 147 = 376 (100%)
R 130 of 376 ~ 34.57%
G 99 of 376 ~ 26.33%
B 147 of 376 ~ 39.1%

%34.57
%26.33
%39.1

CMYK color model

#826393 color CMYK value is (12,33,0,42).

  • cyan value is 11.56%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(12,33,0,42)
C12M33Y0K42 
(12%,33%,0%,42%)
(0.12/0.33/0.00/0.42)	

CMYK percentages

%11.56
%32.65
%0
%42.35

Codes

Color #826393 in popluar color models

826393
RGB13099147
HSL279°19.51%48.24%
HSB/HSV279°32.65%57.65%
CMYK11.56%32.65%0.00%
42.35%

Color #826393 in popluar number systems.

HEX826393
Decimal13099147
Binary10000010110001110010011
Octal202143223

Shades and tints

Shades of #826393

#826393
(130,99,147)
#775A86
(119,90,134)
#6C5179
(108,81,121)
#61486C
(97,72,108)
#563F5F
(86,63,95)
#4B3652
(75,54,82)
#402D45
(64,45,69)
#352438
(53,36,56)
#2A1B2B
(42,27,43)
#1F121E
(31,18,30)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #826393

#826393
(130,99,147)
#8D719C
(141,113,156)
#987FA5
(152,127,165)
#A38DAE
(163,141,174)
#AE9BB7
(174,155,183)
#B9A9C0
(185,169,192)
#C4B7C9
(196,183,201)
#CFC5D2
(207,197,210)
#DAD3DB
(218,211,219)
#E5E1E4
(229,225,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826393 color. Also use rgb(130,99,147) instead hex code.

Text Font Color

.myTextColor { color: #826393; }

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

This text font color is #826393.


Background Color

.myBgColor { background-color: #826393; }

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

This div background color is #826393.


Border color

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

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

This div border color is #826393.


Opacity

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

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

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

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

This text has shadow with #826393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826393 on black background.


Color preview on white background

This text has color #826393 on white background.



Black color preview on #826393 background

This text has black color on #826393 background.


White color preview on #826393 background

This text has white color on #826393 background.