COLOR #983A89

HEX: #983A89
RGB: (152,58,137)

Color info

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

RGB color model

#983A89 color RGB value is (152,58,137).

  • red value is 152;
  • green value is 58;
  • blue value is 137.
RGB:
(152,58,137)
(60%,23%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 58 of 255 = 23%
B 137 of 255 = 54%

152
58
137

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

Portions of RGB colors in percentages

R + G + B =
152 + 58 + 137 = 347 (100%)
R 152 of 347 ~ 43.8%
G 58 of 347 ~ 16.71%
B 137 of 347 ~ 39.48%

%43.8
%16.71
%39.48

CMYK color model

#983A89 color CMYK value is (0,62,10,40).

  • cyan value is 0.00%
  • magenta value is 61.84%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(0,62,10,40)
C0M62Y10K40 
(0%,62%,10%,40%)
(0.00/0.62/0.10/0.40)	

CMYK percentages

%0
%61.84
%9.87
%40.39

Codes

Color #983A89 in popluar color models

983A89
RGB15258137
HSL310°44.76%41.18%
HSB/HSV310°61.84%59.61%
CMYK0.00%61.84%9.87%
40.39%

Color #983A89 in popluar number systems.

HEX983A89
Decimal15258137
Binary1001100011101010001001
Octal23072211

Shades and tints

Shades of #983A89

#983A89
(152,58,137)
#8B357D
(139,53,125)
#7E3071
(126,48,113)
#712B65
(113,43,101)
#642659
(100,38,89)
#57214D
(87,33,77)
#4A1C41
(74,28,65)
#3D1735
(61,23,53)
#301229
(48,18,41)
#230D1D
(35,13,29)
#160811
(22,8,17)
#000000
(0,0,0)

Tints of #983A89

#983A89
(152,58,137)
#A14B93
(161,75,147)
#AA5C9D
(170,92,157)
#B36DA7
(179,109,167)
#BC7EB1
(188,126,177)
#C58FBB
(197,143,187)
#CEA0C5
(206,160,197)
#D7B1CF
(215,177,207)
#E0C2D9
(224,194,217)
#E9D3E3
(233,211,227)
#F2E4ED
(242,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983A89 color. Also use rgb(152,58,137) instead hex code.

Text Font Color

.myTextColor { color: #983A89; }

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

This text font color is #983A89.


Background Color

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

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

This div background color is #983A89.


Border color

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

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

This div border color is #983A89.


Opacity

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

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

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

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

This text has shadow with #983A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983A89 on black background.


Color preview on white background

This text has color #983A89 on white background.



Black color preview on #983A89 background

This text has black color on #983A89 background.


White color preview on #983A89 background

This text has white color on #983A89 background.