COLOR #844390

HEX: #844390
RGB: (132,67,144)

Color info

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

RGB color model

#844390 color RGB value is (132,67,144).

  • red value is 132;
  • green value is 67;
  • blue value is 144.
RGB:
(132,67,144)
(52%,26%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 67 of 255 = 26%
B 144 of 255 = 56%

132
67
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 67 + 144 = 343 (100%)
R 132 of 343 ~ 38.48%
G 67 of 343 ~ 19.53%
B 144 of 343 ~ 41.98%

%38.48
%19.53
%41.98

CMYK color model

#844390 color CMYK value is (8,53,0,44).

  • cyan value is 8.33%
  • magenta value is 53.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,53,0,44)
C8M53Y0K44 
(8%,53%,0%,44%)
(0.08/0.53/0.00/0.44)	

CMYK percentages

%8.33
%53.47
%0
%43.53

Codes

Color #844390 in popluar color models

844390
RGB13267144
HSL291°36.49%41.37%
HSB/HSV291°53.47%56.47%
CMYK8.33%53.47%0.00%
43.53%

Color #844390 in popluar number systems.

HEX844390
Decimal13267144
Binary10000100100001110010000
Octal204103220

Shades and tints

Shades of #844390

#844390
(132,67,144)
#783D83
(120,61,131)
#6C3776
(108,55,118)
#603169
(96,49,105)
#542B5C
(84,43,92)
#48254F
(72,37,79)
#3C1F42
(60,31,66)
#301935
(48,25,53)
#241328
(36,19,40)
#180D1B
(24,13,27)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #844390

#844390
(132,67,144)
#8F549A
(143,84,154)
#9A65A4
(154,101,164)
#A576AE
(165,118,174)
#B087B8
(176,135,184)
#BB98C2
(187,152,194)
#C6A9CC
(198,169,204)
#D1BAD6
(209,186,214)
#DCCBE0
(220,203,224)
#E7DCEA
(231,220,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844390 color. Also use rgb(132,67,144) instead hex code.

Text Font Color

.myTextColor { color: #844390; }

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

This text font color is #844390.


Background Color

.myBgColor { background-color: #844390; }

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

This div background color is #844390.


Border color

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

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

This div border color is #844390.


Opacity

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

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

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

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

This text has shadow with #844390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844390 on black background.


Color preview on white background

This text has color #844390 on white background.



Black color preview on #844390 background

This text has black color on #844390 background.


White color preview on #844390 background

This text has white color on #844390 background.