COLOR #84058E

HEX: #84058E
RGB: (132,5,142)

Color info

#84058E contains mainly red and blue colors. Web safe color of #84058E is #990099 (or #909).

RGB color model

#84058E color RGB value is (132,5,142).

  • red value is 132;
  • green value is 5;
  • blue value is 142.
RGB:
(132,5,142)
(52%,2%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 5 of 255 = 2%
B 142 of 255 = 56%

132
5
142

R + G + B ~ 37%. #84058E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 5 + 142 = 279 (100%)
R 132 of 279 ~ 47.31%
G 5 of 279 ~ 1.79%
B 142 of 279 ~ 50.9%

%47.31
%50.9

CMYK color model

#84058E color CMYK value is (7,96,0,44).

  • cyan value is 7.04%
  • magenta value is 96.48%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(7,96,0,44)
C7M96Y0K44 
(7%,96%,0%,44%)
(0.07/0.96/0.00/0.44)	

CMYK percentages

%7.04
%96.48
%0
%44.31

Codes

Color #84058E in popluar color models

84058E
RGB1325142
HSL296°93.20%28.82%
HSB/HSV296°96.48%55.69%
CMYK7.04%96.48%0.00%
44.31%

Color #84058E in popluar number systems.

HEX84058E
Decimal1325142
Binary1000010010110001110
Octal2045216

Shades and tints

Shades of #84058E

#84058E
(132,5,142)
#780582
(120,5,130)
#6C0576
(108,5,118)
#60056A
(96,5,106)
#54055E
(84,5,94)
#480552
(72,5,82)
#3C0546
(60,5,70)
#30053A
(48,5,58)
#24052E
(36,5,46)
#180522
(24,5,34)
#0C0516
(12,5,22)
#000000
(0,0,0)

Tints of #84058E

#84058E
(132,5,142)
#8F1B98
(143,27,152)
#9A31A2
(154,49,162)
#A547AC
(165,71,172)
#B05DB6
(176,93,182)
#BB73C0
(187,115,192)
#C689CA
(198,137,202)
#D19FD4
(209,159,212)
#DCB5DE
(220,181,222)
#E7CBE8
(231,203,232)
#F2E1F2
(242,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84058E color. Also use rgb(132,5,142) instead hex code.

Text Font Color

.myTextColor { color: #84058E; }

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

This text font color is #84058E.


Background Color

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

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

This div background color is #84058E.


Border color

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

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

This div border color is #84058E.


Opacity

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

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

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

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

This text has shadow with #84058E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84058E on black background.


Color preview on white background

This text has color #84058E on white background.



Black color preview on #84058E background

This text has black color on #84058E background.


White color preview on #84058E background

This text has white color on #84058E background.