COLOR #983DA1

HEX: #983DA1 RGB: (152,61,161)

Color info

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

RGB color model

#983DA1 color RGB value is (152,61,161).

RGB: (152,61,161) (60%, 24%, 63%)

RGB channels and saturation

R 152 of 255 = 60%
G 61 of 255 = 24%
B 161 of 255 = 63%

152
61
161

R + G + B ~ 49%. #983DA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 61 + 161 = 374 (100%)
R 152 of 374 ~ 40.64%
G 61 of 374 ~ 16.31%
B 161 of 374 ~ 43.05'%

%40.64
%16.31
%43.05

CMYK color model

#983DA1 color CMYK value is (6,62,0,37).

  • cyan value is 5.59%
  • magenta value is 62.11%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (6,62,0,37)
C6M62Y0K37 (6%, 62%, 0%, 37%)
(0.06 / 0.62 / 0.00 / 0.37)

CMYK percentages

%5.59
%62.11
%0
%36.86

Codes

Color #983DA1 in popluar color models

98 3D A1
RGB 152 61 161
HSL 295° 45.05% 43.53%
HSB/HSV 295° 62.11% 63.14%
CMYK 5.59% 62.11% 0.00%
36.86%

Color #983DA1 in popluar number systems.

HEX 98 3D A1
Decimal 152 61 161
Binary 10011000 111101 10100001
Octal 230 75 241

Shades and tints

Shades of #983DA1

#983DA1
(152,61,161)
#8B3893
(139,56,147)
#7E3385
(126,51,133)
#712E77
(113,46,119)
#642969
(100,41,105)
#57245B
(87,36,91)
#4A1F4D
(74,31,77)
#3D1A3F
(61,26,63)
#301531
(48,21,49)
#231023
(35,16,35)
#160B15
(22,11,21)
#000000
(0,0,0)

Tints of #983DA1

#983DA1
(152,61,161)
#A14EA9
(161,78,169)
#AA5FB1
(170,95,177)
#B370B9
(179,112,185)
#BC81C1
(188,129,193)
#C592C9
(197,146,201)
#CEA3D1
(206,163,209)
#D7B4D9
(215,180,217)
#E0C5E1
(224,197,225)
#E9D6E9
(233,214,233)
#F2E7F1
(242,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983DA1 color. Also use rgb(152,61,161) instead hex code.

Text Font Color

.myTextColor { color: #983DA1; }

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

This text font color is #983DA1.

Background Color

.myBgColor { background-color: #983DA1; }

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

This div background color is #983DA1.

Border color

.myBorderColor { border: 1px solid #983DA1; }

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

This div border color is #983DA1.

Opacity

.myOpacity80 { color: #983DA1; opacity: 0.8; }

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

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

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

This text has shadow with #983DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #983DA1.

Preview

Color preview on black background

This text has color #983DA1 on black background.


Color preview on white background

This text has color #983DA1 on white background.


Black color preview on #983DA1 background

This text has black color on #983DA1 background.


White color preview on #983DA1 background

This text has white color on #983DA1 background.


Related colors

Complementary color

Complementary color for #hex is #67C25E.


I love getcolorcode.com

Triadic colors

1 #A1983D and #3DA198 with #983DA1 are triadic colors.

2 #A13D98 and #3D98A1 with #983DA1 are triadic colors.