COLOR #983F85

HEX: #983F85
RGB: (152,63,133)

Color info

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

RGB color model

#983F85 color RGB value is (152,63,133).

  • red value is 152;
  • green value is 63;
  • blue value is 133.
RGB:
(152,63,133)
(60%,25%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 63 of 255 = 25%
B 133 of 255 = 52%

152
63
133

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

Portions of RGB colors in percentages

R + G + B =
152 + 63 + 133 = 348 (100%)
R 152 of 348 ~ 43.68%
G 63 of 348 ~ 18.1%
B 133 of 348 ~ 38.22%

%43.68
%18.1
%38.22

CMYK color model

#983F85 color CMYK value is (0,59,13,40).

  • cyan value is 0.00%
  • magenta value is 58.55%
  • yellow value is 12.50%
  • key color value is 40.39%
CMYK:
(0,59,13,40)
C0M59Y13K40 
(0%,59%,13%,40%)
(0.00/0.59/0.13/0.40)	

CMYK percentages

%0
%58.55
%12.5
%40.39

Codes

Color #983F85 in popluar color models

983F85
RGB15263133
HSL313°41.40%42.16%
HSB/HSV313°58.55%59.61%
CMYK0.00%58.55%12.50%
40.39%

Color #983F85 in popluar number systems.

HEX983F85
Decimal15263133
Binary1001100011111110000101
Octal23077205

Shades and tints

Shades of #983F85

#983F85
(152,63,133)
#8B3A79
(139,58,121)
#7E356D
(126,53,109)
#713061
(113,48,97)
#642B55
(100,43,85)
#572649
(87,38,73)
#4A213D
(74,33,61)
#3D1C31
(61,28,49)
#301725
(48,23,37)
#231219
(35,18,25)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #983F85

#983F85
(152,63,133)
#A15090
(161,80,144)
#AA619B
(170,97,155)
#B372A6
(179,114,166)
#BC83B1
(188,131,177)
#C594BC
(197,148,188)
#CEA5C7
(206,165,199)
#D7B6D2
(215,182,210)
#E0C7DD
(224,199,221)
#E9D8E8
(233,216,232)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983F85 color. Also use rgb(152,63,133) instead hex code.

Text Font Color

.myTextColor { color: #983F85; }

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

This text font color is #983F85.


Background Color

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

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

This div background color is #983F85.


Border color

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

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

This div border color is #983F85.


Opacity

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

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

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

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

This text has shadow with #983F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983F85 on black background.


Color preview on white background

This text has color #983F85 on white background.



Black color preview on #983F85 background

This text has black color on #983F85 background.


White color preview on #983F85 background

This text has white color on #983F85 background.