COLOR #844896

HEX: #844896
RGB: (132,72,150)

Color info

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

RGB color model

#844896 color RGB value is (132,72,150).

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

RGB channels and saturation

R 132 of 255 = 52%
G 72 of 255 = 28%
B 150 of 255 = 59%

132
72
150

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

Portions of RGB colors in percentages

R + G + B =
132 + 72 + 150 = 354 (100%)
R 132 of 354 ~ 37.29%
G 72 of 354 ~ 20.34%
B 150 of 354 ~ 42.37%

%37.29
%20.34
%42.37

CMYK color model

#844896 color CMYK value is (12,52,0,41).

  • cyan value is 12.00%
  • magenta value is 52.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(12,52,0,41)
C12M52Y0K41 
(12%,52%,0%,41%)
(0.12/0.52/0.00/0.41)	

CMYK percentages

%12
%52
%0
%41.18

Codes

Color #844896 in popluar color models

844896
RGB13272150
HSL286°35.14%43.53%
HSB/HSV286°52.00%58.82%
CMYK12.00%52.00%0.00%
41.18%

Color #844896 in popluar number systems.

HEX844896
Decimal13272150
Binary10000100100100010010110
Octal204110226

Shades and tints

Shades of #844896

#844896
(132,72,150)
#784289
(120,66,137)
#6C3C7C
(108,60,124)
#60366F
(96,54,111)
#543062
(84,48,98)
#482A55
(72,42,85)
#3C2448
(60,36,72)
#301E3B
(48,30,59)
#24182E
(36,24,46)
#181221
(24,18,33)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #844896

#844896
(132,72,150)
#8F589F
(143,88,159)
#9A68A8
(154,104,168)
#A578B1
(165,120,177)
#B088BA
(176,136,186)
#BB98C3
(187,152,195)
#C6A8CC
(198,168,204)
#D1B8D5
(209,184,213)
#DCC8DE
(220,200,222)
#E7D8E7
(231,216,231)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844896; }

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

This text font color is #844896.


Background Color

.myBgColor { background-color: #844896; }

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

This div background color is #844896.


Border color

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

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

This div border color is #844896.


Opacity

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

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

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

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

This text has shadow with #844896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844896 on black background.


Color preview on white background

This text has color #844896 on white background.



Black color preview on #844896 background

This text has black color on #844896 background.


White color preview on #844896 background

This text has white color on #844896 background.