COLOR #9F459B

HEX: #9F459B
RGB: (159,69,155)

Color info

#9F459B contains mainly red and blue colors. Web safe color of #9F459B is #993399 (or #939).

RGB color model

#9F459B color RGB value is (159,69,155).

  • red value is 159;
  • green value is 69;
  • blue value is 155.
RGB:
(159,69,155)
(62%,27%,61%)

RGB channels and saturation

R 159 of 255 = 62%
G 69 of 255 = 27%
B 155 of 255 = 61%

159
69
155

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

Portions of RGB colors in percentages

R + G + B =
159 + 69 + 155 = 383 (100%)
R 159 of 383 ~ 41.51%
G 69 of 383 ~ 18.02%
B 155 of 383 ~ 40.47%

%41.51
%18.02
%40.47

CMYK color model

#9F459B color CMYK value is (0,57,3,38).

  • cyan value is 0.00%
  • magenta value is 56.60%
  • yellow value is 2.52%
  • key color value is 37.65%
CMYK:
(0,57,3,38)
C0M57Y3K38 
(0%,57%,3%,38%)
(0.00/0.57/0.03/0.38)	

CMYK percentages

%0
%56.6
%2.52
%37.65

Codes

Color #9F459B in popluar color models

9F459B
RGB15969155
HSL303°39.47%44.71%
HSB/HSV303°56.60%62.35%
CMYK0.00%56.60%2.52%
37.65%

Color #9F459B in popluar number systems.

HEX9F459B
Decimal15969155
Binary10011111100010110011011
Octal237105233

Shades and tints

Shades of #9F459B

#9F459B
(159,69,155)
#913F8D
(145,63,141)
#83397F
(131,57,127)
#753371
(117,51,113)
#672D63
(103,45,99)
#592755
(89,39,85)
#4B2147
(75,33,71)
#3D1B39
(61,27,57)
#2F152B
(47,21,43)
#210F1D
(33,15,29)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #9F459B

#9F459B
(159,69,155)
#A755A4
(167,85,164)
#AF65AD
(175,101,173)
#B775B6
(183,117,182)
#BF85BF
(191,133,191)
#C795C8
(199,149,200)
#CFA5D1
(207,165,209)
#D7B5DA
(215,181,218)
#DFC5E3
(223,197,227)
#E7D5EC
(231,213,236)
#EFE5F5
(239,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F459B color. Also use rgb(159,69,155) instead hex code.

Text Font Color

.myTextColor { color: #9F459B; }

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

This text font color is #9F459B.


Background Color

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

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

This div background color is #9F459B.


Border color

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

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

This div border color is #9F459B.


Opacity

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

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

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

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

This text has shadow with #9F459B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F459B on black background.


Color preview on white background

This text has color #9F459B on white background.



Black color preview on #9F459B background

This text has black color on #9F459B background.


White color preview on #9F459B background

This text has white color on #9F459B background.