COLOR #9F5876

HEX: #9F5876 RGB: (159,88,118)

Color info

#9F5876 contains mainly red and blue colors. Web safe color of #9F5876 is #996666 (or #966).

RGB color model

#9F5876 color RGB value is (159,88,118).

RGB: (159,88,118) (62%, 35%, 46%)

RGB channels and saturation

R 159 of 255 = 62%
G 88 of 255 = 35%
B 118 of 255 = 46%

159
88
118

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

Portions of RGB colors in percentages

R + G + B = 159 + 88 + 118 = 365 (100%)
R 159 of 365 ~ 43.56%
G 88 of 365 ~ 24.11%
B 118 of 365 ~ 32.33'%

%43.56
%24.11
%32.33

CMYK color model

#9F5876 color CMYK value is (0,45,26,38).

  • cyan value is 0.00%
  • magenta value is 44.65%
  • yellow value is 25.79%
  • key color value is 37.65%

CMYK: (0,45,26,38)
C0M45Y26K38 (0%, 45%, 26%, 38%)
(0.00 / 0.45 / 0.26 / 0.38)

CMYK percentages

%0
%44.65
%25.79
%37.65

Codes

Color #9F5876 in popluar color models

9F 58 76
RGB 159 88 118
HSL 335° 28.74% 48.43%
HSB/HSV 335° 44.65% 62.35%
CMYK 0.00% 44.65% 25.79%
37.65%

Color #9F5876 in popluar number systems.

HEX 9F 58 76
Decimal 159 88 118
Binary 10011111 1011000 1110110
Octal 237 130 166

Shades and tints

Shades of #9F5876

#9F5876
(159,88,118)
#91506C
(145,80,108)
#834862
(131,72,98)
#754058
(117,64,88)
#67384E
(103,56,78)
#593044
(89,48,68)
#4B283A
(75,40,58)
#3D2030
(61,32,48)
#2F1826
(47,24,38)
#21101C
(33,16,28)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #9F5876

#9F5876
(159,88,118)
#A76782
(167,103,130)
#AF768E
(175,118,142)
#B7859A
(183,133,154)
#BF94A6
(191,148,166)
#C7A3B2
(199,163,178)
#CFB2BE
(207,178,190)
#D7C1CA
(215,193,202)
#DFD0D6
(223,208,214)
#E7DFE2
(231,223,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5876 color. Also use rgb(159,88,118) instead hex code.

Text Font Color

.myTextColor { color: #9F5876; }

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

This text font color is #9F5876.

Background Color

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

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

This div background color is #9F5876.

Border color

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

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

This div border color is #9F5876.

Opacity

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

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

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

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

This text has shadow with #9F5876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5876.

Preview

Color preview on black background

This text has color #9F5876 on black background.


Color preview on white background

This text has color #9F5876 on white background.


Black color preview on #9F5876 background

This text has black color on #9F5876 background.


White color preview on #9F5876 background

This text has white color on #9F5876 background.


Related colors

Complementary color

Complementary color for #hex is #60A789.


I love getcolorcode.com

Triadic colors

1 #769F58 and #58769F with #9F5876 are triadic colors.

2 #76589F and #589F76 with #9F5876 are triadic colors.