COLOR #98438B

HEX: #98438B
RGB: (152,67,139)

Color info

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

RGB color model

#98438B color RGB value is (152,67,139).

  • red value is 152;
  • green value is 67;
  • blue value is 139.
RGB:
(152,67,139)
(60%,26%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 67 of 255 = 26%
B 139 of 255 = 55%

152
67
139

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

Portions of RGB colors in percentages

R + G + B =
152 + 67 + 139 = 358 (100%)
R 152 of 358 ~ 42.46%
G 67 of 358 ~ 18.72%
B 139 of 358 ~ 38.83%

%42.46
%18.72
%38.83

CMYK color model

#98438B color CMYK value is (0,56,9,40).

  • cyan value is 0.00%
  • magenta value is 55.92%
  • yellow value is 8.55%
  • key color value is 40.39%
CMYK:
(0,56,9,40)
C0M56Y9K40 
(0%,56%,9%,40%)
(0.00/0.56/0.09/0.40)	

CMYK percentages

%0
%55.92
%8.55
%40.39

Codes

Color #98438B in popluar color models

98438B
RGB15267139
HSL309°38.81%42.94%
HSB/HSV309°55.92%59.61%
CMYK0.00%55.92%8.55%
40.39%

Color #98438B in popluar number systems.

HEX98438B
Decimal15267139
Binary10011000100001110001011
Octal230103213

Shades and tints

Shades of #98438B

#98438B
(152,67,139)
#8B3D7F
(139,61,127)
#7E3773
(126,55,115)
#713167
(113,49,103)
#642B5B
(100,43,91)
#57254F
(87,37,79)
#4A1F43
(74,31,67)
#3D1937
(61,25,55)
#30132B
(48,19,43)
#230D1F
(35,13,31)
#160713
(22,7,19)
#000000
(0,0,0)

Tints of #98438B

#98438B
(152,67,139)
#A15495
(161,84,149)
#AA659F
(170,101,159)
#B376A9
(179,118,169)
#BC87B3
(188,135,179)
#C598BD
(197,152,189)
#CEA9C7
(206,169,199)
#D7BAD1
(215,186,209)
#E0CBDB
(224,203,219)
#E9DCE5
(233,220,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98438B color. Also use rgb(152,67,139) instead hex code.

Text Font Color

.myTextColor { color: #98438B; }

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

This text font color is #98438B.


Background Color

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

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

This div background color is #98438B.


Border color

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

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

This div border color is #98438B.


Opacity

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

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

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

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

This text has shadow with #98438B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98438B on black background.


Color preview on white background

This text has color #98438B on white background.



Black color preview on #98438B background

This text has black color on #98438B background.


White color preview on #98438B background

This text has white color on #98438B background.