COLOR #825E90

HEX: #825E90
RGB: (130,94,144)

Color info

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

RGB color model

#825E90 color RGB value is (130,94,144).

  • red value is 130;
  • green value is 94;
  • blue value is 144.
RGB:
(130,94,144)
(51%,37%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 144 of 255 = 56%

130
94
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 94 + 144 = 368 (100%)
R 130 of 368 ~ 35.33%
G 94 of 368 ~ 25.54%
B 144 of 368 ~ 39.13%

%35.33
%25.54
%39.13

CMYK color model

#825E90 color CMYK value is (10,35,0,44).

  • cyan value is 9.72%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,35,0,44)
C10M35Y0K44 
(10%,35%,0%,44%)
(0.10/0.35/0.00/0.44)	

CMYK percentages

%9.72
%34.72
%0
%43.53

Codes

Color #825E90 in popluar color models

825E90
RGB13094144
HSL283°21.01%46.67%
HSB/HSV283°34.72%56.47%
CMYK9.72%34.72%0.00%
43.53%

Color #825E90 in popluar number systems.

HEX825E90
Decimal13094144
Binary10000010101111010010000
Octal202136220

Shades and tints

Shades of #825E90

#825E90
(130,94,144)
#775683
(119,86,131)
#6C4E76
(108,78,118)
#614669
(97,70,105)
#563E5C
(86,62,92)
#4B364F
(75,54,79)
#402E42
(64,46,66)
#352635
(53,38,53)
#2A1E28
(42,30,40)
#1F161B
(31,22,27)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #825E90

#825E90
(130,94,144)
#8D6C9A
(141,108,154)
#987AA4
(152,122,164)
#A388AE
(163,136,174)
#AE96B8
(174,150,184)
#B9A4C2
(185,164,194)
#C4B2CC
(196,178,204)
#CFC0D6
(207,192,214)
#DACEE0
(218,206,224)
#E5DCEA
(229,220,234)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825E90 color. Also use rgb(130,94,144) instead hex code.

Text Font Color

.myTextColor { color: #825E90; }

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

This text font color is #825E90.


Background Color

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

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

This div background color is #825E90.


Border color

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

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

This div border color is #825E90.


Opacity

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

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

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

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

This text has shadow with #825E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E90 on black background.


Color preview on white background

This text has color #825E90 on white background.



Black color preview on #825E90 background

This text has black color on #825E90 background.


White color preview on #825E90 background

This text has white color on #825E90 background.