COLOR #82308D

HEX: #82308D
RGB: (130,48,141)

Color info

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

RGB color model

#82308D color RGB value is (130,48,141).

  • red value is 130;
  • green value is 48;
  • blue value is 141.
RGB:
(130,48,141)
(51%,19%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 48 of 255 = 19%
B 141 of 255 = 55%

130
48
141

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

Portions of RGB colors in percentages

R + G + B =
130 + 48 + 141 = 319 (100%)
R 130 of 319 ~ 40.75%
G 48 of 319 ~ 15.05%
B 141 of 319 ~ 44.2%

%40.75
%15.05
%44.2

CMYK color model

#82308D color CMYK value is (8,66,0,45).

  • cyan value is 7.80%
  • magenta value is 65.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(8,66,0,45)
C8M66Y0K45 
(8%,66%,0%,45%)
(0.08/0.66/0.00/0.45)	

CMYK percentages

%7.8
%65.96
%0
%44.71

Codes

Color #82308D in popluar color models

82308D
RGB13048141
HSL293°49.21%37.06%
HSB/HSV293°65.96%55.29%
CMYK7.80%65.96%0.00%
44.71%

Color #82308D in popluar number systems.

HEX82308D
Decimal13048141
Binary1000001011000010001101
Octal20260215

Shades and tints

Shades of #82308D

#82308D
(130,48,141)
#772C81
(119,44,129)
#6C2875
(108,40,117)
#612469
(97,36,105)
#56205D
(86,32,93)
#4B1C51
(75,28,81)
#401845
(64,24,69)
#351439
(53,20,57)
#2A102D
(42,16,45)
#1F0C21
(31,12,33)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #82308D

#82308D
(130,48,141)
#8D4297
(141,66,151)
#9854A1
(152,84,161)
#A366AB
(163,102,171)
#AE78B5
(174,120,181)
#B98ABF
(185,138,191)
#C49CC9
(196,156,201)
#CFAED3
(207,174,211)
#DAC0DD
(218,192,221)
#E5D2E7
(229,210,231)
#F0E4F1
(240,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82308D; }

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

This text font color is #82308D.


Background Color

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

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

This div background color is #82308D.


Border color

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

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

This div border color is #82308D.


Opacity

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

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

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

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

This text has shadow with #82308D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82308D on black background.


Color preview on white background

This text has color #82308D on white background.



Black color preview on #82308D background

This text has black color on #82308D background.


White color preview on #82308D background

This text has white color on #82308D background.