COLOR #9B5876

HEX: #9B5876 RGB: (155,88,118)

Color info

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

RGB color model

#9B5876 color RGB value is (155,88,118).

RGB: (155,88,118) (61%, 35%, 46%)

RGB channels and saturation

R 155 of 255 = 61%
G 88 of 255 = 35%
B 118 of 255 = 46%

155
88
118

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

Portions of RGB colors in percentages

R + G + B = 155 + 88 + 118 = 361 (100%)
R 155 of 361 ~ 42.94%
G 88 of 361 ~ 24.38%
B 118 of 361 ~ 32.69'%

%42.94
%24.38
%32.69

CMYK color model

#9B5876 color CMYK value is (0,43,24,39).

  • cyan value is 0.00%
  • magenta value is 43.23%
  • yellow value is 23.87%
  • key color value is 39.22%

CMYK: (0,43,24,39)
C0M43Y24K39 (0%, 43%, 24%, 39%)
(0.00 / 0.43 / 0.24 / 0.39)

CMYK percentages

%0
%43.23
%23.87
%39.22

Codes

Color #9B5876 in popluar color models

9B 58 76
RGB 155 88 118
HSL 333° 27.57% 47.65%
HSB/HSV 333° 43.23% 60.78%
CMYK 0.00% 43.23% 23.87%
39.22%

Color #9B5876 in popluar number systems.

HEX 9B 58 76
Decimal 155 88 118
Binary 10011011 1011000 1110110
Octal 233 130 166

Shades and tints

Shades of #9B5876

#9B5876
(155,88,118)
#8D506C
(141,80,108)
#7F4862
(127,72,98)
#714058
(113,64,88)
#63384E
(99,56,78)
#553044
(85,48,68)
#47283A
(71,40,58)
#392030
(57,32,48)
#2B1826
(43,24,38)
#1D101C
(29,16,28)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #9B5876

#9B5876
(155,88,118)
#A46782
(164,103,130)
#AD768E
(173,118,142)
#B6859A
(182,133,154)
#BF94A6
(191,148,166)
#C8A3B2
(200,163,178)
#D1B2BE
(209,178,190)
#DAC1CA
(218,193,202)
#E3D0D6
(227,208,214)
#ECDFE2
(236,223,226)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5876; }

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

This text font color is #9B5876.

Background Color

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

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

This div background color is #9B5876.

Border color

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

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

This div border color is #9B5876.

Opacity

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

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

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

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

This text has shadow with #9B5876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5876.

Preview

Color preview on black background

This text has color #9B5876 on black background.


Color preview on white background

This text has color #9B5876 on white background.


Black color preview on #9B5876 background

This text has black color on #9B5876 background.


White color preview on #9B5876 background

This text has white color on #9B5876 background.


Related colors

Complementary color

Complementary color for #hex is #64A789.


I love getcolorcode.com

Triadic colors

1 #769B58 and #58769B with #9B5876 are triadic colors.

2 #76589B and #589B76 with #9B5876 are triadic colors.