COLOR #9F1990

HEX: #9F1990
RGB: (159,25,144)

Color info

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

RGB color model

#9F1990 color RGB value is (159,25,144).

  • red value is 159;
  • green value is 25;
  • blue value is 144.
RGB:
(159,25,144)
(62%,10%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 25 of 255 = 10%
B 144 of 255 = 56%

159
25
144

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

Portions of RGB colors in percentages

R + G + B =
159 + 25 + 144 = 328 (100%)
R 159 of 328 ~ 48.48%
G 25 of 328 ~ 7.62%
B 144 of 328 ~ 43.9%

%48.48
%43.9

CMYK color model

#9F1990 color CMYK value is (0,84,9,38).

  • cyan value is 0.00%
  • magenta value is 84.28%
  • yellow value is 9.43%
  • key color value is 37.65%
CMYK:
(0,84,9,38)
C0M84Y9K38 
(0%,84%,9%,38%)
(0.00/0.84/0.09/0.38)	

CMYK percentages

%0
%84.28
%9.43
%37.65

Codes

Color #9F1990 in popluar color models

9F1990
RGB15925144
HSL307°72.83%36.08%
HSB/HSV307°84.28%62.35%
CMYK0.00%84.28%9.43%
37.65%

Color #9F1990 in popluar number systems.

HEX9F1990
Decimal15925144
Binary100111111100110010000
Octal23731220

Shades and tints

Shades of #9F1990

#9F1990
(159,25,144)
#911783
(145,23,131)
#831576
(131,21,118)
#751369
(117,19,105)
#67115C
(103,17,92)
#590F4F
(89,15,79)
#4B0D42
(75,13,66)
#3D0B35
(61,11,53)
#2F0928
(47,9,40)
#21071B
(33,7,27)
#13050E
(19,5,14)
#000000
(0,0,0)

Tints of #9F1990

#9F1990
(159,25,144)
#A72D9A
(167,45,154)
#AF41A4
(175,65,164)
#B755AE
(183,85,174)
#BF69B8
(191,105,184)
#C77DC2
(199,125,194)
#CF91CC
(207,145,204)
#D7A5D6
(215,165,214)
#DFB9E0
(223,185,224)
#E7CDEA
(231,205,234)
#EFE1F4
(239,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F1990 color. Also use rgb(159,25,144) instead hex code.

Text Font Color

.myTextColor { color: #9F1990; }

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

This text font color is #9F1990.


Background Color

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

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

This div background color is #9F1990.


Border color

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

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

This div border color is #9F1990.


Opacity

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

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

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

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

This text has shadow with #9F1990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F1990 on black background.


Color preview on white background

This text has color #9F1990 on white background.



Black color preview on #9F1990 background

This text has black color on #9F1990 background.


White color preview on #9F1990 background

This text has white color on #9F1990 background.