COLOR #9B3E55

HEX: #9B3E55 RGB: (155,62,85)

Color info

#9B3E55 contains mainly red color. Web safe color of #9B3E55 is #993366 (or #936).

RGB color model

#9B3E55 color RGB value is (155,62,85).

RGB: (155,62,85) (61%, 24%, 33%)

RGB channels and saturation

R 155 of 255 = 61%
G 62 of 255 = 24%
B 85 of 255 = 33%

155
62
85

R + G + B ~ 39%. #9B3E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 155 + 62 + 85 = 302 (100%)
R 155 of 302 ~ 51.32%
G 62 of 302 ~ 20.53%
B 85 of 302 ~ 28.15'%

%51.32
%20.53
%28.15

CMYK color model

#9B3E55 color CMYK value is (0,60,45,39).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 45.16%
  • key color value is 39.22%

CMYK: (0,60,45,39)
C0M60Y45K39 (0%, 60%, 45%, 39%)
(0.00 / 0.60 / 0.45 / 0.39)

CMYK percentages

%0
%60
%45.16
%39.22

Codes

Color #9B3E55 in popluar color models

9B 3E 55
RGB 155 62 85
HSL 345° 42.86% 42.55%
HSB/HSV 345° 60.00% 60.78%
CMYK 0.00% 60.00% 45.16%
39.22%

Color #9B3E55 in popluar number systems.

HEX 9B 3E 55
Decimal 155 62 85
Binary 10011011 111110 1010101
Octal 233 76 125

Shades and tints

Shades of #9B3E55

#9B3E55
(155,62,85)
#8D394E
(141,57,78)
#7F3447
(127,52,71)
#712F40
(113,47,64)
#632A39
(99,42,57)
#552532
(85,37,50)
#47202B
(71,32,43)
#391B24
(57,27,36)
#2B161D
(43,22,29)
#1D1116
(29,17,22)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #9B3E55

#9B3E55
(155,62,85)
#A44F64
(164,79,100)
#AD6073
(173,96,115)
#B67182
(182,113,130)
#BF8291
(191,130,145)
#C893A0
(200,147,160)
#D1A4AF
(209,164,175)
#DAB5BE
(218,181,190)
#E3C6CD
(227,198,205)
#ECD7DC
(236,215,220)
#F5E8EB
(245,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B3E55 color. Also use rgb(155,62,85) instead hex code.

Text Font Color

.myTextColor { color: #9B3E55; }

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

This text font color is #9B3E55.

Background Color

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

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

This div background color is #9B3E55.

Border color

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

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

This div border color is #9B3E55.

Opacity

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

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

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

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

This text has shadow with #9B3E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B3E55.

Preview

Color preview on black background

This text has color #9B3E55 on black background.


Color preview on white background

This text has color #9B3E55 on white background.


Black color preview on #9B3E55 background

This text has black color on #9B3E55 background.


White color preview on #9B3E55 background

This text has white color on #9B3E55 background.


Related colors

Complementary color

Complementary color for #hex is #64C1AA.


I love getcolorcode.com

Triadic colors

1 #559B3E and #3E559B with #9B3E55 are triadic colors.

2 #553E9B and #3E9B55 with #9B3E55 are triadic colors.