COLOR #842963

HEX: #842963
RGB: (132,41,99)

Color info

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

RGB color model

#842963 color RGB value is (132,41,99).

  • red value is 132;
  • green value is 41;
  • blue value is 99.
RGB:
(132,41,99)
(52%,16%,39%)

RGB channels and saturation

R 132 of 255 = 52%
G 41 of 255 = 16%
B 99 of 255 = 39%

132
41
99

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

Portions of RGB colors in percentages

R + G + B =
132 + 41 + 99 = 272 (100%)
R 132 of 272 ~ 48.53%
G 41 of 272 ~ 15.07%
B 99 of 272 ~ 36.4%

%48.53
%15.07
%36.4

CMYK color model

#842963 color CMYK value is (0,69,25,48).

  • cyan value is 0.00%
  • magenta value is 68.94%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(0,69,25,48)
C0M69Y25K48 
(0%,69%,25%,48%)
(0.00/0.69/0.25/0.48)	

CMYK percentages

%0
%68.94
%25
%48.24

Codes

Color #842963 in popluar color models

842963
RGB1324199
HSL322°52.60%33.92%
HSB/HSV322°68.94%51.76%
CMYK0.00%68.94%25.00%
48.24%

Color #842963 in popluar number systems.

HEX842963
Decimal1324199
Binary100001001010011100011
Octal20451143

Shades and tints

Shades of #842963

#842963
(132,41,99)
#78265A
(120,38,90)
#6C2351
(108,35,81)
#602048
(96,32,72)
#541D3F
(84,29,63)
#481A36
(72,26,54)
#3C172D
(60,23,45)
#301424
(48,20,36)
#24111B
(36,17,27)
#180E12
(24,14,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #842963

#842963
(132,41,99)
#8F3C71
(143,60,113)
#9A4F7F
(154,79,127)
#A5628D
(165,98,141)
#B0759B
(176,117,155)
#BB88A9
(187,136,169)
#C69BB7
(198,155,183)
#D1AEC5
(209,174,197)
#DCC1D3
(220,193,211)
#E7D4E1
(231,212,225)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842963; }

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

This text font color is #842963.


Background Color

.myBgColor { background-color: #842963; }

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

This div background color is #842963.


Border color

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

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

This div border color is #842963.


Opacity

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

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

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

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

This text has shadow with #842963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842963 on black background.


Color preview on white background

This text has color #842963 on white background.



Black color preview on #842963 background

This text has black color on #842963 background.


White color preview on #842963 background

This text has white color on #842963 background.