COLOR #843082

HEX: #843082
RGB: (132,48,130)

Color info

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

RGB color model

#843082 color RGB value is (132,48,130).

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

RGB channels and saturation

R 132 of 255 = 52%
G 48 of 255 = 19%
B 130 of 255 = 51%

132
48
130

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

Portions of RGB colors in percentages

R + G + B =
132 + 48 + 130 = 310 (100%)
R 132 of 310 ~ 42.58%
G 48 of 310 ~ 15.48%
B 130 of 310 ~ 41.94%

%42.58
%15.48
%41.94

CMYK color model

#843082 color CMYK value is (0,64,2,48).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,64,2,48)
C0M64Y2K48 
(0%,64%,2%,48%)
(0.00/0.64/0.02/0.48)	

CMYK percentages

%0
%63.64
%1.52
%48.24

Codes

Color #843082 in popluar color models

843082
RGB13248130
HSL301°46.67%35.29%
HSB/HSV301°63.64%51.76%
CMYK0.00%63.64%1.52%
48.24%

Color #843082 in popluar number systems.

HEX843082
Decimal13248130
Binary1000010011000010000010
Octal20460202

Shades and tints

Shades of #843082

#843082
(132,48,130)
#782C77
(120,44,119)
#6C286C
(108,40,108)
#602461
(96,36,97)
#542056
(84,32,86)
#481C4B
(72,28,75)
#3C1840
(60,24,64)
#301435
(48,20,53)
#24102A
(36,16,42)
#180C1F
(24,12,31)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #843082

#843082
(132,48,130)
#8F428D
(143,66,141)
#9A5498
(154,84,152)
#A566A3
(165,102,163)
#B078AE
(176,120,174)
#BB8AB9
(187,138,185)
#C69CC4
(198,156,196)
#D1AECF
(209,174,207)
#DCC0DA
(220,192,218)
#E7D2E5
(231,210,229)
#F2E4F0
(242,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843082; }

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

This text font color is #843082.


Background Color

.myBgColor { background-color: #843082; }

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

This div background color is #843082.


Border color

.myBorderColor { border: 1px solid #843082; }

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

This div border color is #843082.


Opacity

.myOpacity80 { color: #843082; opacity: 0.8; }

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

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

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

This text has shadow with #843082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843082 on black background.


Color preview on white background

This text has color #843082 on white background.



Black color preview on #843082 background

This text has black color on #843082 background.


White color preview on #843082 background

This text has white color on #843082 background.