COLOR #981CA1

HEX: #981CA1 RGB: (152,28,161)

Color info

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

RGB color model

#981CA1 color RGB value is (152,28,161).

RGB: (152,28,161) (60%, 11%, 63%)

RGB channels and saturation

R 152 of 255 = 60%
G 28 of 255 = 11%
B 161 of 255 = 63%

152
28
161

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

Portions of RGB colors in percentages

R + G + B = 152 + 28 + 161 = 341 (100%)
R 152 of 341 ~ 44.57%
G 28 of 341 ~ 8.21%
B 161 of 341 ~ 47.21'%

%44.57
%47.21

CMYK color model

#981CA1 color CMYK value is (6,83,0,37).

  • cyan value is 5.59%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (6,83,0,37) C6M83Y0K37 (6%,83%,0%,37%) (0.06/0.83/0.00/0.37) 

CMYK percentages

%5.59
%82.61
%0
%36.86

Codes

Color #981CA1 in popluar color models

98 1C A1
RGB 152 28 161
HSL 296° 70.37% 37.06%
HSB/HSV 296° 82.61% 63.14%
CMYK 5.59% 82.61% 0.00%
36.86%

Color #981CA1 in popluar number systems.

HEX 98 1C A1
Decimal 152 28 161
Binary 10011000 11100 10100001
Octal 230 34 241

Shades and tints

Shades of #981CA1

#981CA1
(152,28,161)
#8B1A93
(139,26,147)
#7E1885
(126,24,133)
#711677
(113,22,119)
#641469
(100,20,105)
#57125B
(87,18,91)
#4A104D
(74,16,77)
#3D0E3F
(61,14,63)
#300C31
(48,12,49)
#230A23
(35,10,35)
#160815
(22,8,21)
#000000
(0,0,0)

Tints of #981CA1

#981CA1
(152,28,161)
#A130A9
(161,48,169)
#AA44B1
(170,68,177)
#B358B9
(179,88,185)
#BC6CC1
(188,108,193)
#C580C9
(197,128,201)
#CE94D1
(206,148,209)
#D7A8D9
(215,168,217)
#E0BCE1
(224,188,225)
#E9D0E9
(233,208,233)
#F2E4F1
(242,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #981CA1; }

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

This text font color is #981CA1.

Background Color

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

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

This div background color is #981CA1.

Border color

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

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

This div border color is #981CA1.

Opacity

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

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

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

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

This text has shadow with #981CA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #981CA1.

Preview

Color preview on black background

This text has color #981CA1 on black background.


Color preview on white background

This text has color #981CA1 on white background.


Black color preview on #981CA1 background

This text has black color on #981CA1 background.


White color preview on #981CA1 background

This text has white color on #981CA1 background.


Related colors

Complementary color

Complementary color for #hex is #67E35E.


I love getcolorcode.com

Triadic colors

1 #A1981C and #1CA198 with #981CA1 are triadic colors.

2 #A11C98 and #1C98A1 with #981CA1 are triadic colors.