COLOR #9B4678

HEX: #9B4678 RGB: (155,70,120)

Color info

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

RGB color model

#9B4678 color RGB value is (155,70,120).

RGB: (155,70,120) (61%, 27%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 70 of 255 = 27%
B 120 of 255 = 47%

155
70
120

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

Portions of RGB colors in percentages

R + G + B = 155 + 70 + 120 = 345 (100%)
R 155 of 345 ~ 44.93%
G 70 of 345 ~ 20.29%
B 120 of 345 ~ 34.78'%

%44.93
%20.29
%34.78

CMYK color model

#9B4678 color CMYK value is (0,55,23,39).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 22.58%
  • key color value is 39.22%

CMYK: (0,55,23,39)
C0M55Y23K39 (0%, 55%, 23%, 39%)
(0.00 / 0.55 / 0.23 / 0.39)

CMYK percentages

%0
%54.84
%22.58
%39.22

Codes

Color #9B4678 in popluar color models

9B 46 78
RGB 155 70 120
HSL 325° 37.78% 44.12%
HSB/HSV 325° 54.84% 60.78%
CMYK 0.00% 54.84% 22.58%
39.22%

Color #9B4678 in popluar number systems.

HEX 9B 46 78
Decimal 155 70 120
Binary 10011011 1000110 1111000
Octal 233 106 170

Shades and tints

Shades of #9B4678

#9B4678
(155,70,120)
#8D406E
(141,64,110)
#7F3A64
(127,58,100)
#71345A
(113,52,90)
#632E50
(99,46,80)
#552846
(85,40,70)
#47223C
(71,34,60)
#391C32
(57,28,50)
#2B1628
(43,22,40)
#1D101E
(29,16,30)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #9B4678

#9B4678
(155,70,120)
#A45684
(164,86,132)
#AD6690
(173,102,144)
#B6769C
(182,118,156)
#BF86A8
(191,134,168)
#C896B4
(200,150,180)
#D1A6C0
(209,166,192)
#DAB6CC
(218,182,204)
#E3C6D8
(227,198,216)
#ECD6E4
(236,214,228)
#F5E6F0
(245,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4678; }

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

This text font color is #9B4678.

Background Color

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

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

This div background color is #9B4678.

Border color

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

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

This div border color is #9B4678.

Opacity

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

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

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

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

This text has shadow with #9B4678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B4678.

Preview

Color preview on black background

This text has color #9B4678 on black background.


Color preview on white background

This text has color #9B4678 on white background.


Black color preview on #9B4678 background

This text has black color on #9B4678 background.


White color preview on #9B4678 background

This text has white color on #9B4678 background.


Related colors

Complementary color

Complementary color for #hex is #64B987.


I love getcolorcode.com

Triadic colors

1 #789B46 and #46789B with #9B4678 are triadic colors.

2 #78469B and #469B78 with #9B4678 are triadic colors.