COLOR #9B6078

HEX: #9B6078
RGB: (155,96,120)

Color info

#9B6078 contains red, green and blue colors in about the same proportion. Web safe color of #9B6078 is #996666 (or #966).

RGB color model

#9B6078 color RGB value is (155,96,120).

  • red value is 155;
  • green value is 96;
  • blue value is 120.
RGB:
(155,96,120)
(61%,38%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 96 of 255 = 38%
B 120 of 255 = 47%

155
96
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 96 + 120 = 371 (100%)
R 155 of 371 ~ 41.78%
G 96 of 371 ~ 25.88%
B 120 of 371 ~ 32.35%

%41.78
%25.88
%32.35

CMYK color model

#9B6078 color CMYK value is (0,38,23,39).

  • cyan value is 0.00%
  • magenta value is 38.06%
  • yellow value is 22.58%
  • key color value is 39.22%
CMYK:
(0,38,23,39)
C0M38Y23K39 
(0%,38%,23%,39%)
(0.00/0.38/0.23/0.39)	

CMYK percentages

%0
%38.06
%22.58
%39.22

Codes

Color #9B6078 in popluar color models

9B6078
RGB15596120
HSL336°23.51%49.22%
HSB/HSV336°38.06%60.78%
CMYK0.00%38.06%22.58%
39.22%

Color #9B6078 in popluar number systems.

HEX9B6078
Decimal15596120
Binary1001101111000001111000
Octal233140170

Shades and tints

Shades of #9B6078

#9B6078
(155,96,120)
#8D586E
(141,88,110)
#7F5064
(127,80,100)
#71485A
(113,72,90)
#634050
(99,64,80)
#553846
(85,56,70)
#47303C
(71,48,60)
#392832
(57,40,50)
#2B2028
(43,32,40)
#1D181E
(29,24,30)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #9B6078

#9B6078
(155,96,120)
#A46E84
(164,110,132)
#AD7C90
(173,124,144)
#B68A9C
(182,138,156)
#BF98A8
(191,152,168)
#C8A6B4
(200,166,180)
#D1B4C0
(209,180,192)
#DAC2CC
(218,194,204)
#E3D0D8
(227,208,216)
#ECDEE4
(236,222,228)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6078 color. Also use rgb(155,96,120) instead hex code.

Text Font Color

.myTextColor { color: #9B6078; }

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

This text font color is #9B6078.


Background Color

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

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

This div background color is #9B6078.


Border color

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

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

This div border color is #9B6078.


Opacity

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

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

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

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

This text has shadow with #9B6078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6078 on black background.


Color preview on white background

This text has color #9B6078 on white background.



Black color preview on #9B6078 background

This text has black color on #9B6078 background.


White color preview on #9B6078 background

This text has white color on #9B6078 background.