COLOR #82469B

HEX: #82469B
RGB: (130,70,155)

Color info

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

RGB color model

#82469B color RGB value is (130,70,155).

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

RGB channels and saturation

R 130 of 255 = 51%
G 70 of 255 = 27%
B 155 of 255 = 61%

130
70
155

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

Portions of RGB colors in percentages

R + G + B =
130 + 70 + 155 = 355 (100%)
R 130 of 355 ~ 36.62%
G 70 of 355 ~ 19.72%
B 155 of 355 ~ 43.66%

%36.62
%19.72
%43.66

CMYK color model

#82469B color CMYK value is (16,55,0,39).

  • cyan value is 16.13%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(16,55,0,39)
C16M55Y0K39 
(16%,55%,0%,39%)
(0.16/0.55/0.00/0.39)	

CMYK percentages

%16.13
%54.84
%0
%39.22

Codes

Color #82469B in popluar color models

82469B
RGB13070155
HSL282°37.78%44.12%
HSB/HSV282°54.84%60.78%
CMYK16.13%54.84%0.00%
39.22%

Color #82469B in popluar number systems.

HEX82469B
Decimal13070155
Binary10000010100011010011011
Octal202106233

Shades and tints

Shades of #82469B

#82469B
(130,70,155)
#77408D
(119,64,141)
#6C3A7F
(108,58,127)
#613471
(97,52,113)
#562E63
(86,46,99)
#4B2855
(75,40,85)
#402247
(64,34,71)
#351C39
(53,28,57)
#2A162B
(42,22,43)
#1F101D
(31,16,29)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #82469B

#82469B
(130,70,155)
#8D56A4
(141,86,164)
#9866AD
(152,102,173)
#A376B6
(163,118,182)
#AE86BF
(174,134,191)
#B996C8
(185,150,200)
#C4A6D1
(196,166,209)
#CFB6DA
(207,182,218)
#DAC6E3
(218,198,227)
#E5D6EC
(229,214,236)
#F0E6F5
(240,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82469B; }

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

This text font color is #82469B.


Background Color

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

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

This div background color is #82469B.


Border color

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

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

This div border color is #82469B.


Opacity

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

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

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

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

This text has shadow with #82469B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82469B on black background.


Color preview on white background

This text has color #82469B on white background.



Black color preview on #82469B background

This text has black color on #82469B background.


White color preview on #82469B background

This text has white color on #82469B background.