COLOR #84317B

HEX: #84317B
RGB: (132,49,123)

Color info

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

RGB color model

#84317B color RGB value is (132,49,123).

  • red value is 132;
  • green value is 49;
  • blue value is 123.
RGB:
(132,49,123)
(52%,19%,48%)

RGB channels and saturation

R 132 of 255 = 52%
G 49 of 255 = 19%
B 123 of 255 = 48%

132
49
123

R + G + B ~ 40%. #84317B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 49 + 123 = 304 (100%)
R 132 of 304 ~ 43.42%
G 49 of 304 ~ 16.12%
B 123 of 304 ~ 40.46%

%43.42
%16.12
%40.46

CMYK color model

#84317B color CMYK value is (0,63,7,48).

  • cyan value is 0.00%
  • magenta value is 62.88%
  • yellow value is 6.82%
  • key color value is 48.24%
CMYK:
(0,63,7,48)
C0M63Y7K48 
(0%,63%,7%,48%)
(0.00/0.63/0.07/0.48)	

CMYK percentages

%0
%62.88
%6.82
%48.24

Codes

Color #84317B in popluar color models

84317B
RGB13249123
HSL307°45.86%35.49%
HSB/HSV307°62.88%51.76%
CMYK0.00%62.88%6.82%
48.24%

Color #84317B in popluar number systems.

HEX84317B
Decimal13249123
Binary100001001100011111011
Octal20461173

Shades and tints

Shades of #84317B

#84317B
(132,49,123)
#782D70
(120,45,112)
#6C2965
(108,41,101)
#60255A
(96,37,90)
#54214F
(84,33,79)
#481D44
(72,29,68)
#3C1939
(60,25,57)
#30152E
(48,21,46)
#241123
(36,17,35)
#180D18
(24,13,24)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #84317B

#84317B
(132,49,123)
#8F4387
(143,67,135)
#9A5593
(154,85,147)
#A5679F
(165,103,159)
#B079AB
(176,121,171)
#BB8BB7
(187,139,183)
#C69DC3
(198,157,195)
#D1AFCF
(209,175,207)
#DCC1DB
(220,193,219)
#E7D3E7
(231,211,231)
#F2E5F3
(242,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84317B color. Also use rgb(132,49,123) instead hex code.

Text Font Color

.myTextColor { color: #84317B; }

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

This text font color is #84317B.


Background Color

.myBgColor { background-color: #84317B; }

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

This div background color is #84317B.


Border color

.myBorderColor { border: 1px solid #84317B; }

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

This div border color is #84317B.


Opacity

.myOpacity80 { color: #84317B; opacity: 0.8; }

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

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

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

This text has shadow with #84317B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84317B on black background.


Color preview on white background

This text has color #84317B on white background.



Black color preview on #84317B background

This text has black color on #84317B background.


White color preview on #84317B background

This text has white color on #84317B background.