COLOR #847398

HEX: #847398
RGB: (132,115,152)

Color info

#847398 contains red, green and blue colors in about the same proportion. Web safe color of #847398 is #996699 (or #969).

RGB color model

#847398 color RGB value is (132,115,152).

  • red value is 132;
  • green value is 115;
  • blue value is 152.
RGB:
(132,115,152)
(52%,45%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 115 of 255 = 45%
B 152 of 255 = 60%

132
115
152

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

Portions of RGB colors in percentages

R + G + B =
132 + 115 + 152 = 399 (100%)
R 132 of 399 ~ 33.08%
G 115 of 399 ~ 28.82%
B 152 of 399 ~ 38.1%

%33.08
%28.82
%38.1

CMYK color model

#847398 color CMYK value is (13,24,0,40).

  • cyan value is 13.16%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(13,24,0,40)
C13M24Y0K40 
(13%,24%,0%,40%)
(0.13/0.24/0.00/0.40)	

CMYK percentages

%13.16
%24.34
%0
%40.39

Codes

Color #847398 in popluar color models

847398
RGB132115152
HSL268°15.23%52.35%
HSB/HSV268°24.34%59.61%
CMYK13.16%24.34%0.00%
40.39%

Color #847398 in popluar number systems.

HEX847398
Decimal132115152
Binary10000100111001110011000
Octal204163230

Shades and tints

Shades of #847398

#847398
(132,115,152)
#78698B
(120,105,139)
#6C5F7E
(108,95,126)
#605571
(96,85,113)
#544B64
(84,75,100)
#484157
(72,65,87)
#3C374A
(60,55,74)
#302D3D
(48,45,61)
#242330
(36,35,48)
#181923
(24,25,35)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #847398

#847398
(132,115,152)
#8F7FA1
(143,127,161)
#9A8BAA
(154,139,170)
#A597B3
(165,151,179)
#B0A3BC
(176,163,188)
#BBAFC5
(187,175,197)
#C6BBCE
(198,187,206)
#D1C7D7
(209,199,215)
#DCD3E0
(220,211,224)
#E7DFE9
(231,223,233)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847398; }

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

This text font color is #847398.


Background Color

.myBgColor { background-color: #847398; }

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

This div background color is #847398.


Border color

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

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

This div border color is #847398.


Opacity

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

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

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

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

This text has shadow with #847398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847398 on black background.


Color preview on white background

This text has color #847398 on white background.



Black color preview on #847398 background

This text has black color on #847398 background.


White color preview on #847398 background

This text has white color on #847398 background.