COLOR #825C90

HEX: #825C90 RGB: (130,92,144)

Color info

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

RGB color model

#825C90 color RGB value is (130,92,144).

RGB: (130,92,144) (51%, 36%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 92 of 255 = 36%
B 144 of 255 = 56%

130
92
144

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

Portions of RGB colors in percentages

R + G + B = 130 + 92 + 144 = 366 (100%)
R 130 of 366 ~ 35.52%
G 92 of 366 ~ 25.14%
B 144 of 366 ~ 39.34'%

%35.52
%25.14
%39.34

CMYK color model

#825C90 color CMYK value is (10,36,0,44).

  • cyan value is 9.72%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (10,36,0,44)
C10M36Y0K44 (10%, 36%, 0%, 44%)
(0.10 / 0.36 / 0.00 / 0.44)

CMYK percentages

%9.72
%36.11
%0
%43.53

Codes

Color #825C90 in popluar color models

82 5C 90
RGB 130 92 144
HSL 284° 22.03% 46.27%
HSB/HSV 284° 36.11% 56.47%
CMYK 9.72% 36.11% 0.00%
43.53%

Color #825C90 in popluar number systems.

HEX 82 5C 90
Decimal 130 92 144
Binary 10000010 1011100 10010000
Octal 202 134 220

Shades and tints

Shades of #825C90

#825C90
(130,92,144)
#775483
(119,84,131)
#6C4C76
(108,76,118)
#614469
(97,68,105)
#563C5C
(86,60,92)
#4B344F
(75,52,79)
#402C42
(64,44,66)
#352435
(53,36,53)
#2A1C28
(42,28,40)
#1F141B
(31,20,27)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #825C90

#825C90
(130,92,144)
#8D6A9A
(141,106,154)
#9878A4
(152,120,164)
#A386AE
(163,134,174)
#AE94B8
(174,148,184)
#B9A2C2
(185,162,194)
#C4B0CC
(196,176,204)
#CFBED6
(207,190,214)
#DACCE0
(218,204,224)
#E5DAEA
(229,218,234)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C90; }

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

This text font color is #825C90.

Background Color

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

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

This div background color is #825C90.

Border color

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

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

This div border color is #825C90.

Opacity

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

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

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

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

This text has shadow with #825C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825C90.

Preview

Color preview on black background

This text has color #825C90 on black background.


Color preview on white background

This text has color #825C90 on white background.


Black color preview on #825C90 background

This text has black color on #825C90 background.


White color preview on #825C90 background

This text has white color on #825C90 background.


Related colors

Complementary color

Complementary color for #hex is #7DA36F.


I love getcolorcode.com

Triadic colors

1 #90825C and #5C9082 with #825C90 are triadic colors.

2 #905C82 and #5C8290 with #825C90 are triadic colors.