COLOR #825F9F

HEX: #825F9F RGB: (130,95,159)

Color info

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

RGB color model

#825F9F color RGB value is (130,95,159).

RGB: (130,95,159) (51%, 37%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 159 of 255 = 62%

130
95
159

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

Portions of RGB colors in percentages

R + G + B = 130 + 95 + 159 = 384 (100%)
R 130 of 384 ~ 33.85%
G 95 of 384 ~ 24.74%
B 159 of 384 ~ 41.41'%

%33.85
%24.74
%41.41

CMYK color model

#825F9F color CMYK value is (18,40,0,38).

  • cyan value is 18.24%
  • magenta value is 40.25%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (18,40,0,38)
C18M40Y0K38 (18%, 40%, 0%, 38%)
(0.18 / 0.40 / 0.00 / 0.38)

CMYK percentages

%18.24
%40.25
%0
%37.65

Codes

Color #825F9F in popluar color models

82 5F 9F
RGB 130 95 159
HSL 273° 25.20% 49.80%
HSB/HSV 273° 40.25% 62.35%
CMYK 18.24% 40.25% 0.00%
37.65%

Color #825F9F in popluar number systems.

HEX 82 5F 9F
Decimal 130 95 159
Binary 10000010 1011111 10011111
Octal 202 137 237

Shades and tints

Shades of #825F9F

#825F9F
(130,95,159)
#775791
(119,87,145)
#6C4F83
(108,79,131)
#614775
(97,71,117)
#563F67
(86,63,103)
#4B3759
(75,55,89)
#402F4B
(64,47,75)
#35273D
(53,39,61)
#2A1F2F
(42,31,47)
#1F1721
(31,23,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #825F9F

#825F9F
(130,95,159)
#8D6DA7
(141,109,167)
#987BAF
(152,123,175)
#A389B7
(163,137,183)
#AE97BF
(174,151,191)
#B9A5C7
(185,165,199)
#C4B3CF
(196,179,207)
#CFC1D7
(207,193,215)
#DACFDF
(218,207,223)
#E5DDE7
(229,221,231)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825F9F color. Also use rgb(130,95,159) instead hex code.

Text Font Color

.myTextColor { color: #825F9F; }

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

This text font color is #825F9F.

Background Color

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

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

This div background color is #825F9F.

Border color

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

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

This div border color is #825F9F.

Opacity

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

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

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

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

This text has shadow with #825F9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825F9F.

Preview

Color preview on black background

This text has color #825F9F on black background.


Color preview on white background

This text has color #825F9F on white background.


Black color preview on #825F9F background

This text has black color on #825F9F background.


White color preview on #825F9F background

This text has white color on #825F9F background.


Related colors

Complementary color

Complementary color for #hex is #7DA060.


I love getcolorcode.com

Triadic colors

1 #9F825F and #5F9F82 with #825F9F are triadic colors.

2 #9F5F82 and #5F829F with #825F9F are triadic colors.