COLOR #982C8E

HEX: #982C8E
RGB: (152,44,142)

Color info

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

RGB color model

#982C8E color RGB value is (152,44,142).

  • red value is 152;
  • green value is 44;
  • blue value is 142.
RGB:
(152,44,142)
(60%,17%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 44 of 255 = 17%
B 142 of 255 = 56%

152
44
142

R + G + B ~ 44%. #982C8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 44 + 142 = 338 (100%)
R 152 of 338 ~ 44.97%
G 44 of 338 ~ 13.02%
B 142 of 338 ~ 42.01%

%44.97
%13.02
%42.01

CMYK color model

#982C8E color CMYK value is (0,71,7,40).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(0,71,7,40)
C0M71Y7K40 
(0%,71%,7%,40%)
(0.00/0.71/0.07/0.40)	

CMYK percentages

%0
%71.05
%6.58
%40.39

Codes

Color #982C8E in popluar color models

982C8E
RGB15244142
HSL306°55.10%38.43%
HSB/HSV306°71.05%59.61%
CMYK0.00%71.05%6.58%
40.39%

Color #982C8E in popluar number systems.

HEX982C8E
Decimal15244142
Binary1001100010110010001110
Octal23054216

Shades and tints

Shades of #982C8E

#982C8E
(152,44,142)
#8B2882
(139,40,130)
#7E2476
(126,36,118)
#71206A
(113,32,106)
#641C5E
(100,28,94)
#571852
(87,24,82)
#4A1446
(74,20,70)
#3D103A
(61,16,58)
#300C2E
(48,12,46)
#230822
(35,8,34)
#160416
(22,4,22)
#000000
(0,0,0)

Tints of #982C8E

#982C8E
(152,44,142)
#A13F98
(161,63,152)
#AA52A2
(170,82,162)
#B365AC
(179,101,172)
#BC78B6
(188,120,182)
#C58BC0
(197,139,192)
#CE9ECA
(206,158,202)
#D7B1D4
(215,177,212)
#E0C4DE
(224,196,222)
#E9D7E8
(233,215,232)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #982C8E color. Also use rgb(152,44,142) instead hex code.

Text Font Color

.myTextColor { color: #982C8E; }

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

This text font color is #982C8E.


Background Color

.myBgColor { background-color: #982C8E; }

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

This div background color is #982C8E.


Border color

.myBorderColor { border: 1px solid #982C8E; }

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

This div border color is #982C8E.


Opacity

.myOpacity80 { color: #982C8E; opacity: 0.8; }

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

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

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

This text has shadow with #982C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982C8E on black background.


Color preview on white background

This text has color #982C8E on white background.



Black color preview on #982C8E background

This text has black color on #982C8E background.


White color preview on #982C8E background

This text has white color on #982C8E background.