COLOR #842384

HEX: #842384
RGB: (132,35,132)

Color info

#842384 contains mainly red and blue colors. Web safe color of #842384 is #993399 (or #939).

RGB color model

#842384 color RGB value is (132,35,132).

  • red value is 132;
  • green value is 35;
  • blue value is 132.
RGB:
(132,35,132)
(52%,14%,52%)

RGB channels and saturation

R 132 of 255 = 52%
G 35 of 255 = 14%
B 132 of 255 = 52%

132
35
132

R + G + B ~ 39%. #842384 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 35 + 132 = 299 (100%)
R 132 of 299 ~ 44.15%
G 35 of 299 ~ 11.71%
B 132 of 299 ~ 44.15%

%44.15
%11.71
%44.15

CMYK color model

#842384 color CMYK value is (0,73,0,48).

  • cyan value is 0.00%
  • magenta value is 73.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(0,73,0,48)
C0M73Y0K48 
(0%,73%,0%,48%)
(0.00/0.73/0.00/0.48)	

CMYK percentages

%0
%73.48
%0
%48.24

Codes

Color #842384 in popluar color models

842384
RGB13235132
HSL300°58.08%32.75%
HSB/HSV300°73.48%51.76%
CMYK0.00%73.48%0.00%
48.24%

Color #842384 in popluar number systems.

HEX842384
Decimal13235132
Binary1000010010001110000100
Octal20443204

Shades and tints

Shades of #842384

#842384
(132,35,132)
#782078
(120,32,120)
#6C1D6C
(108,29,108)
#601A60
(96,26,96)
#541754
(84,23,84)
#481448
(72,20,72)
#3C113C
(60,17,60)
#300E30
(48,14,48)
#240B24
(36,11,36)
#180818
(24,8,24)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #842384

#842384
(132,35,132)
#8F378F
(143,55,143)
#9A4B9A
(154,75,154)
#A55FA5
(165,95,165)
#B073B0
(176,115,176)
#BB87BB
(187,135,187)
#C69BC6
(198,155,198)
#D1AFD1
(209,175,209)
#DCC3DC
(220,195,220)
#E7D7E7
(231,215,231)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842384; }

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

This text font color is #842384.


Background Color

.myBgColor { background-color: #842384; }

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

This div background color is #842384.


Border color

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

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

This div border color is #842384.


Opacity

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

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

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

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

This text has shadow with #842384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842384 on black background.


Color preview on white background

This text has color #842384 on white background.



Black color preview on #842384 background

This text has black color on #842384 background.


White color preview on #842384 background

This text has white color on #842384 background.