COLOR #9B1D5F

HEX: #9B1D5F RGB: (155,29,95)

Color info

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

RGB color model

#9B1D5F color RGB value is (155,29,95).

RGB: (155,29,95) (61%, 11%, 37%)

RGB channels and saturation

R 155 of 255 = 61%
G 29 of 255 = 11%
B 95 of 255 = 37%

155
29
95

R + G + B ~ 36%. #9B1D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 155 + 29 + 95 = 279 (100%)
R 155 of 279 ~ 55.56%
G 29 of 279 ~ 10.39%
B 95 of 279 ~ 34.05'%

%55.56
%34.05

CMYK color model

#9B1D5F color CMYK value is (0,81,39,39).

  • cyan value is 0.00%
  • magenta value is 81.29%
  • yellow value is 38.71%
  • key color value is 39.22%

CMYK: (0,81,39,39)
C0M81Y39K39 (0%, 81%, 39%, 39%)
(0.00 / 0.81 / 0.39 / 0.39)

CMYK percentages

%0
%81.29
%38.71
%39.22

Codes

Color #9B1D5F in popluar color models

9B 1D 5F
RGB 155 29 95
HSL 329° 68.48% 36.08%
HSB/HSV 329° 81.29% 60.78%
CMYK 0.00% 81.29% 38.71%
39.22%

Color #9B1D5F in popluar number systems.

HEX 9B 1D 5F
Decimal 155 29 95
Binary 10011011 11101 1011111
Octal 233 35 137

Shades and tints

Shades of #9B1D5F

#9B1D5F
(155,29,95)
#8D1B57
(141,27,87)
#7F194F
(127,25,79)
#711747
(113,23,71)
#63153F
(99,21,63)
#551337
(85,19,55)
#47112F
(71,17,47)
#390F27
(57,15,39)
#2B0D1F
(43,13,31)
#1D0B17
(29,11,23)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #9B1D5F

#9B1D5F
(155,29,95)
#A4316D
(164,49,109)
#AD457B
(173,69,123)
#B65989
(182,89,137)
#BF6D97
(191,109,151)
#C881A5
(200,129,165)
#D195B3
(209,149,179)
#DAA9C1
(218,169,193)
#E3BDCF
(227,189,207)
#ECD1DD
(236,209,221)
#F5E5EB
(245,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B1D5F color. Also use rgb(155,29,95) instead hex code.

Text Font Color

.myTextColor { color: #9B1D5F; }

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

This text font color is #9B1D5F.

Background Color

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

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

This div background color is #9B1D5F.

Border color

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

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

This div border color is #9B1D5F.

Opacity

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

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

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

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

This text has shadow with #9B1D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B1D5F.

Preview

Color preview on black background

This text has color #9B1D5F on black background.


Color preview on white background

This text has color #9B1D5F on white background.


Black color preview on #9B1D5F background

This text has black color on #9B1D5F background.


White color preview on #9B1D5F background

This text has white color on #9B1D5F background.


Related colors

Complementary color

Complementary color for #hex is #64E2A0.


I love getcolorcode.com

Triadic colors

1 #5F9B1D and #1D5F9B with #9B1D5F are triadic colors.

2 #5F1D9B and #1D9B5F with #9B1D5F are triadic colors.