COLOR #842F6B

HEX: #842F6B RGB: (132,47,107)

Color info

#842F6B contains mainly red and blue colors. Web safe color of #842F6B is #993366 (or #936).

RGB color model

#842F6B color RGB value is (132,47,107).

RGB: (132,47,107) (52%, 18%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 47 of 255 = 18%
B 107 of 255 = 42%

132
47
107

R + G + B ~ 37%. #842F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 47 + 107 = 286 (100%)
R 132 of 286 ~ 46.15%
G 47 of 286 ~ 16.43%
B 107 of 286 ~ 37.41'%

%46.15
%16.43
%37.41

CMYK color model

#842F6B color CMYK value is (0,64,19,48).

  • cyan value is 0.00%
  • magenta value is 64.39%
  • yellow value is 18.94%
  • key color value is 48.24%

CMYK: (0,64,19,48)
C0M64Y19K48 (0%, 64%, 19%, 48%)
(0.00 / 0.64 / 0.19 / 0.48)

CMYK percentages

%0
%64.39
%18.94
%48.24

Codes

Color #842F6B in popluar color models

84 2F 6B
RGB 132 47 107
HSL 318° 47.49% 35.10%
HSB/HSV 318° 64.39% 51.76%
CMYK 0.00% 64.39% 18.94%
48.24%

Color #842F6B in popluar number systems.

HEX 84 2F 6B
Decimal 132 47 107
Binary 10000100 101111 1101011
Octal 204 57 153

Shades and tints

Shades of #842F6B

#842F6B
(132,47,107)
#782B62
(120,43,98)
#6C2759
(108,39,89)
#602350
(96,35,80)
#541F47
(84,31,71)
#481B3E
(72,27,62)
#3C1735
(60,23,53)
#30132C
(48,19,44)
#240F23
(36,15,35)
#180B1A
(24,11,26)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #842F6B

#842F6B
(132,47,107)
#8F4178
(143,65,120)
#9A5385
(154,83,133)
#A56592
(165,101,146)
#B0779F
(176,119,159)
#BB89AC
(187,137,172)
#C69BB9
(198,155,185)
#D1ADC6
(209,173,198)
#DCBFD3
(220,191,211)
#E7D1E0
(231,209,224)
#F2E3ED
(242,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842F6B color. Also use rgb(132,47,107) instead hex code.

Text Font Color

.myTextColor { color: #842F6B; }

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

This text font color is #842F6B.

Background Color

.myBgColor { background-color: #842F6B; }

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

This div background color is #842F6B.

Border color

.myBorderColor { border: 1px solid #842F6B; }

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

This div border color is #842F6B.

Opacity

.myOpacity80 { color: #842F6B; opacity: 0.8; }

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

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

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

This text has shadow with #842F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #842F6B.

Preview

Color preview on black background

This text has color #842F6B on black background.


Color preview on white background

This text has color #842F6B on white background.


Black color preview on #842F6B background

This text has black color on #842F6B background.


White color preview on #842F6B background

This text has white color on #842F6B background.


Related colors

Complementary color

Complementary color for #hex is #7BD094.


I love getcolorcode.com

Triadic colors

1 #6B842F and #2F6B84 with #842F6B are triadic colors.

2 #6B2F84 and #2F846B with #842F6B are triadic colors.