COLOR #84117E

HEX: #84117E RGB: (132,17,126)

Color info

#84117E contains mainly red and blue colors. Web safe color of #84117E is #990066 (or #906).

RGB color model

#84117E color RGB value is (132,17,126).

RGB: (132,17,126) (52%, 7%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 17 of 255 = 7%
B 126 of 255 = 49%

132
17
126

R + G + B ~ 36%. #84117E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 17 + 126 = 275 (100%)
R 132 of 275 ~ 48%
G 17 of 275 ~ 6.18%
B 126 of 275 ~ 45.82'%

%48
%45.82

CMYK color model

#84117E color CMYK value is (0,87,5,48).

  • cyan value is 0.00%
  • magenta value is 87.12%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK: (0,87,5,48) C0M87Y5K48 (0%,87%,5%,48%) (0.00/0.87/0.05/0.48) 

CMYK percentages

%0
%87.12
%4.55
%48.24

Codes

Color #84117E in popluar color models

84 11 7E
RGB 132 17 126
HSL 303° 77.18% 29.22%
HSB/HSV 303° 87.12% 51.76%
CMYK 0.00% 87.12% 4.55%
48.24%

Color #84117E in popluar number systems.

HEX 84 11 7E
Decimal 132 17 126
Binary 10000100 10001 1111110
Octal 204 21 176

Shades and tints

Shades of #84117E

#84117E
(132,17,126)
#781073
(120,16,115)
#6C0F68
(108,15,104)
#600E5D
(96,14,93)
#540D52
(84,13,82)
#480C47
(72,12,71)
#3C0B3C
(60,11,60)
#300A31
(48,10,49)
#240926
(36,9,38)
#18081B
(24,8,27)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #84117E

#84117E
(132,17,126)
#8F2689
(143,38,137)
#9A3B94
(154,59,148)
#A5509F
(165,80,159)
#B065AA
(176,101,170)
#BB7AB5
(187,122,181)
#C68FC0
(198,143,192)
#D1A4CB
(209,164,203)
#DCB9D6
(220,185,214)
#E7CEE1
(231,206,225)
#F2E3EC
(242,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84117E color. Also use rgb(132,17,126) instead hex code.

Text Font Color

.myTextColor { color: #84117E; }

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

This text font color is #84117E.

Background Color

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

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

This div background color is #84117E.

Border color

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

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

This div border color is #84117E.

Opacity

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

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

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

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

This text has shadow with #84117E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84117E.

Preview

Color preview on black background

This text has color #84117E on black background.


Color preview on white background

This text has color #84117E on white background.


Black color preview on #84117E background

This text has black color on #84117E background.


White color preview on #84117E background

This text has white color on #84117E background.


Related colors

Complementary color

Complementary color for #hex is #7BEE81.


I love getcolorcode.com

Triadic colors

1 #7E8411 and #117E84 with #84117E are triadic colors.

2 #7E1184 and #11847E with #84117E are triadic colors.