COLOR #844D94

HEX: #844D94
RGB: (132,77,148)

Color info

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

RGB color model

#844D94 color RGB value is (132,77,148).

  • red value is 132;
  • green value is 77;
  • blue value is 148.
RGB:
(132,77,148)
(52%,30%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 77 of 255 = 30%
B 148 of 255 = 58%

132
77
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 77 + 148 = 357 (100%)
R 132 of 357 ~ 36.97%
G 77 of 357 ~ 21.57%
B 148 of 357 ~ 41.46%

%36.97
%21.57
%41.46

CMYK color model

#844D94 color CMYK value is (11,48,0,42).

  • cyan value is 10.81%
  • magenta value is 47.97%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,48,0,42)
C11M48Y0K42 
(11%,48%,0%,42%)
(0.11/0.48/0.00/0.42)	

CMYK percentages

%10.81
%47.97
%0
%41.96

Codes

Color #844D94 in popluar color models

844D94
RGB13277148
HSL286°31.56%44.12%
HSB/HSV286°47.97%58.04%
CMYK10.81%47.97%0.00%
41.96%

Color #844D94 in popluar number systems.

HEX844D94
Decimal13277148
Binary10000100100110110010100
Octal204115224

Shades and tints

Shades of #844D94

#844D94
(132,77,148)
#784687
(120,70,135)
#6C3F7A
(108,63,122)
#60386D
(96,56,109)
#543160
(84,49,96)
#482A53
(72,42,83)
#3C2346
(60,35,70)
#301C39
(48,28,57)
#24152C
(36,21,44)
#180E1F
(24,14,31)
#0C0712
(12,7,18)
#000000
(0,0,0)

Tints of #844D94

#844D94
(132,77,148)
#8F5D9D
(143,93,157)
#9A6DA6
(154,109,166)
#A57DAF
(165,125,175)
#B08DB8
(176,141,184)
#BB9DC1
(187,157,193)
#C6ADCA
(198,173,202)
#D1BDD3
(209,189,211)
#DCCDDC
(220,205,220)
#E7DDE5
(231,221,229)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844D94 color. Also use rgb(132,77,148) instead hex code.

Text Font Color

.myTextColor { color: #844D94; }

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

This text font color is #844D94.


Background Color

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

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

This div background color is #844D94.


Border color

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

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

This div border color is #844D94.


Opacity

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

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

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

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

This text has shadow with #844D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844D94 on black background.


Color preview on white background

This text has color #844D94 on white background.



Black color preview on #844D94 background

This text has black color on #844D94 background.


White color preview on #844D94 background

This text has white color on #844D94 background.