COLOR #984883

HEX: #984883
RGB: (152,72,131)

Color info

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

RGB color model

#984883 color RGB value is (152,72,131).

  • red value is 152;
  • green value is 72;
  • blue value is 131.
RGB:
(152,72,131)
(60%,28%,51%)

RGB channels and saturation

R 152 of 255 = 60%
G 72 of 255 = 28%
B 131 of 255 = 51%

152
72
131

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

Portions of RGB colors in percentages

R + G + B =
152 + 72 + 131 = 355 (100%)
R 152 of 355 ~ 42.82%
G 72 of 355 ~ 20.28%
B 131 of 355 ~ 36.9%

%42.82
%20.28
%36.9

CMYK color model

#984883 color CMYK value is (0,53,14,40).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 13.82%
  • key color value is 40.39%
CMYK:
(0,53,14,40)
C0M53Y14K40 
(0%,53%,14%,40%)
(0.00/0.53/0.14/0.40)	

CMYK percentages

%0
%52.63
%13.82
%40.39

Codes

Color #984883 in popluar color models

984883
RGB15272131
HSL316°35.71%43.92%
HSB/HSV316°52.63%59.61%
CMYK0.00%52.63%13.82%
40.39%

Color #984883 in popluar number systems.

HEX984883
Decimal15272131
Binary10011000100100010000011
Octal230110203

Shades and tints

Shades of #984883

#984883
(152,72,131)
#8B4278
(139,66,120)
#7E3C6D
(126,60,109)
#713662
(113,54,98)
#643057
(100,48,87)
#572A4C
(87,42,76)
#4A2441
(74,36,65)
#3D1E36
(61,30,54)
#30182B
(48,24,43)
#231220
(35,18,32)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #984883

#984883
(152,72,131)
#A1588E
(161,88,142)
#AA6899
(170,104,153)
#B378A4
(179,120,164)
#BC88AF
(188,136,175)
#C598BA
(197,152,186)
#CEA8C5
(206,168,197)
#D7B8D0
(215,184,208)
#E0C8DB
(224,200,219)
#E9D8E6
(233,216,230)
#F2E8F1
(242,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984883 color. Also use rgb(152,72,131) instead hex code.

Text Font Color

.myTextColor { color: #984883; }

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

This text font color is #984883.


Background Color

.myBgColor { background-color: #984883; }

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

This div background color is #984883.


Border color

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

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

This div border color is #984883.


Opacity

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

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

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

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

This text has shadow with #984883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984883 on black background.


Color preview on white background

This text has color #984883 on white background.



Black color preview on #984883 background

This text has black color on #984883 background.


White color preview on #984883 background

This text has white color on #984883 background.