COLOR #98488B

HEX: #98488B RGB: (152,72,139)

Color info

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

RGB color model

#98488B color RGB value is (152,72,139).

RGB: (152,72,139) (60%, 28%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 72 of 255 = 28%
B 139 of 255 = 55%

152
72
139

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

Portions of RGB colors in percentages

R + G + B = 152 + 72 + 139 = 363 (100%)
R 152 of 363 ~ 41.87%
G 72 of 363 ~ 19.83%
B 139 of 363 ~ 38.29'%

%41.87
%19.83
%38.29

CMYK color model

#98488B color CMYK value is (0,53,9,40).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 8.55%
  • key color value is 40.39%

CMYK: (0,53,9,40)
C0M53Y9K40 (0%, 53%, 9%, 40%)
(0.00 / 0.53 / 0.09 / 0.40)

CMYK percentages

%0
%52.63
%8.55
%40.39

Codes

Color #98488B in popluar color models

98 48 8B
RGB 152 72 139
HSL 310° 35.71% 43.92%
HSB/HSV 310° 52.63% 59.61%
CMYK 0.00% 52.63% 8.55%
40.39%

Color #98488B in popluar number systems.

HEX 98 48 8B
Decimal 152 72 139
Binary 10011000 1001000 10001011
Octal 230 110 213

Shades and tints

Shades of #98488B

#98488B
(152,72,139)
#8B427F
(139,66,127)
#7E3C73
(126,60,115)
#713667
(113,54,103)
#64305B
(100,48,91)
#572A4F
(87,42,79)
#4A2443
(74,36,67)
#3D1E37
(61,30,55)
#30182B
(48,24,43)
#23121F
(35,18,31)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #98488B

#98488B
(152,72,139)
#A15895
(161,88,149)
#AA689F
(170,104,159)
#B378A9
(179,120,169)
#BC88B3
(188,136,179)
#C598BD
(197,152,189)
#CEA8C7
(206,168,199)
#D7B8D1
(215,184,209)
#E0C8DB
(224,200,219)
#E9D8E5
(233,216,229)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98488B; }

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

This text font color is #98488B.

Background Color

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

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

This div background color is #98488B.

Border color

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

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

This div border color is #98488B.

Opacity

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

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

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

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

This text has shadow with #98488B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98488B.

Preview

Color preview on black background

This text has color #98488B on black background.


Color preview on white background

This text has color #98488B on white background.


Black color preview on #98488B background

This text has black color on #98488B background.


White color preview on #98488B background

This text has white color on #98488B background.


Related colors

Complementary color

Complementary color for #hex is #67B774.


I love getcolorcode.com

Triadic colors

1 #8B9848 and #488B98 with #98488B are triadic colors.

2 #8B4898 and #48988B with #98488B are triadic colors.