COLOR #840084

HEX: #840084
RGB: (132,0,132)

Color info

#840084 contains only red and blue colors. Web safe color of #840084 is #990099 (or #909).

RGB color model

#840084 color RGB value is (132,0,132).

  • red value is 132;
  • green value is 0;
  • blue value is 132.
RGB:
(132,0,132)
(52%,0%,52%)

RGB channels and saturation

R 132 of 255 = 52%
G 0 of 255 = 0%
B 132 of 255 = 52%

132
0
132

R + G + B ~ 35%. #840084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 0 + 132 = 264 (100%)
R 132 of 264 ~ 50%
G 0 of 264 ~ 0%
B 132 of 264 ~ 50%

%50
%50

CMYK color model

#840084 color CMYK value is (0,100,0,48).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(0,100,0,48)
C0M100Y0K48 
(0%,100%,0%,48%)
(0.00/1.00/0.00/0.48)	

CMYK percentages

%0
%100
%0
%48.24

Codes

Color #840084 in popluar color models

840084
RGB1320132
HSL300°100.00%25.88%
HSB/HSV300°100.00%51.76%
CMYK0.00%100.00%0.00%
48.24%

Color #840084 in popluar number systems.

HEX840084
Decimal1320132
Binary10000100010000100
Octal2040204

Shades and tints

Shades of #840084

#840084
(132,0,132)
#780078
(120,0,120)
#6C006C
(108,0,108)
#600060
(96,0,96)
#540054
(84,0,84)
#480048
(72,0,72)
#3C003C
(60,0,60)
#300030
(48,0,48)
#240024
(36,0,36)
#180018
(24,0,24)
#0C000C
(12,0,12)
#000000
(0,0,0)

Tints of #840084

#840084
(132,0,132)
#8F178F
(143,23,143)
#9A2E9A
(154,46,154)
#A545A5
(165,69,165)
#B05CB0
(176,92,176)
#BB73BB
(187,115,187)
#C68AC6
(198,138,198)
#D1A1D1
(209,161,209)
#DCB8DC
(220,184,220)
#E7CFE7
(231,207,231)
#F2E6F2
(242,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #840084; }

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

This text font color is #840084.


Background Color

.myBgColor { background-color: #840084; }

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

This div background color is #840084.


Border color

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

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

This div border color is #840084.


Opacity

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

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

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

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

This text has shadow with #840084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840084 on black background.


Color preview on white background

This text has color #840084 on white background.



Black color preview on #840084 background

This text has black color on #840084 background.


White color preview on #840084 background

This text has white color on #840084 background.