COLOR #82469E

HEX: #82469E
RGB: (130,70,158)

Color info

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

RGB color model

#82469E color RGB value is (130,70,158).

  • red value is 130;
  • green value is 70;
  • blue value is 158.
RGB:
(130,70,158)
(51%,27%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 70 of 255 = 27%
B 158 of 255 = 62%

130
70
158

R + G + B ~ 47%. #82469E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 70 + 158 = 358 (100%)
R 130 of 358 ~ 36.31%
G 70 of 358 ~ 19.55%
B 158 of 358 ~ 44.13%

%36.31
%19.55
%44.13

CMYK color model

#82469E color CMYK value is (18,56,0,38).

  • cyan value is 17.72%
  • magenta value is 55.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,56,0,38)
C18M56Y0K38 
(18%,56%,0%,38%)
(0.18/0.56/0.00/0.38)	

CMYK percentages

%17.72
%55.7
%0
%38.04

Codes

Color #82469E in popluar color models

82469E
RGB13070158
HSL281°38.60%44.71%
HSB/HSV281°55.70%61.96%
CMYK17.72%55.70%0.00%
38.04%

Color #82469E in popluar number systems.

HEX82469E
Decimal13070158
Binary10000010100011010011110
Octal202106236

Shades and tints

Shades of #82469E

#82469E
(130,70,158)
#774090
(119,64,144)
#6C3A82
(108,58,130)
#613474
(97,52,116)
#562E66
(86,46,102)
#4B2858
(75,40,88)
#40224A
(64,34,74)
#351C3C
(53,28,60)
#2A162E
(42,22,46)
#1F1020
(31,16,32)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #82469E

#82469E
(130,70,158)
#8D56A6
(141,86,166)
#9866AE
(152,102,174)
#A376B6
(163,118,182)
#AE86BE
(174,134,190)
#B996C6
(185,150,198)
#C4A6CE
(196,166,206)
#CFB6D6
(207,182,214)
#DAC6DE
(218,198,222)
#E5D6E6
(229,214,230)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82469E color. Also use rgb(130,70,158) instead hex code.

Text Font Color

.myTextColor { color: #82469E; }

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

This text font color is #82469E.


Background Color

.myBgColor { background-color: #82469E; }

<div style="background-color:#82469E">Inner text</div>

This div background color is #82469E.


Border color

.myBorderColor { border: 1px solid #82469E; }

<div style="border:3px solid #82469E">Div</div>

This div border color is #82469E.


Opacity

.myOpacity80 { color: #82469E; opacity: 0.8; }

<p style="color:#82469E;opacity:0.8;">80%</p>

Text with #82469E 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 #82469E;}

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

This text has shadow with #82469E color.

.textShadow {text-shadow: 3px 3px 1px #82469E, 3px 3px 1px red;}

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

This text has shadow with #82469E primary color and red secondary color.


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

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

This text has shadow with #82469E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82469E on black background.


Color preview on white background

This text has color #82469E on white background.



Black color preview on #82469E background

This text has black color on #82469E background.


White color preview on #82469E background

This text has white color on #82469E background.