COLOR #983E8E

HEX: #983E8E
RGB: (152,62,142)

Color info

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

RGB color model

#983E8E color RGB value is (152,62,142).

  • red value is 152;
  • green value is 62;
  • blue value is 142.
RGB:
(152,62,142)
(60%,24%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 62 of 255 = 24%
B 142 of 255 = 56%

152
62
142

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

Portions of RGB colors in percentages

R + G + B =
152 + 62 + 142 = 356 (100%)
R 152 of 356 ~ 42.7%
G 62 of 356 ~ 17.42%
B 142 of 356 ~ 39.89%

%42.7
%17.42
%39.89

CMYK color model

#983E8E color CMYK value is (0,59,7,40).

  • cyan value is 0.00%
  • magenta value is 59.21%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(0,59,7,40)
C0M59Y7K40 
(0%,59%,7%,40%)
(0.00/0.59/0.07/0.40)	

CMYK percentages

%0
%59.21
%6.58
%40.39

Codes

Color #983E8E in popluar color models

983E8E
RGB15262142
HSL307°42.06%41.96%
HSB/HSV307°59.21%59.61%
CMYK0.00%59.21%6.58%
40.39%

Color #983E8E in popluar number systems.

HEX983E8E
Decimal15262142
Binary1001100011111010001110
Octal23076216

Shades and tints

Shades of #983E8E

#983E8E
(152,62,142)
#8B3982
(139,57,130)
#7E3476
(126,52,118)
#712F6A
(113,47,106)
#642A5E
(100,42,94)
#572552
(87,37,82)
#4A2046
(74,32,70)
#3D1B3A
(61,27,58)
#30162E
(48,22,46)
#231122
(35,17,34)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #983E8E

#983E8E
(152,62,142)
#A14F98
(161,79,152)
#AA60A2
(170,96,162)
#B371AC
(179,113,172)
#BC82B6
(188,130,182)
#C593C0
(197,147,192)
#CEA4CA
(206,164,202)
#D7B5D4
(215,181,212)
#E0C6DE
(224,198,222)
#E9D7E8
(233,215,232)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983E8E color. Also use rgb(152,62,142) instead hex code.

Text Font Color

.myTextColor { color: #983E8E; }

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

This text font color is #983E8E.


Background Color

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

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

This div background color is #983E8E.


Border color

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

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

This div border color is #983E8E.


Opacity

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

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

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

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

This text has shadow with #983E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983E8E on black background.


Color preview on white background

This text has color #983E8E on white background.



Black color preview on #983E8E background

This text has black color on #983E8E background.


White color preview on #983E8E background

This text has white color on #983E8E background.