COLOR #9B4D6C

HEX: #9B4D6C
RGB: (155,77,108)

Color info

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

RGB color model

#9B4D6C color RGB value is (155,77,108).

  • red value is 155;
  • green value is 77;
  • blue value is 108.
RGB:
(155,77,108)
(61%,30%,42%)

RGB channels and saturation

R 155 of 255 = 61%
G 77 of 255 = 30%
B 108 of 255 = 42%

155
77
108

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

Portions of RGB colors in percentages

R + G + B =
155 + 77 + 108 = 340 (100%)
R 155 of 340 ~ 45.59%
G 77 of 340 ~ 22.65%
B 108 of 340 ~ 31.76%

%45.59
%22.65
%31.76

CMYK color model

#9B4D6C color CMYK value is (0,50,30,39).

  • cyan value is 0.00%
  • magenta value is 50.32%
  • yellow value is 30.32%
  • key color value is 39.22%
CMYK:
(0,50,30,39)
C0M50Y30K39 
(0%,50%,30%,39%)
(0.00/0.50/0.30/0.39)	

CMYK percentages

%0
%50.32
%30.32
%39.22

Codes

Color #9B4D6C in popluar color models

9B4D6C
RGB15577108
HSL336°33.62%45.49%
HSB/HSV336°50.32%60.78%
CMYK0.00%50.32%30.32%
39.22%

Color #9B4D6C in popluar number systems.

HEX9B4D6C
Decimal15577108
Binary1001101110011011101100
Octal233115154

Shades and tints

Shades of #9B4D6C

#9B4D6C
(155,77,108)
#8D4663
(141,70,99)
#7F3F5A
(127,63,90)
#713851
(113,56,81)
#633148
(99,49,72)
#552A3F
(85,42,63)
#472336
(71,35,54)
#391C2D
(57,28,45)
#2B1524
(43,21,36)
#1D0E1B
(29,14,27)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #9B4D6C

#9B4D6C
(155,77,108)
#A45D79
(164,93,121)
#AD6D86
(173,109,134)
#B67D93
(182,125,147)
#BF8DA0
(191,141,160)
#C89DAD
(200,157,173)
#D1ADBA
(209,173,186)
#DABDC7
(218,189,199)
#E3CDD4
(227,205,212)
#ECDDE1
(236,221,225)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4D6C; }

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

This text font color is #9B4D6C.


Background Color

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

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

This div background color is #9B4D6C.


Border color

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

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

This div border color is #9B4D6C.


Opacity

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

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

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

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

This text has shadow with #9B4D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4D6C on black background.


Color preview on white background

This text has color #9B4D6C on white background.



Black color preview on #9B4D6C background

This text has black color on #9B4D6C background.


White color preview on #9B4D6C background

This text has white color on #9B4D6C background.