COLOR #9F368C

HEX: #9F368C RGB: (159,54,140)

Color info

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

RGB color model

#9F368C color RGB value is (159,54,140).

RGB: (159,54,140) (62%, 21%, 55%)

RGB channels and saturation

R 159 of 255 = 62%
G 54 of 255 = 21%
B 140 of 255 = 55%

159
54
140

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

Portions of RGB colors in percentages

R + G + B = 159 + 54 + 140 = 353 (100%)
R 159 of 353 ~ 45.04%
G 54 of 353 ~ 15.3%
B 140 of 353 ~ 39.66'%

%45.04
%15.3
%39.66

CMYK color model

#9F368C color CMYK value is (0,66,12,38).

  • cyan value is 0.00%
  • magenta value is 66.04%
  • yellow value is 11.95%
  • key color value is 37.65%

CMYK: (0,66,12,38)
C0M66Y12K38 (0%, 66%, 12%, 38%)
(0.00 / 0.66 / 0.12 / 0.38)

CMYK percentages

%0
%66.04
%11.95
%37.65

Codes

Color #9F368C in popluar color models

9F 36 8C
RGB 159 54 140
HSL 311° 49.30% 41.76%
HSB/HSV 311° 66.04% 62.35%
CMYK 0.00% 66.04% 11.95%
37.65%

Color #9F368C in popluar number systems.

HEX 9F 36 8C
Decimal 159 54 140
Binary 10011111 110110 10001100
Octal 237 66 214

Shades and tints

Shades of #9F368C

#9F368C
(159,54,140)
#913280
(145,50,128)
#832E74
(131,46,116)
#752A68
(117,42,104)
#67265C
(103,38,92)
#592250
(89,34,80)
#4B1E44
(75,30,68)
#3D1A38
(61,26,56)
#2F162C
(47,22,44)
#211220
(33,18,32)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #9F368C

#9F368C
(159,54,140)
#A74896
(167,72,150)
#AF5AA0
(175,90,160)
#B76CAA
(183,108,170)
#BF7EB4
(191,126,180)
#C790BE
(199,144,190)
#CFA2C8
(207,162,200)
#D7B4D2
(215,180,210)
#DFC6DC
(223,198,220)
#E7D8E6
(231,216,230)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F368C color. Also use rgb(159,54,140) instead hex code.

Text Font Color

.myTextColor { color: #9F368C; }

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

This text font color is #9F368C.

Background Color

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

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

This div background color is #9F368C.

Border color

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

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

This div border color is #9F368C.

Opacity

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

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

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

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

This text has shadow with #9F368C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F368C.

Preview

Color preview on black background

This text has color #9F368C on black background.


Color preview on white background

This text has color #9F368C on white background.


Black color preview on #9F368C background

This text has black color on #9F368C background.


White color preview on #9F368C background

This text has white color on #9F368C background.


Related colors

Complementary color

Complementary color for #hex is #60C973.


I love getcolorcode.com

Triadic colors

1 #8C9F36 and #368C9F with #9F368C are triadic colors.

2 #8C369F and #369F8C with #9F368C are triadic colors.