COLOR #981C7D

HEX: #981C7D RGB: (152,28,125)

Color info

#981C7D contains mainly red and blue colors. Web safe color of #981C7D is #993366 (or #936).

RGB color model

#981C7D color RGB value is (152,28,125).

RGB: (152,28,125) (60%, 11%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 28 of 255 = 11%
B 125 of 255 = 49%

152
28
125

R + G + B ~ 40%. #981C7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 28 + 125 = 305 (100%)
R 152 of 305 ~ 49.84%
G 28 of 305 ~ 9.18%
B 125 of 305 ~ 40.98'%

%49.84
%40.98

CMYK color model

#981C7D color CMYK value is (0,82,18,40).

  • cyan value is 0.00%
  • magenta value is 81.58%
  • yellow value is 17.76%
  • key color value is 40.39%

CMYK: (0,82,18,40)
C0M82Y18K40 (0%, 82%, 18%, 40%)
(0.00 / 0.82 / 0.18 / 0.40)

CMYK percentages

%0
%81.58
%17.76
%40.39

Codes

Color #981C7D in popluar color models

98 1C 7D
RGB 152 28 125
HSL 313° 68.89% 35.29%
HSB/HSV 313° 81.58% 59.61%
CMYK 0.00% 81.58% 17.76%
40.39%

Color #981C7D in popluar number systems.

HEX 98 1C 7D
Decimal 152 28 125
Binary 10011000 11100 1111101
Octal 230 34 175

Shades and tints

Shades of #981C7D

#981C7D
(152,28,125)
#8B1A72
(139,26,114)
#7E1867
(126,24,103)
#71165C
(113,22,92)
#641451
(100,20,81)
#571246
(87,18,70)
#4A103B
(74,16,59)
#3D0E30
(61,14,48)
#300C25
(48,12,37)
#230A1A
(35,10,26)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #981C7D

#981C7D
(152,28,125)
#A13088
(161,48,136)
#AA4493
(170,68,147)
#B3589E
(179,88,158)
#BC6CA9
(188,108,169)
#C580B4
(197,128,180)
#CE94BF
(206,148,191)
#D7A8CA
(215,168,202)
#E0BCD5
(224,188,213)
#E9D0E0
(233,208,224)
#F2E4EB
(242,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #981C7D color. Also use rgb(152,28,125) instead hex code.

Text Font Color

.myTextColor { color: #981C7D; }

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

This text font color is #981C7D.

Background Color

.myBgColor { background-color: #981C7D; }

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

This div background color is #981C7D.

Border color

.myBorderColor { border: 1px solid #981C7D; }

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

This div border color is #981C7D.

Opacity

.myOpacity80 { color: #981C7D; opacity: 0.8; }

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

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

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

This text has shadow with #981C7D color.


.textShadow {text-shadow: 3px 3px 1px #981C7D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #981C7D; -webkit-box-shadow: 1px 1px 3px 2px #981C7D; box-shadow:1px 1px 3px 2px #981C7D;">
Div content here
</div>

This div box has shadow with color #981C7D.

Preview

Color preview on black background

This text has color #981C7D on black background.


Color preview on white background

This text has color #981C7D on white background.


Black color preview on #981C7D background

This text has black color on #981C7D background.


White color preview on #981C7D background

This text has white color on #981C7D background.


Related colors

Complementary color

Complementary color for #981C7D is #67E382.


I love getcolorcode.com

Triadic colors

1 #7D981C and #1C7D98 with #981C7D are triadic colors.

2 #7D1C98 and #1C987D with #981C7D are triadic colors.