COLOR #844DA7

HEX: #844DA7
RGB: (132,77,167)

Color info

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

RGB color model

#844DA7 color RGB value is (132,77,167).

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

RGB channels and saturation

R 132 of 255 = 52%
G 77 of 255 = 30%
B 167 of 255 = 65%

132
77
167

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

Portions of RGB colors in percentages

R + G + B =
132 + 77 + 167 = 376 (100%)
R 132 of 376 ~ 35.11%
G 77 of 376 ~ 20.48%
B 167 of 376 ~ 44.41%

%35.11
%20.48
%44.41

CMYK color model

#844DA7 color CMYK value is (21,54,0,35).

  • cyan value is 20.96%
  • magenta value is 53.89%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(21,54,0,35)
C21M54Y0K35 
(21%,54%,0%,35%)
(0.21/0.54/0.00/0.35)	

CMYK percentages

%20.96
%53.89
%0
%34.51

Codes

Color #844DA7 in popluar color models

844DA7
RGB13277167
HSL277°36.89%47.84%
HSB/HSV277°53.89%65.49%
CMYK20.96%53.89%0.00%
34.51%

Color #844DA7 in popluar number systems.

HEX844DA7
Decimal13277167
Binary10000100100110110100111
Octal204115247

Shades and tints

Shades of #844DA7

#844DA7
(132,77,167)
#784698
(120,70,152)
#6C3F89
(108,63,137)
#60387A
(96,56,122)
#54316B
(84,49,107)
#482A5C
(72,42,92)
#3C234D
(60,35,77)
#301C3E
(48,28,62)
#24152F
(36,21,47)
#180E20
(24,14,32)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #844DA7

#844DA7
(132,77,167)
#8F5DAF
(143,93,175)
#9A6DB7
(154,109,183)
#A57DBF
(165,125,191)
#B08DC7
(176,141,199)
#BB9DCF
(187,157,207)
#C6ADD7
(198,173,215)
#D1BDDF
(209,189,223)
#DCCDE7
(220,205,231)
#E7DDEF
(231,221,239)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844DA7; }

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

This text font color is #844DA7.


Background Color

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

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

This div background color is #844DA7.


Border color

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

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

This div border color is #844DA7.


Opacity

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

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

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

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

This text has shadow with #844DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844DA7 on black background.


Color preview on white background

This text has color #844DA7 on white background.



Black color preview on #844DA7 background

This text has black color on #844DA7 background.


White color preview on #844DA7 background

This text has white color on #844DA7 background.