COLOR #981DA0

HEX: #981DA0
RGB: (152,29,160)

Color info

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

RGB color model

#981DA0 color RGB value is (152,29,160).

  • red value is 152;
  • green value is 29;
  • blue value is 160.
RGB:
(152,29,160)
(60%,11%,63%)

RGB channels and saturation

R 152 of 255 = 60%
G 29 of 255 = 11%
B 160 of 255 = 63%

152
29
160

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

Portions of RGB colors in percentages

R + G + B =
152 + 29 + 160 = 341 (100%)
R 152 of 341 ~ 44.57%
G 29 of 341 ~ 8.5%
B 160 of 341 ~ 46.92%

%44.57
%46.92

CMYK color model

#981DA0 color CMYK value is (5,82,0,37).

  • cyan value is 5.00%
  • magenta value is 81.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(5,82,0,37)
C5M82Y0K37 
(5%,82%,0%,37%)
(0.05/0.82/0.00/0.37)	

CMYK percentages

%5
%81.88
%0
%37.25

Codes

Color #981DA0 in popluar color models

981DA0
RGB15229160
HSL296°69.31%37.06%
HSB/HSV296°81.88%62.75%
CMYK5.00%81.88%0.00%
37.25%

Color #981DA0 in popluar number systems.

HEX981DA0
Decimal15229160
Binary100110001110110100000
Octal23035240

Shades and tints

Shades of #981DA0

#981DA0
(152,29,160)
#8B1B92
(139,27,146)
#7E1984
(126,25,132)
#711776
(113,23,118)
#641568
(100,21,104)
#57135A
(87,19,90)
#4A114C
(74,17,76)
#3D0F3E
(61,15,62)
#300D30
(48,13,48)
#230B22
(35,11,34)
#160914
(22,9,20)
#000000
(0,0,0)

Tints of #981DA0

#981DA0
(152,29,160)
#A131A8
(161,49,168)
#AA45B0
(170,69,176)
#B359B8
(179,89,184)
#BC6DC0
(188,109,192)
#C581C8
(197,129,200)
#CE95D0
(206,149,208)
#D7A9D8
(215,169,216)
#E0BDE0
(224,189,224)
#E9D1E8
(233,209,232)
#F2E5F0
(242,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #981DA0 color. Also use rgb(152,29,160) instead hex code.

Text Font Color

.myTextColor { color: #981DA0; }

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

This text font color is #981DA0.


Background Color

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

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

This div background color is #981DA0.


Border color

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

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

This div border color is #981DA0.


Opacity

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

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

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

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

This text has shadow with #981DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #981DA0 on black background.


Color preview on white background

This text has color #981DA0 on white background.



Black color preview on #981DA0 background

This text has black color on #981DA0 background.


White color preview on #981DA0 background

This text has white color on #981DA0 background.