COLOR #84147B

HEX: #84147B RGB: (132,20,123)

Color info

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

RGB color model

#84147B color RGB value is (132,20,123).

RGB: (132,20,123) (52%, 8%, 48%)

RGB channels and saturation

R 132 of 255 = 52%
G 20 of 255 = 8%
B 123 of 255 = 48%

132
20
123

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

Portions of RGB colors in percentages

R + G + B = 132 + 20 + 123 = 275 (100%)
R 132 of 275 ~ 48%
G 20 of 275 ~ 7.27%
B 123 of 275 ~ 44.73'%

%48
%44.73

CMYK color model

#84147B color CMYK value is (0,85,7,48).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 6.82%
  • key color value is 48.24%

CMYK: (0,85,7,48)
C0M85Y7K48 (0%, 85%, 7%, 48%)
(0.00 / 0.85 / 0.07 / 0.48)

CMYK percentages

%0
%84.85
%6.82
%48.24

Codes

Color #84147B in popluar color models

84 14 7B
RGB 132 20 123
HSL 305° 73.68% 29.80%
HSB/HSV 305° 84.85% 51.76%
CMYK 0.00% 84.85% 6.82%
48.24%

Color #84147B in popluar number systems.

HEX 84 14 7B
Decimal 132 20 123
Binary 10000100 10100 1111011
Octal 204 24 173

Shades and tints

Shades of #84147B

#84147B
(132,20,123)
#781370
(120,19,112)
#6C1265
(108,18,101)
#60115A
(96,17,90)
#54104F
(84,16,79)
#480F44
(72,15,68)
#3C0E39
(60,14,57)
#300D2E
(48,13,46)
#240C23
(36,12,35)
#180B18
(24,11,24)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #84147B

#84147B
(132,20,123)
#8F2987
(143,41,135)
#9A3E93
(154,62,147)
#A5539F
(165,83,159)
#B068AB
(176,104,171)
#BB7DB7
(187,125,183)
#C692C3
(198,146,195)
#D1A7CF
(209,167,207)
#DCBCDB
(220,188,219)
#E7D1E7
(231,209,231)
#F2E6F3
(242,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84147B color. Also use rgb(132,20,123) instead hex code.

Text Font Color

.myTextColor { color: #84147B; }

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

This text font color is #84147B.

Background Color

.myBgColor { background-color: #84147B; }

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

This div background color is #84147B.

Border color

.myBorderColor { border: 1px solid #84147B; }

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

This div border color is #84147B.

Opacity

.myOpacity80 { color: #84147B; opacity: 0.8; }

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

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

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

This text has shadow with #84147B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84147B.

Preview

Color preview on black background

This text has color #84147B on black background.


Color preview on white background

This text has color #84147B on white background.


Black color preview on #84147B background

This text has black color on #84147B background.


White color preview on #84147B background

This text has white color on #84147B background.


Related colors

Complementary color

Complementary color for #hex is #7BEB84.


I love getcolorcode.com

Triadic colors

1 #7B8414 and #147B84 with #84147B are triadic colors.

2 #7B1484 and #14847B with #84147B are triadic colors.