COLOR #9B5A7F

HEX: #9B5A7F RGB: (155,90,127)

Color info

#9B5A7F contains mainly red and blue colors. Web safe color of #9B5A7F is #996666 (or #966).

RGB color model

#9B5A7F color RGB value is (155,90,127).

RGB: (155,90,127) (61%, 35%, 50%)

RGB channels and saturation

R 155 of 255 = 61%
G 90 of 255 = 35%
B 127 of 255 = 50%

155
90
127

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

Portions of RGB colors in percentages

R + G + B = 155 + 90 + 127 = 372 (100%)
R 155 of 372 ~ 41.67%
G 90 of 372 ~ 24.19%
B 127 of 372 ~ 34.14'%

%41.67
%24.19
%34.14

CMYK color model

#9B5A7F color CMYK value is (0,42,18,39).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 18.06%
  • key color value is 39.22%

CMYK: (0,42,18,39)
C0M42Y18K39 (0%, 42%, 18%, 39%)
(0.00 / 0.42 / 0.18 / 0.39)

CMYK percentages

%0
%41.94
%18.06
%39.22

Codes

Color #9B5A7F in popluar color models

9B 5A 7F
RGB 155 90 127
HSL 326° 26.53% 48.04%
HSB/HSV 326° 41.94% 60.78%
CMYK 0.00% 41.94% 18.06%
39.22%

Color #9B5A7F in popluar number systems.

HEX 9B 5A 7F
Decimal 155 90 127
Binary 10011011 1011010 1111111
Octal 233 132 177

Shades and tints

Shades of #9B5A7F

#9B5A7F
(155,90,127)
#8D5274
(141,82,116)
#7F4A69
(127,74,105)
#71425E
(113,66,94)
#633A53
(99,58,83)
#553248
(85,50,72)
#472A3D
(71,42,61)
#392232
(57,34,50)
#2B1A27
(43,26,39)
#1D121C
(29,18,28)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #9B5A7F

#9B5A7F
(155,90,127)
#A4698A
(164,105,138)
#AD7895
(173,120,149)
#B687A0
(182,135,160)
#BF96AB
(191,150,171)
#C8A5B6
(200,165,182)
#D1B4C1
(209,180,193)
#DAC3CC
(218,195,204)
#E3D2D7
(227,210,215)
#ECE1E2
(236,225,226)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5A7F color. Also use rgb(155,90,127) instead hex code.

Text Font Color

.myTextColor { color: #9B5A7F; }

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

This text font color is #9B5A7F.

Background Color

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

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

This div background color is #9B5A7F.

Border color

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

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

This div border color is #9B5A7F.

Opacity

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

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

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

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

This text has shadow with #9B5A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5A7F.

Preview

Color preview on black background

This text has color #9B5A7F on black background.


Color preview on white background

This text has color #9B5A7F on white background.


Black color preview on #9B5A7F background

This text has black color on #9B5A7F background.


White color preview on #9B5A7F background

This text has white color on #9B5A7F background.


Related colors

Complementary color

Complementary color for #hex is #64A580.


I love getcolorcode.com

Triadic colors

1 #7F9B5A and #5A7F9B with #9B5A7F are triadic colors.

2 #7F5A9B and #5A9B7F with #9B5A7F are triadic colors.