COLOR #844597

HEX: #844597
RGB: (132,69,151)

Color info

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

RGB color model

#844597 color RGB value is (132,69,151).

  • red value is 132;
  • green value is 69;
  • blue value is 151.
RGB:
(132,69,151)
(52%,27%,59%)

RGB channels and saturation

R 132 of 255 = 52%
G 69 of 255 = 27%
B 151 of 255 = 59%

132
69
151

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

Portions of RGB colors in percentages

R + G + B =
132 + 69 + 151 = 352 (100%)
R 132 of 352 ~ 37.5%
G 69 of 352 ~ 19.6%
B 151 of 352 ~ 42.9%

%37.5
%19.6
%42.9

CMYK color model

#844597 color CMYK value is (13,54,0,41).

  • cyan value is 12.58%
  • magenta value is 54.30%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(13,54,0,41)
C13M54Y0K41 
(13%,54%,0%,41%)
(0.13/0.54/0.00/0.41)	

CMYK percentages

%12.58
%54.3
%0
%40.78

Codes

Color #844597 in popluar color models

844597
RGB13269151
HSL286°37.27%43.14%
HSB/HSV286°54.30%59.22%
CMYK12.58%54.30%0.00%
40.78%

Color #844597 in popluar number systems.

HEX844597
Decimal13269151
Binary10000100100010110010111
Octal204105227

Shades and tints

Shades of #844597

#844597
(132,69,151)
#783F8A
(120,63,138)
#6C397D
(108,57,125)
#603370
(96,51,112)
#542D63
(84,45,99)
#482756
(72,39,86)
#3C2149
(60,33,73)
#301B3C
(48,27,60)
#24152F
(36,21,47)
#180F22
(24,15,34)
#0C0915
(12,9,21)
#000000
(0,0,0)

Tints of #844597

#844597
(132,69,151)
#8F55A0
(143,85,160)
#9A65A9
(154,101,169)
#A575B2
(165,117,178)
#B085BB
(176,133,187)
#BB95C4
(187,149,196)
#C6A5CD
(198,165,205)
#D1B5D6
(209,181,214)
#DCC5DF
(220,197,223)
#E7D5E8
(231,213,232)
#F2E5F1
(242,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844597; }

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

This text font color is #844597.


Background Color

.myBgColor { background-color: #844597; }

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

This div background color is #844597.


Border color

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

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

This div border color is #844597.


Opacity

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

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

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

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

This text has shadow with #844597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844597 on black background.


Color preview on white background

This text has color #844597 on white background.



Black color preview on #844597 background

This text has black color on #844597 background.


White color preview on #844597 background

This text has white color on #844597 background.