COLOR #9E598F

HEX: #9E598F
RGB: (158,89,143)

Color info

#9E598F contains mainly red and blue colors. Web safe color of #9E598F is #996699 (or #969).

RGB color model

#9E598F color RGB value is (158,89,143).

  • red value is 158;
  • green value is 89;
  • blue value is 143.
RGB:
(158,89,143)
(62%,35%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 89 of 255 = 35%
B 143 of 255 = 56%

158
89
143

R + G + B ~ 51%. #9E598F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 89 + 143 = 390 (100%)
R 158 of 390 ~ 40.51%
G 89 of 390 ~ 22.82%
B 143 of 390 ~ 36.67%

%40.51
%22.82
%36.67

CMYK color model

#9E598F color CMYK value is (0,44,9,38).

  • cyan value is 0.00%
  • magenta value is 43.67%
  • yellow value is 9.49%
  • key color value is 38.04%
CMYK:
(0,44,9,38)
C0M44Y9K38 
(0%,44%,9%,38%)
(0.00/0.44/0.09/0.38)	

CMYK percentages

%0
%43.67
%9.49
%38.04

Codes

Color #9E598F in popluar color models

9E598F
RGB15889143
HSL313°27.94%48.43%
HSB/HSV313°43.67%61.96%
CMYK0.00%43.67%9.49%
38.04%

Color #9E598F in popluar number systems.

HEX9E598F
Decimal15889143
Binary10011110101100110001111
Octal236131217

Shades and tints

Shades of #9E598F

#9E598F
(158,89,143)
#905182
(144,81,130)
#824975
(130,73,117)
#744168
(116,65,104)
#66395B
(102,57,91)
#58314E
(88,49,78)
#4A2941
(74,41,65)
#3C2134
(60,33,52)
#2E1927
(46,25,39)
#20111A
(32,17,26)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #9E598F

#9E598F
(158,89,143)
#A66899
(166,104,153)
#AE77A3
(174,119,163)
#B686AD
(182,134,173)
#BE95B7
(190,149,183)
#C6A4C1
(198,164,193)
#CEB3CB
(206,179,203)
#D6C2D5
(214,194,213)
#DED1DF
(222,209,223)
#E6E0E9
(230,224,233)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E598F color. Also use rgb(158,89,143) instead hex code.

Text Font Color

.myTextColor { color: #9E598F; }

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

This text font color is #9E598F.


Background Color

.myBgColor { background-color: #9E598F; }

<div style="background-color:#9E598F">Inner text</div>

This div background color is #9E598F.


Border color

.myBorderColor { border: 1px solid #9E598F; }

<div style="border:3px solid #9E598F">Div</div>

This div border color is #9E598F.


Opacity

.myOpacity80 { color: #9E598F; opacity: 0.8; }

<p style="color:#9E598F;opacity:0.8;">80%</p>

Text with #9E598F 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 #9E598F;}

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

This text has shadow with #9E598F color.

.textShadow {text-shadow: 3px 3px 1px #9E598F, 3px 3px 1px red;}

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

This text has shadow with #9E598F primary color and red secondary color.


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

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

This text has shadow with #9E598F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E598F on black background.


Color preview on white background

This text has color #9E598F on white background.



Black color preview on #9E598F background

This text has black color on #9E598F background.


White color preview on #9E598F background

This text has white color on #9E598F background.