COLOR #9D4F98

HEX: #9D4F98
RGB: (157,79,152)

Color info

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

RGB color model

#9D4F98 color RGB value is (157,79,152).

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

RGB channels and saturation

R 157 of 255 = 62%
G 79 of 255 = 31%
B 152 of 255 = 60%

157
79
152

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

Portions of RGB colors in percentages

R + G + B =
157 + 79 + 152 = 388 (100%)
R 157 of 388 ~ 40.46%
G 79 of 388 ~ 20.36%
B 152 of 388 ~ 39.18%

%40.46
%20.36
%39.18

CMYK color model

#9D4F98 color CMYK value is (0,50,3,38).

  • cyan value is 0.00%
  • magenta value is 49.68%
  • yellow value is 3.18%
  • key color value is 38.43%
CMYK:
(0,50,3,38)
C0M50Y3K38 
(0%,50%,3%,38%)
(0.00/0.50/0.03/0.38)	

CMYK percentages

%0
%49.68
%3.18
%38.43

Codes

Color #9D4F98 in popluar color models

9D4F98
RGB15779152
HSL304°33.05%46.27%
HSB/HSV304°49.68%61.57%
CMYK0.00%49.68%3.18%
38.43%

Color #9D4F98 in popluar number systems.

HEX9D4F98
Decimal15779152
Binary10011101100111110011000
Octal235117230

Shades and tints

Shades of #9D4F98

#9D4F98
(157,79,152)
#8F488B
(143,72,139)
#81417E
(129,65,126)
#733A71
(115,58,113)
#653364
(101,51,100)
#572C57
(87,44,87)
#49254A
(73,37,74)
#3B1E3D
(59,30,61)
#2D1730
(45,23,48)
#1F1023
(31,16,35)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #9D4F98

#9D4F98
(157,79,152)
#A55FA1
(165,95,161)
#AD6FAA
(173,111,170)
#B57FB3
(181,127,179)
#BD8FBC
(189,143,188)
#C59FC5
(197,159,197)
#CDAFCE
(205,175,206)
#D5BFD7
(213,191,215)
#DDCFE0
(221,207,224)
#E5DFE9
(229,223,233)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D4F98; }

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

This text font color is #9D4F98.


Background Color

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

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

This div background color is #9D4F98.


Border color

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

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

This div border color is #9D4F98.


Opacity

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

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

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

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

This text has shadow with #9D4F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4F98 on black background.


Color preview on white background

This text has color #9D4F98 on white background.



Black color preview on #9D4F98 background

This text has black color on #9D4F98 background.


White color preview on #9D4F98 background

This text has white color on #9D4F98 background.