COLOR #983F9E

HEX: #983F9E
RGB: (152,63,158)

Color info

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

RGB color model

#983F9E color RGB value is (152,63,158).

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

RGB channels and saturation

R 152 of 255 = 60%
G 63 of 255 = 25%
B 158 of 255 = 62%

152
63
158

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

Portions of RGB colors in percentages

R + G + B =
152 + 63 + 158 = 373 (100%)
R 152 of 373 ~ 40.75%
G 63 of 373 ~ 16.89%
B 158 of 373 ~ 42.36%

%40.75
%16.89
%42.36

CMYK color model

#983F9E color CMYK value is (4,60,0,38).

  • cyan value is 3.80%
  • magenta value is 60.13%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(4,60,0,38)
C4M60Y0K38 
(4%,60%,0%,38%)
(0.04/0.60/0.00/0.38)	

CMYK percentages

%3.8
%60.13
%0
%38.04

Codes

Color #983F9E in popluar color models

983F9E
RGB15263158
HSL296°42.99%43.33%
HSB/HSV296°60.13%61.96%
CMYK3.80%60.13%0.00%
38.04%

Color #983F9E in popluar number systems.

HEX983F9E
Decimal15263158
Binary1001100011111110011110
Octal23077236

Shades and tints

Shades of #983F9E

#983F9E
(152,63,158)
#8B3A90
(139,58,144)
#7E3582
(126,53,130)
#713074
(113,48,116)
#642B66
(100,43,102)
#572658
(87,38,88)
#4A214A
(74,33,74)
#3D1C3C
(61,28,60)
#30172E
(48,23,46)
#231220
(35,18,32)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #983F9E

#983F9E
(152,63,158)
#A150A6
(161,80,166)
#AA61AE
(170,97,174)
#B372B6
(179,114,182)
#BC83BE
(188,131,190)
#C594C6
(197,148,198)
#CEA5CE
(206,165,206)
#D7B6D6
(215,182,214)
#E0C7DE
(224,199,222)
#E9D8E6
(233,216,230)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #983F9E; }

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

This text font color is #983F9E.


Background Color

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

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

This div background color is #983F9E.


Border color

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

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

This div border color is #983F9E.


Opacity

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

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

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

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

This text has shadow with #983F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983F9E on black background.


Color preview on white background

This text has color #983F9E on white background.



Black color preview on #983F9E background

This text has black color on #983F9E background.


White color preview on #983F9E background

This text has white color on #983F9E background.