COLOR #9B587C

HEX: #9B587C RGB: (155,88,124)

Color info

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

RGB color model

#9B587C color RGB value is (155,88,124).

RGB: (155,88,124) (61%, 35%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 88 of 255 = 35%
B 124 of 255 = 49%

155
88
124

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

Portions of RGB colors in percentages

R + G + B = 155 + 88 + 124 = 367 (100%)
R 155 of 367 ~ 42.23%
G 88 of 367 ~ 23.98%
B 124 of 367 ~ 33.79'%

%42.23
%23.98
%33.79

CMYK color model

#9B587C color CMYK value is (0,43,20,39).

  • cyan value is 0.00%
  • magenta value is 43.23%
  • yellow value is 20.00%
  • key color value is 39.22%

CMYK: (0,43,20,39)
C0M43Y20K39 (0%, 43%, 20%, 39%)
(0.00 / 0.43 / 0.20 / 0.39)

CMYK percentages

%0
%43.23
%20
%39.22

Codes

Color #9B587C in popluar color models

9B 58 7C
RGB 155 88 124
HSL 328° 27.57% 47.65%
HSB/HSV 328° 43.23% 60.78%
CMYK 0.00% 43.23% 20.00%
39.22%

Color #9B587C in popluar number systems.

HEX 9B 58 7C
Decimal 155 88 124
Binary 10011011 1011000 1111100
Octal 233 130 174

Shades and tints

Shades of #9B587C

#9B587C
(155,88,124)
#8D5071
(141,80,113)
#7F4866
(127,72,102)
#71405B
(113,64,91)
#633850
(99,56,80)
#553045
(85,48,69)
#47283A
(71,40,58)
#39202F
(57,32,47)
#2B1824
(43,24,36)
#1D1019
(29,16,25)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #9B587C

#9B587C
(155,88,124)
#A46787
(164,103,135)
#AD7692
(173,118,146)
#B6859D
(182,133,157)
#BF94A8
(191,148,168)
#C8A3B3
(200,163,179)
#D1B2BE
(209,178,190)
#DAC1C9
(218,193,201)
#E3D0D4
(227,208,212)
#ECDFDF
(236,223,223)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B587C color. Also use rgb(155,88,124) instead hex code.

Text Font Color

.myTextColor { color: #9B587C; }

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

This text font color is #9B587C.

Background Color

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

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

This div background color is #9B587C.

Border color

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

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

This div border color is #9B587C.

Opacity

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

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

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

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

This text has shadow with #9B587C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B587C.

Preview

Color preview on black background

This text has color #9B587C on black background.


Color preview on white background

This text has color #9B587C on white background.


Black color preview on #9B587C background

This text has black color on #9B587C background.


White color preview on #9B587C background

This text has white color on #9B587C background.


Related colors

Complementary color

Complementary color for #hex is #64A783.


I love getcolorcode.com

Triadic colors

1 #7C9B58 and #587C9B with #9B587C are triadic colors.

2 #7C589B and #589B7C with #9B587C are triadic colors.