COLOR #825B9D

HEX: #825B9D
RGB: (130,91,157)

Color info

#825B9D contains mainly red and blue colors. Web safe color of #825B9D is #996699 (or #969).

RGB color model

#825B9D color RGB value is (130,91,157).

  • red value is 130;
  • green value is 91;
  • blue value is 157.
RGB:
(130,91,157)
(51%,36%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 157 of 255 = 62%

130
91
157

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

Portions of RGB colors in percentages

R + G + B =
130 + 91 + 157 = 378 (100%)
R 130 of 378 ~ 34.39%
G 91 of 378 ~ 24.07%
B 157 of 378 ~ 41.53%

%34.39
%24.07
%41.53

CMYK color model

#825B9D color CMYK value is (17,42,0,38).

  • cyan value is 17.20%
  • magenta value is 42.04%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,42,0,38)
C17M42Y0K38 
(17%,42%,0%,38%)
(0.17/0.42/0.00/0.38)	

CMYK percentages

%17.2
%42.04
%0
%38.43

Codes

Color #825B9D in popluar color models

825B9D
RGB13091157
HSL275°26.61%48.63%
HSB/HSV275°42.04%61.57%
CMYK17.20%42.04%0.00%
38.43%

Color #825B9D in popluar number systems.

HEX825B9D
Decimal13091157
Binary10000010101101110011101
Octal202133235

Shades and tints

Shades of #825B9D

#825B9D
(130,91,157)
#77538F
(119,83,143)
#6C4B81
(108,75,129)
#614373
(97,67,115)
#563B65
(86,59,101)
#4B3357
(75,51,87)
#402B49
(64,43,73)
#35233B
(53,35,59)
#2A1B2D
(42,27,45)
#1F131F
(31,19,31)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #825B9D

#825B9D
(130,91,157)
#8D69A5
(141,105,165)
#9877AD
(152,119,173)
#A385B5
(163,133,181)
#AE93BD
(174,147,189)
#B9A1C5
(185,161,197)
#C4AFCD
(196,175,205)
#CFBDD5
(207,189,213)
#DACBDD
(218,203,221)
#E5D9E5
(229,217,229)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825B9D color. Also use rgb(130,91,157) instead hex code.

Text Font Color

.myTextColor { color: #825B9D; }

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

This text font color is #825B9D.


Background Color

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

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

This div background color is #825B9D.


Border color

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

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

This div border color is #825B9D.


Opacity

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

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

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

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

This text has shadow with #825B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825B9D on black background.


Color preview on white background

This text has color #825B9D on white background.



Black color preview on #825B9D background

This text has black color on #825B9D background.


White color preview on #825B9D background

This text has white color on #825B9D background.