COLOR #82488D

HEX: #82488D RGB: (130,72,141)

Color info

#82488D contains mainly red and blue colors. Web safe color of #82488D is #993399 (or #939).

RGB color model

#82488D color RGB value is (130,72,141).

RGB: (130,72,141) (51%, 28%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 72 of 255 = 28%
B 141 of 255 = 55%

130
72
141

R + G + B ~ 45%. #82488D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 72 + 141 = 343 (100%)
R 130 of 343 ~ 37.9%
G 72 of 343 ~ 20.99%
B 141 of 343 ~ 41.11'%

%37.9
%20.99
%41.11

CMYK color model

#82488D color CMYK value is (8,49,0,45).

  • cyan value is 7.80%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (8,49,0,45)
C8M49Y0K45 (8%, 49%, 0%, 45%)
(0.08 / 0.49 / 0.00 / 0.45)

CMYK percentages

%7.8
%48.94
%0
%44.71

Codes

Color #82488D in popluar color models

82 48 8D
RGB 130 72 141
HSL 290° 32.39% 41.76%
HSB/HSV 290° 48.94% 55.29%
CMYK 7.80% 48.94% 0.00%
44.71%

Color #82488D in popluar number systems.

HEX 82 48 8D
Decimal 130 72 141
Binary 10000010 1001000 10001101
Octal 202 110 215

Shades and tints

Shades of #82488D

#82488D
(130,72,141)
#774281
(119,66,129)
#6C3C75
(108,60,117)
#613669
(97,54,105)
#56305D
(86,48,93)
#4B2A51
(75,42,81)
#402445
(64,36,69)
#351E39
(53,30,57)
#2A182D
(42,24,45)
#1F1221
(31,18,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #82488D

#82488D
(130,72,141)
#8D5897
(141,88,151)
#9868A1
(152,104,161)
#A378AB
(163,120,171)
#AE88B5
(174,136,181)
#B998BF
(185,152,191)
#C4A8C9
(196,168,201)
#CFB8D3
(207,184,211)
#DAC8DD
(218,200,221)
#E5D8E7
(229,216,231)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82488D color. Also use rgb(130,72,141) instead hex code.

Text Font Color

.myTextColor { color: #82488D; }

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

This text font color is #82488D.

Background Color

.myBgColor { background-color: #82488D; }

<div style="background-color:#82488D">Inner text</div>

This div background color is #82488D.

Border color

.myBorderColor { border: 1px solid #82488D; }

<div style="border:3px solid #82488D">Div</div>

This div border color is #82488D.

Opacity

.myOpacity80 { color: #82488D; opacity: 0.8; }

<p style="color:#82488D;opacity:0.8;">80%</p>

Text with #82488D 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 #82488D;}

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

This text has shadow with #82488D color.


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

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

This text has shadow with #82488D primary color and red secondary color.


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

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

This text has shadow with #82488D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82488D.

Preview

Color preview on black background

This text has color #82488D on black background.


Color preview on white background

This text has color #82488D on white background.


Black color preview on #82488D background

This text has black color on #82488D background.


White color preview on #82488D background

This text has white color on #82488D background.


Related colors

Complementary color

Complementary color for #hex is #7DB772.


I love getcolorcode.com

Triadic colors

1 #8D8248 and #488D82 with #82488D are triadic colors.

2 #8D4882 and #48828D with #82488D are triadic colors.