COLOR #9F4290

HEX: #9F4290 RGB: (159,66,144)

Color info

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

RGB color model

#9F4290 color RGB value is (159,66,144).

RGB: (159,66,144) (62%, 26%, 56%)

RGB channels and saturation

R 159 of 255 = 62%
G 66 of 255 = 26%
B 144 of 255 = 56%

159
66
144

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

Portions of RGB colors in percentages

R + G + B = 159 + 66 + 144 = 369 (100%)
R 159 of 369 ~ 43.09%
G 66 of 369 ~ 17.89%
B 144 of 369 ~ 39.02'%

%43.09
%17.89
%39.02

CMYK color model

#9F4290 color CMYK value is (0,58,9,38).

  • cyan value is 0.00%
  • magenta value is 58.49%
  • yellow value is 9.43%
  • key color value is 37.65%

CMYK: (0,58,9,38)
C0M58Y9K38 (0%, 58%, 9%, 38%)
(0.00 / 0.58 / 0.09 / 0.38)

CMYK percentages

%0
%58.49
%9.43
%37.65

Codes

Color #9F4290 in popluar color models

9F 42 90
RGB 159 66 144
HSL 310° 41.33% 44.12%
HSB/HSV 310° 58.49% 62.35%
CMYK 0.00% 58.49% 9.43%
37.65%

Color #9F4290 in popluar number systems.

HEX 9F 42 90
Decimal 159 66 144
Binary 10011111 1000010 10010000
Octal 237 102 220

Shades and tints

Shades of #9F4290

#9F4290
(159,66,144)
#913C83
(145,60,131)
#833676
(131,54,118)
#753069
(117,48,105)
#672A5C
(103,42,92)
#59244F
(89,36,79)
#4B1E42
(75,30,66)
#3D1835
(61,24,53)
#2F1228
(47,18,40)
#210C1B
(33,12,27)
#13060E
(19,6,14)
#000000
(0,0,0)

Tints of #9F4290

#9F4290
(159,66,144)
#A7539A
(167,83,154)
#AF64A4
(175,100,164)
#B775AE
(183,117,174)
#BF86B8
(191,134,184)
#C797C2
(199,151,194)
#CFA8CC
(207,168,204)
#D7B9D6
(215,185,214)
#DFCAE0
(223,202,224)
#E7DBEA
(231,219,234)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4290; }

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

This text font color is #9F4290.

Background Color

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

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

This div background color is #9F4290.

Border color

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

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

This div border color is #9F4290.

Opacity

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

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

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

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

This text has shadow with #9F4290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F4290.

Preview

Color preview on black background

This text has color #9F4290 on black background.


Color preview on white background

This text has color #9F4290 on white background.


Black color preview on #9F4290 background

This text has black color on #9F4290 background.


White color preview on #9F4290 background

This text has white color on #9F4290 background.


Related colors

Complementary color

Complementary color for #hex is #60BD6F.


I love getcolorcode.com

Triadic colors

1 #909F42 and #42909F with #9F4290 are triadic colors.

2 #90429F and #429F90 with #9F4290 are triadic colors.