COLOR #9B5076

HEX: #9B5076 RGB: (155,80,118)

Color info

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

RGB color model

#9B5076 color RGB value is (155,80,118).

RGB: (155,80,118) (61%, 31%, 46%)

RGB channels and saturation

R 155 of 255 = 61%
G 80 of 255 = 31%
B 118 of 255 = 46%

155
80
118

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

Portions of RGB colors in percentages

R + G + B = 155 + 80 + 118 = 353 (100%)
R 155 of 353 ~ 43.91%
G 80 of 353 ~ 22.66%
B 118 of 353 ~ 33.43'%

%43.91
%22.66
%33.43

CMYK color model

#9B5076 color CMYK value is (0,48,24,39).

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

CMYK: (0,48,24,39)
C0M48Y24K39 (0%, 48%, 24%, 39%)
(0.00 / 0.48 / 0.24 / 0.39)

CMYK percentages

%0
%48.39
%23.87
%39.22

Codes

Color #9B5076 in popluar color models

9B 50 76
RGB 155 80 118
HSL 330° 31.91% 46.08%
HSB/HSV 330° 48.39% 60.78%
CMYK 0.00% 48.39% 23.87%
39.22%

Color #9B5076 in popluar number systems.

HEX 9B 50 76
Decimal 155 80 118
Binary 10011011 1010000 1110110
Octal 233 120 166

Shades and tints

Shades of #9B5076

#9B5076
(155,80,118)
#8D496C
(141,73,108)
#7F4262
(127,66,98)
#713B58
(113,59,88)
#63344E
(99,52,78)
#552D44
(85,45,68)
#47263A
(71,38,58)
#391F30
(57,31,48)
#2B1826
(43,24,38)
#1D111C
(29,17,28)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #9B5076

#9B5076
(155,80,118)
#A45F82
(164,95,130)
#AD6E8E
(173,110,142)
#B67D9A
(182,125,154)
#BF8CA6
(191,140,166)
#C89BB2
(200,155,178)
#D1AABE
(209,170,190)
#DAB9CA
(218,185,202)
#E3C8D6
(227,200,214)
#ECD7E2
(236,215,226)
#F5E6EE
(245,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5076; }

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

This text font color is #9B5076.

Background Color

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

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

This div background color is #9B5076.

Border color

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

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

This div border color is #9B5076.

Opacity

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

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

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

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

This text has shadow with #9B5076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5076.

Preview

Color preview on black background

This text has color #9B5076 on black background.


Color preview on white background

This text has color #9B5076 on white background.


Black color preview on #9B5076 background

This text has black color on #9B5076 background.


White color preview on #9B5076 background

This text has white color on #9B5076 background.


Related colors

Complementary color

Complementary color for #hex is #64AF89.


I love getcolorcode.com

Triadic colors

1 #769B50 and #50769B with #9B5076 are triadic colors.

2 #76509B and #509B76 with #9B5076 are triadic colors.