COLOR #840F55

HEX: #840F55
RGB: (132,15,85)

Color info

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

RGB color model

#840F55 color RGB value is (132,15,85).

  • red value is 132;
  • green value is 15;
  • blue value is 85.
RGB:
(132,15,85)
(52%,6%,33%)

RGB channels and saturation

R 132 of 255 = 52%
G 15 of 255 = 6%
B 85 of 255 = 33%

132
15
85

R + G + B ~ 30%. #840F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 15 + 85 = 232 (100%)
R 132 of 232 ~ 56.9%
G 15 of 232 ~ 6.47%
B 85 of 232 ~ 36.64%

%56.9
%36.64

CMYK color model

#840F55 color CMYK value is (0,89,36,48).

  • cyan value is 0.00%
  • magenta value is 88.64%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(0,89,36,48)
C0M89Y36K48 
(0%,89%,36%,48%)
(0.00/0.89/0.36/0.48)	

CMYK percentages

%0
%88.64
%35.61
%48.24

Codes

Color #840F55 in popluar color models

840F55
RGB1321585
HSL324°79.59%28.82%
HSB/HSV324°88.64%51.76%
CMYK0.00%88.64%35.61%
48.24%

Color #840F55 in popluar number systems.

HEX840F55
Decimal1321585
Binary1000010011111010101
Octal20417125

Shades and tints

Shades of #840F55

#840F55
(132,15,85)
#780E4E
(120,14,78)
#6C0D47
(108,13,71)
#600C40
(96,12,64)
#540B39
(84,11,57)
#480A32
(72,10,50)
#3C092B
(60,9,43)
#300824
(48,8,36)
#24071D
(36,7,29)
#180616
(24,6,22)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #840F55

#840F55
(132,15,85)
#8F2464
(143,36,100)
#9A3973
(154,57,115)
#A54E82
(165,78,130)
#B06391
(176,99,145)
#BB78A0
(187,120,160)
#C68DAF
(198,141,175)
#D1A2BE
(209,162,190)
#DCB7CD
(220,183,205)
#E7CCDC
(231,204,220)
#F2E1EB
(242,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840F55 color. Also use rgb(132,15,85) instead hex code.

Text Font Color

.myTextColor { color: #840F55; }

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

This text font color is #840F55.


Background Color

.myBgColor { background-color: #840F55; }

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

This div background color is #840F55.


Border color

.myBorderColor { border: 1px solid #840F55; }

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

This div border color is #840F55.


Opacity

.myOpacity80 { color: #840F55; opacity: 0.8; }

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

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

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

This text has shadow with #840F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840F55 on black background.


Color preview on white background

This text has color #840F55 on white background.



Black color preview on #840F55 background

This text has black color on #840F55 background.


White color preview on #840F55 background

This text has white color on #840F55 background.