COLOR #825D8A

HEX: #825D8A
RGB: (130,93,138)

Color info

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

RGB color model

#825D8A color RGB value is (130,93,138).

  • red value is 130;
  • green value is 93;
  • blue value is 138.
RGB:
(130,93,138)
(51%,36%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 93 of 255 = 36%
B 138 of 255 = 54%

130
93
138

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

Portions of RGB colors in percentages

R + G + B =
130 + 93 + 138 = 361 (100%)
R 130 of 361 ~ 36.01%
G 93 of 361 ~ 25.76%
B 138 of 361 ~ 38.23%

%36.01
%25.76
%38.23

CMYK color model

#825D8A color CMYK value is (6,33,0,46).

  • cyan value is 5.80%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(6,33,0,46)
C6M33Y0K46 
(6%,33%,0%,46%)
(0.06/0.33/0.00/0.46)	

CMYK percentages

%5.8
%32.61
%0
%45.88

Codes

Color #825D8A in popluar color models

825D8A
RGB13093138
HSL289°19.48%45.29%
HSB/HSV289°32.61%54.12%
CMYK5.80%32.61%0.00%
45.88%

Color #825D8A in popluar number systems.

HEX825D8A
Decimal13093138
Binary10000010101110110001010
Octal202135212

Shades and tints

Shades of #825D8A

#825D8A
(130,93,138)
#77557E
(119,85,126)
#6C4D72
(108,77,114)
#614566
(97,69,102)
#563D5A
(86,61,90)
#4B354E
(75,53,78)
#402D42
(64,45,66)
#352536
(53,37,54)
#2A1D2A
(42,29,42)
#1F151E
(31,21,30)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #825D8A

#825D8A
(130,93,138)
#8D6B94
(141,107,148)
#98799E
(152,121,158)
#A387A8
(163,135,168)
#AE95B2
(174,149,178)
#B9A3BC
(185,163,188)
#C4B1C6
(196,177,198)
#CFBFD0
(207,191,208)
#DACDDA
(218,205,218)
#E5DBE4
(229,219,228)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825D8A color. Also use rgb(130,93,138) instead hex code.

Text Font Color

.myTextColor { color: #825D8A; }

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

This text font color is #825D8A.


Background Color

.myBgColor { background-color: #825D8A; }

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

This div background color is #825D8A.


Border color

.myBorderColor { border: 1px solid #825D8A; }

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

This div border color is #825D8A.


Opacity

.myOpacity80 { color: #825D8A; opacity: 0.8; }

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

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

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

This text has shadow with #825D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825D8A on black background.


Color preview on white background

This text has color #825D8A on white background.



Black color preview on #825D8A background

This text has black color on #825D8A background.


White color preview on #825D8A background

This text has white color on #825D8A background.