COLOR #9B476C

HEX: #9B476C RGB: (155,71,108)

Color info

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

RGB color model

#9B476C color RGB value is (155,71,108).

RGB: (155,71,108) (61%, 28%, 42%)

RGB channels and saturation

R 155 of 255 = 61%
G 71 of 255 = 28%
B 108 of 255 = 42%

155
71
108

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

Portions of RGB colors in percentages

R + G + B = 155 + 71 + 108 = 334 (100%)
R 155 of 334 ~ 46.41%
G 71 of 334 ~ 21.26%
B 108 of 334 ~ 32.34'%

%46.41
%21.26
%32.34

CMYK color model

#9B476C color CMYK value is (0,54,30,39).

  • cyan value is 0.00%
  • magenta value is 54.19%
  • yellow value is 30.32%
  • key color value is 39.22%

CMYK: (0,54,30,39)
C0M54Y30K39 (0%, 54%, 30%, 39%)
(0.00 / 0.54 / 0.30 / 0.39)

CMYK percentages

%0
%54.19
%30.32
%39.22

Codes

Color #9B476C in popluar color models

9B 47 6C
RGB 155 71 108
HSL 334° 37.17% 44.31%
HSB/HSV 334° 54.19% 60.78%
CMYK 0.00% 54.19% 30.32%
39.22%

Color #9B476C in popluar number systems.

HEX 9B 47 6C
Decimal 155 71 108
Binary 10011011 1000111 1101100
Octal 233 107 154

Shades and tints

Shades of #9B476C

#9B476C
(155,71,108)
#8D4163
(141,65,99)
#7F3B5A
(127,59,90)
#713551
(113,53,81)
#632F48
(99,47,72)
#55293F
(85,41,63)
#472336
(71,35,54)
#391D2D
(57,29,45)
#2B1724
(43,23,36)
#1D111B
(29,17,27)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #9B476C

#9B476C
(155,71,108)
#A45779
(164,87,121)
#AD6786
(173,103,134)
#B67793
(182,119,147)
#BF87A0
(191,135,160)
#C897AD
(200,151,173)
#D1A7BA
(209,167,186)
#DAB7C7
(218,183,199)
#E3C7D4
(227,199,212)
#ECD7E1
(236,215,225)
#F5E7EE
(245,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B476C color. Also use rgb(155,71,108) instead hex code.

Text Font Color

.myTextColor { color: #9B476C; }

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

This text font color is #9B476C.

Background Color

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

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

This div background color is #9B476C.

Border color

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

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

This div border color is #9B476C.

Opacity

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

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

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

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

This text has shadow with #9B476C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B476C.

Preview

Color preview on black background

This text has color #9B476C on black background.


Color preview on white background

This text has color #9B476C on white background.


Black color preview on #9B476C background

This text has black color on #9B476C background.


White color preview on #9B476C background

This text has white color on #9B476C background.


Related colors

Complementary color

Complementary color for #hex is #64B893.


I love getcolorcode.com

Triadic colors

1 #6C9B47 and #476C9B with #9B476C are triadic colors.

2 #6C479B and #479B6C with #9B476C are triadic colors.