COLOR #826A8D

HEX: #826A8D
RGB: (130,106,141)

Color info

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

RGB color model

#826A8D color RGB value is (130,106,141).

  • red value is 130;
  • green value is 106;
  • blue value is 141.
RGB:
(130,106,141)
(51%,42%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 141 of 255 = 55%

130
106
141

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 141 = 377 (100%)
R 130 of 377 ~ 34.48%
G 106 of 377 ~ 28.12%
B 141 of 377 ~ 37.4%

%34.48
%28.12
%37.4

CMYK color model

#826A8D color CMYK value is (8,25,0,45).

  • cyan value is 7.80%
  • magenta value is 24.82%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(8,25,0,45)
C8M25Y0K45 
(8%,25%,0%,45%)
(0.08/0.25/0.00/0.45)	

CMYK percentages

%7.8
%24.82
%0
%44.71

Codes

Color #826A8D in popluar color models

826A8D
RGB130106141
HSL281°14.17%48.43%
HSB/HSV281°24.82%55.29%
CMYK7.80%24.82%0.00%
44.71%

Color #826A8D in popluar number systems.

HEX826A8D
Decimal130106141
Binary10000010110101010001101
Octal202152215

Shades and tints

Shades of #826A8D

#826A8D
(130,106,141)
#776181
(119,97,129)
#6C5875
(108,88,117)
#614F69
(97,79,105)
#56465D
(86,70,93)
#4B3D51
(75,61,81)
#403445
(64,52,69)
#352B39
(53,43,57)
#2A222D
(42,34,45)
#1F1921
(31,25,33)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #826A8D

#826A8D
(130,106,141)
#8D7797
(141,119,151)
#9884A1
(152,132,161)
#A391AB
(163,145,171)
#AE9EB5
(174,158,181)
#B9ABBF
(185,171,191)
#C4B8C9
(196,184,201)
#CFC5D3
(207,197,211)
#DAD2DD
(218,210,221)
#E5DFE7
(229,223,231)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826A8D color. Also use rgb(130,106,141) instead hex code.

Text Font Color

.myTextColor { color: #826A8D; }

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

This text font color is #826A8D.


Background Color

.myBgColor { background-color: #826A8D; }

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

This div background color is #826A8D.


Border color

.myBorderColor { border: 1px solid #826A8D; }

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

This div border color is #826A8D.


Opacity

.myOpacity80 { color: #826A8D; opacity: 0.8; }

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

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

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

This text has shadow with #826A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A8D on black background.


Color preview on white background

This text has color #826A8D on white background.



Black color preview on #826A8D background

This text has black color on #826A8D background.


White color preview on #826A8D background

This text has white color on #826A8D background.