COLOR #98427F

HEX: #98427F
RGB: (152,66,127)

Color info

#98427F contains mainly red and blue colors. Web safe color of #98427F is #993366 (or #936).

RGB color model

#98427F color RGB value is (152,66,127).

  • red value is 152;
  • green value is 66;
  • blue value is 127.
RGB:
(152,66,127)
(60%,26%,50%)

RGB channels and saturation

R 152 of 255 = 60%
G 66 of 255 = 26%
B 127 of 255 = 50%

152
66
127

R + G + B ~ 45%. #98427F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 66 + 127 = 345 (100%)
R 152 of 345 ~ 44.06%
G 66 of 345 ~ 19.13%
B 127 of 345 ~ 36.81%

%44.06
%19.13
%36.81

CMYK color model

#98427F color CMYK value is (0,57,16,40).

  • cyan value is 0.00%
  • magenta value is 56.58%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(0,57,16,40)
C0M57Y16K40 
(0%,57%,16%,40%)
(0.00/0.57/0.16/0.40)	

CMYK percentages

%0
%56.58
%16.45
%40.39

Codes

Color #98427F in popluar color models

98427F
RGB15266127
HSL317°39.45%42.75%
HSB/HSV317°56.58%59.61%
CMYK0.00%56.58%16.45%
40.39%

Color #98427F in popluar number systems.

HEX98427F
Decimal15266127
Binary1001100010000101111111
Octal230102177

Shades and tints

Shades of #98427F

#98427F
(152,66,127)
#8B3C74
(139,60,116)
#7E3669
(126,54,105)
#71305E
(113,48,94)
#642A53
(100,42,83)
#572448
(87,36,72)
#4A1E3D
(74,30,61)
#3D1832
(61,24,50)
#301227
(48,18,39)
#230C1C
(35,12,28)
#160611
(22,6,17)
#000000
(0,0,0)

Tints of #98427F

#98427F
(152,66,127)
#A1538A
(161,83,138)
#AA6495
(170,100,149)
#B375A0
(179,117,160)
#BC86AB
(188,134,171)
#C597B6
(197,151,182)
#CEA8C1
(206,168,193)
#D7B9CC
(215,185,204)
#E0CAD7
(224,202,215)
#E9DBE2
(233,219,226)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98427F color. Also use rgb(152,66,127) instead hex code.

Text Font Color

.myTextColor { color: #98427F; }

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

This text font color is #98427F.


Background Color

.myBgColor { background-color: #98427F; }

<div style="background-color:#98427F">Inner text</div>

This div background color is #98427F.


Border color

.myBorderColor { border: 1px solid #98427F; }

<div style="border:3px solid #98427F">Div</div>

This div border color is #98427F.


Opacity

.myOpacity80 { color: #98427F; opacity: 0.8; }

<p style="color:#98427F;opacity:0.8;">80%</p>

Text with #98427F 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 #98427F;}

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

This text has shadow with #98427F color.

.textShadow {text-shadow: 3px 3px 1px #98427F, 3px 3px 1px red;}

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

This text has shadow with #98427F primary color and red secondary color.


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

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

This text has shadow with #98427F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98427F on black background.


Color preview on white background

This text has color #98427F on white background.



Black color preview on #98427F background

This text has black color on #98427F background.


White color preview on #98427F background

This text has white color on #98427F background.