COLOR #844998

HEX: #844998
RGB: (132,73,152)

Color info

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

RGB color model

#844998 color RGB value is (132,73,152).

  • red value is 132;
  • green value is 73;
  • blue value is 152.
RGB:
(132,73,152)
(52%,29%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 152 of 255 = 60%

132
73
152

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

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 152 = 357 (100%)
R 132 of 357 ~ 36.97%
G 73 of 357 ~ 20.45%
B 152 of 357 ~ 42.58%

%36.97
%20.45
%42.58

CMYK color model

#844998 color CMYK value is (13,52,0,40).

  • cyan value is 13.16%
  • magenta value is 51.97%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(13,52,0,40)
C13M52Y0K40 
(13%,52%,0%,40%)
(0.13/0.52/0.00/0.40)	

CMYK percentages

%13.16
%51.97
%0
%40.39

Codes

Color #844998 in popluar color models

844998
RGB13273152
HSL285°35.11%44.12%
HSB/HSV285°51.97%59.61%
CMYK13.16%51.97%0.00%
40.39%

Color #844998 in popluar number systems.

HEX844998
Decimal13273152
Binary10000100100100110011000
Octal204111230

Shades and tints

Shades of #844998

#844998
(132,73,152)
#78438B
(120,67,139)
#6C3D7E
(108,61,126)
#603771
(96,55,113)
#543164
(84,49,100)
#482B57
(72,43,87)
#3C254A
(60,37,74)
#301F3D
(48,31,61)
#241930
(36,25,48)
#181323
(24,19,35)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #844998

#844998
(132,73,152)
#8F59A1
(143,89,161)
#9A69AA
(154,105,170)
#A579B3
(165,121,179)
#B089BC
(176,137,188)
#BB99C5
(187,153,197)
#C6A9CE
(198,169,206)
#D1B9D7
(209,185,215)
#DCC9E0
(220,201,224)
#E7D9E9
(231,217,233)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844998 color. Also use rgb(132,73,152) instead hex code.

Text Font Color

.myTextColor { color: #844998; }

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

This text font color is #844998.


Background Color

.myBgColor { background-color: #844998; }

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

This div background color is #844998.


Border color

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

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

This div border color is #844998.


Opacity

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

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

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

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

This text has shadow with #844998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844998 on black background.


Color preview on white background

This text has color #844998 on white background.



Black color preview on #844998 background

This text has black color on #844998 background.


White color preview on #844998 background

This text has white color on #844998 background.