COLOR #844E96

HEX: #844E96
RGB: (132,78,150)

Color info

#844E96 contains mainly red and blue colors. Web safe color of #844E96 is #996699 (or #969).

RGB color model

#844E96 color RGB value is (132,78,150).

  • red value is 132;
  • green value is 78;
  • blue value is 150.
RGB:
(132,78,150)
(52%,31%,59%)

RGB channels and saturation

R 132 of 255 = 52%
G 78 of 255 = 31%
B 150 of 255 = 59%

132
78
150

R + G + B ~ 47%. #844E96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 78 + 150 = 360 (100%)
R 132 of 360 ~ 36.67%
G 78 of 360 ~ 21.67%
B 150 of 360 ~ 41.67%

%36.67
%21.67
%41.67

CMYK color model

#844E96 color CMYK value is (12,48,0,41).

  • cyan value is 12.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(12,48,0,41)
C12M48Y0K41 
(12%,48%,0%,41%)
(0.12/0.48/0.00/0.41)	

CMYK percentages

%12
%48
%0
%41.18

Codes

Color #844E96 in popluar color models

844E96
RGB13278150
HSL285°31.58%44.71%
HSB/HSV285°48.00%58.82%
CMYK12.00%48.00%0.00%
41.18%

Color #844E96 in popluar number systems.

HEX844E96
Decimal13278150
Binary10000100100111010010110
Octal204116226

Shades and tints

Shades of #844E96

#844E96
(132,78,150)
#784789
(120,71,137)
#6C407C
(108,64,124)
#60396F
(96,57,111)
#543262
(84,50,98)
#482B55
(72,43,85)
#3C2448
(60,36,72)
#301D3B
(48,29,59)
#24162E
(36,22,46)
#180F21
(24,15,33)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #844E96

#844E96
(132,78,150)
#8F5E9F
(143,94,159)
#9A6EA8
(154,110,168)
#A57EB1
(165,126,177)
#B08EBA
(176,142,186)
#BB9EC3
(187,158,195)
#C6AECC
(198,174,204)
#D1BED5
(209,190,213)
#DCCEDE
(220,206,222)
#E7DEE7
(231,222,231)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844E96 color. Also use rgb(132,78,150) instead hex code.

Text Font Color

.myTextColor { color: #844E96; }

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

This text font color is #844E96.


Background Color

.myBgColor { background-color: #844E96; }

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

This div background color is #844E96.


Border color

.myBorderColor { border: 1px solid #844E96; }

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

This div border color is #844E96.


Opacity

.myOpacity80 { color: #844E96; opacity: 0.8; }

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

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

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

This text has shadow with #844E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844E96 on black background.


Color preview on white background

This text has color #844E96 on white background.



Black color preview on #844E96 background

This text has black color on #844E96 background.


White color preview on #844E96 background

This text has white color on #844E96 background.