COLOR #98389B

HEX: #98389B
RGB: (152,56,155)

Color info

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

RGB color model

#98389B color RGB value is (152,56,155).

  • red value is 152;
  • green value is 56;
  • blue value is 155.
RGB:
(152,56,155)
(60%,22%,61%)

RGB channels and saturation

R 152 of 255 = 60%
G 56 of 255 = 22%
B 155 of 255 = 61%

152
56
155

R + G + B ~ 48%. #98389B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 56 + 155 = 363 (100%)
R 152 of 363 ~ 41.87%
G 56 of 363 ~ 15.43%
B 155 of 363 ~ 42.7%

%41.87
%15.43
%42.7

CMYK color model

#98389B color CMYK value is (2,64,0,39).

  • cyan value is 1.94%
  • magenta value is 63.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(2,64,0,39)
C2M64Y0K39 
(2%,64%,0%,39%)
(0.02/0.64/0.00/0.39)	

CMYK percentages

%1.94
%63.87
%0
%39.22

Codes

Color #98389B in popluar color models

98389B
RGB15256155
HSL298°46.92%41.37%
HSB/HSV298°63.87%60.78%
CMYK1.94%63.87%0.00%
39.22%

Color #98389B in popluar number systems.

HEX98389B
Decimal15256155
Binary1001100011100010011011
Octal23070233

Shades and tints

Shades of #98389B

#98389B
(152,56,155)
#8B338D
(139,51,141)
#7E2E7F
(126,46,127)
#712971
(113,41,113)
#642463
(100,36,99)
#571F55
(87,31,85)
#4A1A47
(74,26,71)
#3D1539
(61,21,57)
#30102B
(48,16,43)
#230B1D
(35,11,29)
#16060F
(22,6,15)
#000000
(0,0,0)

Tints of #98389B

#98389B
(152,56,155)
#A14AA4
(161,74,164)
#AA5CAD
(170,92,173)
#B36EB6
(179,110,182)
#BC80BF
(188,128,191)
#C592C8
(197,146,200)
#CEA4D1
(206,164,209)
#D7B6DA
(215,182,218)
#E0C8E3
(224,200,227)
#E9DAEC
(233,218,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98389B color. Also use rgb(152,56,155) instead hex code.

Text Font Color

.myTextColor { color: #98389B; }

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

This text font color is #98389B.


Background Color

.myBgColor { background-color: #98389B; }

<div style="background-color:#98389B">Inner text</div>

This div background color is #98389B.


Border color

.myBorderColor { border: 1px solid #98389B; }

<div style="border:3px solid #98389B">Div</div>

This div border color is #98389B.


Opacity

.myOpacity80 { color: #98389B; opacity: 0.8; }

<p style="color:#98389B;opacity:0.8;">80%</p>

Text with #98389B 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 #98389B;}

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

This text has shadow with #98389B color.

.textShadow {text-shadow: 3px 3px 1px #98389B, 3px 3px 1px red;}

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

This text has shadow with #98389B primary color and red secondary color.


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

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

This text has shadow with #98389B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98389B on black background.


Color preview on white background

This text has color #98389B on white background.



Black color preview on #98389B background

This text has black color on #98389B background.


White color preview on #98389B background

This text has white color on #98389B background.