COLOR #84115C

HEX: #84115C
RGB: (132,17,92)

Color info

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

RGB color model

#84115C color RGB value is (132,17,92).

  • red value is 132;
  • green value is 17;
  • blue value is 92.
RGB:
(132,17,92)
(52%,7%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 17 of 255 = 7%
B 92 of 255 = 36%

132
17
92

R + G + B ~ 32%. #84115C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 17 + 92 = 241 (100%)
R 132 of 241 ~ 54.77%
G 17 of 241 ~ 7.05%
B 92 of 241 ~ 38.17%

%54.77
%38.17

CMYK color model

#84115C color CMYK value is (0,87,30,48).

  • cyan value is 0.00%
  • magenta value is 87.12%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(0,87,30,48)
C0M87Y30K48 
(0%,87%,30%,48%)
(0.00/0.87/0.30/0.48)	

CMYK percentages

%0
%87.12
%30.3
%48.24

Codes

Color #84115C in popluar color models

84115C
RGB1321792
HSL321°77.18%29.22%
HSB/HSV321°87.12%51.76%
CMYK0.00%87.12%30.30%
48.24%

Color #84115C in popluar number systems.

HEX84115C
Decimal1321792
Binary10000100100011011100
Octal20421134

Shades and tints

Shades of #84115C

#84115C
(132,17,92)
#781054
(120,16,84)
#6C0F4C
(108,15,76)
#600E44
(96,14,68)
#540D3C
(84,13,60)
#480C34
(72,12,52)
#3C0B2C
(60,11,44)
#300A24
(48,10,36)
#24091C
(36,9,28)
#180814
(24,8,20)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #84115C

#84115C
(132,17,92)
#8F266A
(143,38,106)
#9A3B78
(154,59,120)
#A55086
(165,80,134)
#B06594
(176,101,148)
#BB7AA2
(187,122,162)
#C68FB0
(198,143,176)
#D1A4BE
(209,164,190)
#DCB9CC
(220,185,204)
#E7CEDA
(231,206,218)
#F2E3E8
(242,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84115C color. Also use rgb(132,17,92) instead hex code.

Text Font Color

.myTextColor { color: #84115C; }

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

This text font color is #84115C.


Background Color

.myBgColor { background-color: #84115C; }

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

This div background color is #84115C.


Border color

.myBorderColor { border: 1px solid #84115C; }

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

This div border color is #84115C.


Opacity

.myOpacity80 { color: #84115C; opacity: 0.8; }

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

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

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

This text has shadow with #84115C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84115C on black background.


Color preview on white background

This text has color #84115C on white background.



Black color preview on #84115C background

This text has black color on #84115C background.


White color preview on #84115C background

This text has white color on #84115C background.