COLOR #82589F

HEX: #82589F RGB: (130,88,159)

Color info

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

RGB color model

#82589F color RGB value is (130,88,159).

RGB: (130,88,159) (51%, 35%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 88 of 255 = 35%
B 159 of 255 = 62%

130
88
159

R + G + B ~ 49%. #82589F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 88 + 159 = 377 (100%)
R 130 of 377 ~ 34.48%
G 88 of 377 ~ 23.34%
B 159 of 377 ~ 42.18'%

%34.48
%23.34
%42.18

CMYK color model

#82589F color CMYK value is (18,45,0,38).

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

CMYK: (18,45,0,38)
C18M45Y0K38 (18%, 45%, 0%, 38%)
(0.18 / 0.45 / 0.00 / 0.38)

CMYK percentages

%18.24
%44.65
%0
%37.65

Codes

Color #82589F in popluar color models

82 58 9F
RGB 130 88 159
HSL 275° 28.74% 48.43%
HSB/HSV 275° 44.65% 62.35%
CMYK 18.24% 44.65% 0.00%
37.65%

Color #82589F in popluar number systems.

HEX 82 58 9F
Decimal 130 88 159
Binary 10000010 1011000 10011111
Octal 202 130 237

Shades and tints

Shades of #82589F

#82589F
(130,88,159)
#775091
(119,80,145)
#6C4883
(108,72,131)
#614075
(97,64,117)
#563867
(86,56,103)
#4B3059
(75,48,89)
#40284B
(64,40,75)
#35203D
(53,32,61)
#2A182F
(42,24,47)
#1F1021
(31,16,33)
#140813
(20,8,19)
#000000
(0,0,0)

Tints of #82589F

#82589F
(130,88,159)
#8D67A7
(141,103,167)
#9876AF
(152,118,175)
#A385B7
(163,133,183)
#AE94BF
(174,148,191)
#B9A3C7
(185,163,199)
#C4B2CF
(196,178,207)
#CFC1D7
(207,193,215)
#DAD0DF
(218,208,223)
#E5DFE7
(229,223,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82589F color. Also use rgb(130,88,159) instead hex code.

Text Font Color

.myTextColor { color: #82589F; }

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

This text font color is #82589F.

Background Color

.myBgColor { background-color: #82589F; }

<div style="background-color:#82589F">Inner text</div>

This div background color is #82589F.

Border color

.myBorderColor { border: 1px solid #82589F; }

<div style="border:3px solid #82589F">Div</div>

This div border color is #82589F.

Opacity

.myOpacity80 { color: #82589F; opacity: 0.8; }

<p style="color:#82589F;opacity:0.8;">80%</p>

Text with #82589F 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 #82589F;}

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

This text has shadow with #82589F color.


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

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

This text has shadow with #82589F primary color and red secondary color.


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

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

This text has shadow with #82589F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82589F.

Preview

Color preview on black background

This text has color #82589F on black background.


Color preview on white background

This text has color #82589F on white background.


Black color preview on #82589F background

This text has black color on #82589F background.


White color preview on #82589F background

This text has white color on #82589F background.


Related colors

Complementary color

Complementary color for #hex is #7DA760.


I love getcolorcode.com

Triadic colors

1 #9F8258 and #589F82 with #82589F are triadic colors.

2 #9F5882 and #58829F with #82589F are triadic colors.