COLOR #9F5098

HEX: #9F5098
RGB: (159,80,152)

Color info

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

RGB color model

#9F5098 color RGB value is (159,80,152).

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

RGB channels and saturation

R 159 of 255 = 62%
G 80 of 255 = 31%
B 152 of 255 = 60%

159
80
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 80 + 152 = 391 (100%)
R 159 of 391 ~ 40.66%
G 80 of 391 ~ 20.46%
B 152 of 391 ~ 38.87%

%40.66
%20.46
%38.87

CMYK color model

#9F5098 color CMYK value is (0,50,4,38).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 4.40%
  • key color value is 37.65%
CMYK:
(0,50,4,38)
C0M50Y4K38 
(0%,50%,4%,38%)
(0.00/0.50/0.04/0.38)	

CMYK percentages

%0
%49.69
%4.4
%37.65

Codes

Color #9F5098 in popluar color models

9F5098
RGB15980152
HSL305°33.05%46.86%
HSB/HSV305°49.69%62.35%
CMYK0.00%49.69%4.40%
37.65%

Color #9F5098 in popluar number systems.

HEX9F5098
Decimal15980152
Binary10011111101000010011000
Octal237120230

Shades and tints

Shades of #9F5098

#9F5098
(159,80,152)
#91498B
(145,73,139)
#83427E
(131,66,126)
#753B71
(117,59,113)
#673464
(103,52,100)
#592D57
(89,45,87)
#4B264A
(75,38,74)
#3D1F3D
(61,31,61)
#2F1830
(47,24,48)
#211123
(33,17,35)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #9F5098

#9F5098
(159,80,152)
#A75FA1
(167,95,161)
#AF6EAA
(175,110,170)
#B77DB3
(183,125,179)
#BF8CBC
(191,140,188)
#C79BC5
(199,155,197)
#CFAACE
(207,170,206)
#D7B9D7
(215,185,215)
#DFC8E0
(223,200,224)
#E7D7E9
(231,215,233)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5098 color. Also use rgb(159,80,152) instead hex code.

Text Font Color

.myTextColor { color: #9F5098; }

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

This text font color is #9F5098.


Background Color

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

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

This div background color is #9F5098.


Border color

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

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

This div border color is #9F5098.


Opacity

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

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

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

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

This text has shadow with #9F5098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5098 on black background.


Color preview on white background

This text has color #9F5098 on white background.



Black color preview on #9F5098 background

This text has black color on #9F5098 background.


White color preview on #9F5098 background

This text has white color on #9F5098 background.