COLOR #9F6093

HEX: #9F6093
RGB: (159,96,147)

Color info

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

RGB color model

#9F6093 color RGB value is (159,96,147).

  • red value is 159;
  • green value is 96;
  • blue value is 147.
RGB:
(159,96,147)
(62%,38%,58%)

RGB channels and saturation

R 159 of 255 = 62%
G 96 of 255 = 38%
B 147 of 255 = 58%

159
96
147

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

Portions of RGB colors in percentages

R + G + B =
159 + 96 + 147 = 402 (100%)
R 159 of 402 ~ 39.55%
G 96 of 402 ~ 23.88%
B 147 of 402 ~ 36.57%

%39.55
%23.88
%36.57

CMYK color model

#9F6093 color CMYK value is (0,40,8,38).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 7.55%
  • key color value is 37.65%
CMYK:
(0,40,8,38)
C0M40Y8K38 
(0%,40%,8%,38%)
(0.00/0.40/0.08/0.38)	

CMYK percentages

%0
%39.62
%7.55
%37.65

Codes

Color #9F6093 in popluar color models

9F6093
RGB15996147
HSL311°24.71%50.00%
HSB/HSV311°39.62%62.35%
CMYK0.00%39.62%7.55%
37.65%

Color #9F6093 in popluar number systems.

HEX9F6093
Decimal15996147
Binary10011111110000010010011
Octal237140223

Shades and tints

Shades of #9F6093

#9F6093
(159,96,147)
#915886
(145,88,134)
#835079
(131,80,121)
#75486C
(117,72,108)
#67405F
(103,64,95)
#593852
(89,56,82)
#4B3045
(75,48,69)
#3D2838
(61,40,56)
#2F202B
(47,32,43)
#21181E
(33,24,30)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #9F6093

#9F6093
(159,96,147)
#A76E9C
(167,110,156)
#AF7CA5
(175,124,165)
#B78AAE
(183,138,174)
#BF98B7
(191,152,183)
#C7A6C0
(199,166,192)
#CFB4C9
(207,180,201)
#D7C2D2
(215,194,210)
#DFD0DB
(223,208,219)
#E7DEE4
(231,222,228)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6093 color. Also use rgb(159,96,147) instead hex code.

Text Font Color

.myTextColor { color: #9F6093; }

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

This text font color is #9F6093.


Background Color

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

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

This div background color is #9F6093.


Border color

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

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

This div border color is #9F6093.


Opacity

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

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

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

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

This text has shadow with #9F6093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6093 on black background.


Color preview on white background

This text has color #9F6093 on white background.



Black color preview on #9F6093 background

This text has black color on #9F6093 background.


White color preview on #9F6093 background

This text has white color on #9F6093 background.