COLOR #9F0C88

HEX: #9F0C88
RGB: (159,12,136)

Color info

#9F0C88 contains mainly red and blue colors. Web safe color of #9F0C88 is #990099 (or #909).

RGB color model

#9F0C88 color RGB value is (159,12,136).

  • red value is 159;
  • green value is 12;
  • blue value is 136.
RGB:
(159,12,136)
(62%,5%,53%)

RGB channels and saturation

R 159 of 255 = 62%
G 12 of 255 = 5%
B 136 of 255 = 53%

159
12
136

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

Portions of RGB colors in percentages

R + G + B =
159 + 12 + 136 = 307 (100%)
R 159 of 307 ~ 51.79%
G 12 of 307 ~ 3.91%
B 136 of 307 ~ 44.3%

%51.79
%44.3

CMYK color model

#9F0C88 color CMYK value is (0,92,14,38).

  • cyan value is 0.00%
  • magenta value is 92.45%
  • yellow value is 14.47%
  • key color value is 37.65%
CMYK:
(0,92,14,38)
C0M92Y14K38 
(0%,92%,14%,38%)
(0.00/0.92/0.14/0.38)	

CMYK percentages

%0
%92.45
%14.47
%37.65

Codes

Color #9F0C88 in popluar color models

9F0C88
RGB15912136
HSL309°85.96%33.53%
HSB/HSV309°92.45%62.35%
CMYK0.00%92.45%14.47%
37.65%

Color #9F0C88 in popluar number systems.

HEX9F0C88
Decimal15912136
Binary10011111110010001000
Octal23714210

Shades and tints

Shades of #9F0C88

#9F0C88
(159,12,136)
#910B7C
(145,11,124)
#830A70
(131,10,112)
#750964
(117,9,100)
#670858
(103,8,88)
#59074C
(89,7,76)
#4B0640
(75,6,64)
#3D0534
(61,5,52)
#2F0428
(47,4,40)
#21031C
(33,3,28)
#130210
(19,2,16)
#000000
(0,0,0)

Tints of #9F0C88

#9F0C88
(159,12,136)
#A72292
(167,34,146)
#AF389C
(175,56,156)
#B74EA6
(183,78,166)
#BF64B0
(191,100,176)
#C77ABA
(199,122,186)
#CF90C4
(207,144,196)
#D7A6CE
(215,166,206)
#DFBCD8
(223,188,216)
#E7D2E2
(231,210,226)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F0C88 color. Also use rgb(159,12,136) instead hex code.

Text Font Color

.myTextColor { color: #9F0C88; }

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

This text font color is #9F0C88.


Background Color

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

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

This div background color is #9F0C88.


Border color

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

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

This div border color is #9F0C88.


Opacity

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

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

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

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

This text has shadow with #9F0C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F0C88 on black background.


Color preview on white background

This text has color #9F0C88 on white background.



Black color preview on #9F0C88 background

This text has black color on #9F0C88 background.


White color preview on #9F0C88 background

This text has white color on #9F0C88 background.