COLOR #9F2478

HEX: #9F2478 RGB: (159,36,120)

Color info

#9F2478 contains mainly red and blue colors. Web safe color of #9F2478 is #993366 (or #936).

RGB color model

#9F2478 color RGB value is (159,36,120).

RGB: (159,36,120) (62%, 14%, 47%)

RGB channels and saturation

R 159 of 255 = 62%
G 36 of 255 = 14%
B 120 of 255 = 47%

159
36
120

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

Portions of RGB colors in percentages

R + G + B = 159 + 36 + 120 = 315 (100%)
R 159 of 315 ~ 50.48%
G 36 of 315 ~ 11.43%
B 120 of 315 ~ 38.1'%

%50.48
%11.43
%38.1

CMYK color model

#9F2478 color CMYK value is (0,77,25,38).

  • cyan value is 0.00%
  • magenta value is 77.36%
  • yellow value is 24.53%
  • key color value is 37.65%

CMYK: (0,77,25,38)
C0M77Y25K38 (0%, 77%, 25%, 38%)
(0.00 / 0.77 / 0.25 / 0.38)

CMYK percentages

%0
%77.36
%24.53
%37.65

Codes

Color #9F2478 in popluar color models

9F 24 78
RGB 159 36 120
HSL 319° 63.08% 38.24%
HSB/HSV 319° 77.36% 62.35%
CMYK 0.00% 77.36% 24.53%
37.65%

Color #9F2478 in popluar number systems.

HEX 9F 24 78
Decimal 159 36 120
Binary 10011111 100100 1111000
Octal 237 44 170

Shades and tints

Shades of #9F2478

#9F2478
(159,36,120)
#91216E
(145,33,110)
#831E64
(131,30,100)
#751B5A
(117,27,90)
#671850
(103,24,80)
#591546
(89,21,70)
#4B123C
(75,18,60)
#3D0F32
(61,15,50)
#2F0C28
(47,12,40)
#21091E
(33,9,30)
#130614
(19,6,20)
#000000
(0,0,0)

Tints of #9F2478

#9F2478
(159,36,120)
#A73784
(167,55,132)
#AF4A90
(175,74,144)
#B75D9C
(183,93,156)
#BF70A8
(191,112,168)
#C783B4
(199,131,180)
#CF96C0
(207,150,192)
#D7A9CC
(215,169,204)
#DFBCD8
(223,188,216)
#E7CFE4
(231,207,228)
#EFE2F0
(239,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F2478 color. Also use rgb(159,36,120) instead hex code.

Text Font Color

.myTextColor { color: #9F2478; }

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

This text font color is #9F2478.

Background Color

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

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

This div background color is #9F2478.

Border color

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

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

This div border color is #9F2478.

Opacity

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

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

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

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

This text has shadow with #9F2478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F2478.

Preview

Color preview on black background

This text has color #9F2478 on black background.


Color preview on white background

This text has color #9F2478 on white background.


Black color preview on #9F2478 background

This text has black color on #9F2478 background.


White color preview on #9F2478 background

This text has white color on #9F2478 background.


Related colors

Complementary color

Complementary color for #hex is #60DB87.


I love getcolorcode.com

Triadic colors

1 #789F24 and #24789F with #9F2478 are triadic colors.

2 #78249F and #249F78 with #9F2478 are triadic colors.