COLOR #9D7498

HEX: #9D7498
RGB: (157,116,152)

Color info

#9D7498 contains red, green and blue colors in about the same proportion. Web safe color of #9D7498 is #996699 (or #969).

RGB color model

#9D7498 color RGB value is (157,116,152).

  • red value is 157;
  • green value is 116;
  • blue value is 152.
RGB:
(157,116,152)
(62%,45%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 116 of 255 = 45%
B 152 of 255 = 60%

157
116
152

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

Portions of RGB colors in percentages

R + G + B =
157 + 116 + 152 = 425 (100%)
R 157 of 425 ~ 36.94%
G 116 of 425 ~ 27.29%
B 152 of 425 ~ 35.76%

%36.94
%27.29
%35.76

CMYK color model

#9D7498 color CMYK value is (0,26,3,38).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 3.18%
  • key color value is 38.43%
CMYK:
(0,26,3,38)
C0M26Y3K38 
(0%,26%,3%,38%)
(0.00/0.26/0.03/0.38)	

CMYK percentages

%0
%26.11
%3.18
%38.43

Codes

Color #9D7498 in popluar color models

9D7498
RGB157116152
HSL307°17.30%53.53%
HSB/HSV307°26.11%61.57%
CMYK0.00%26.11%3.18%
38.43%

Color #9D7498 in popluar number systems.

HEX9D7498
Decimal157116152
Binary10011101111010010011000
Octal235164230

Shades and tints

Shades of #9D7498

#9D7498
(157,116,152)
#8F6A8B
(143,106,139)
#81607E
(129,96,126)
#735671
(115,86,113)
#654C64
(101,76,100)
#574257
(87,66,87)
#49384A
(73,56,74)
#3B2E3D
(59,46,61)
#2D2430
(45,36,48)
#1F1A23
(31,26,35)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #9D7498

#9D7498
(157,116,152)
#A580A1
(165,128,161)
#AD8CAA
(173,140,170)
#B598B3
(181,152,179)
#BDA4BC
(189,164,188)
#C5B0C5
(197,176,197)
#CDBCCE
(205,188,206)
#D5C8D7
(213,200,215)
#DDD4E0
(221,212,224)
#E5E0E9
(229,224,233)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7498 color. Also use rgb(157,116,152) instead hex code.

Text Font Color

.myTextColor { color: #9D7498; }

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

This text font color is #9D7498.


Background Color

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

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

This div background color is #9D7498.


Border color

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

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

This div border color is #9D7498.


Opacity

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

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

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

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

This text has shadow with #9D7498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7498 on black background.


Color preview on white background

This text has color #9D7498 on white background.



Black color preview on #9D7498 background

This text has black color on #9D7498 background.


White color preview on #9D7498 background

This text has white color on #9D7498 background.