COLOR #9B0047

HEX: #9B0047 RGB: (155,0,71)

Color info

#9B0047 contains mainly red color. Web safe color of #9B0047 is #990033 (or #903).

RGB color model

#9B0047 color RGB value is (155,0,71).

RGB: (155,0,71) (61%, 0%, 28%)

RGB channels and saturation

R 155 of 255 = 61%
G 0 of 255 = 0%
B 71 of 255 = 28%

155
0
71

R + G + B ~ 30%. #9B0047 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 155 + 0 + 71 = 226 (100%)
R 155 of 226 ~ 68.58%
G 0 of 226 ~ 0%
B 71 of 226 ~ 31.42'%

%68.58
%31.42

CMYK color model

#9B0047 color CMYK value is (0,100,54,39).

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

CMYK: (0,100,54,39)
C0M100Y54K39 (0%, 100%, 54%, 39%)
(0.00 / 1.00 / 0.54 / 0.39)

CMYK percentages

%0
%100
%54.19
%39.22

Codes

Color #9B0047 in popluar color models

9B 00 47
RGB 155 0 71
HSL 333° 100.00% 30.39%
HSB/HSV 333° 100.00% 60.78%
CMYK 0.00% 100.00% 54.19%
39.22%

Color #9B0047 in popluar number systems.

HEX 9B 00 47
Decimal 155 0 71
Binary 10011011 0 1000111
Octal 233 0 107

Shades and tints

Shades of #9B0047

#9B0047
(155,0,71)
#8D0041
(141,0,65)
#7F003B
(127,0,59)
#710035
(113,0,53)
#63002F
(99,0,47)
#550029
(85,0,41)
#470023
(71,0,35)
#39001D
(57,0,29)
#2B0017
(43,0,23)
#1D0011
(29,0,17)
#0F000B
(15,0,11)
#000000
(0,0,0)

Tints of #9B0047

#9B0047
(155,0,71)
#A41757
(164,23,87)
#AD2E67
(173,46,103)
#B64577
(182,69,119)
#BF5C87
(191,92,135)
#C87397
(200,115,151)
#D18AA7
(209,138,167)
#DAA1B7
(218,161,183)
#E3B8C7
(227,184,199)
#ECCFD7
(236,207,215)
#F5E6E7
(245,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B0047; }

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

This text font color is #9B0047.

Background Color

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

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

This div background color is #9B0047.

Border color

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

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

This div border color is #9B0047.

Opacity

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

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

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

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

This text has shadow with #9B0047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B0047.

Preview

Color preview on black background

This text has color #9B0047 on black background.


Color preview on white background

This text has color #9B0047 on white background.


Black color preview on #9B0047 background

This text has black color on #9B0047 background.


White color preview on #9B0047 background

This text has white color on #9B0047 background.


Related colors

Complementary color

Complementary color for #hex is #64FFB8.


I love getcolorcode.com

Triadic colors

1 #479B00 and #00479B with #9B0047 are triadic colors.

2 #47009B and #009B47 with #9B0047 are triadic colors.