COLOR #9B5870

HEX: #9B5870 RGB: (155,88,112)

Color info

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

RGB color model

#9B5870 color RGB value is (155,88,112).

RGB: (155,88,112) (61%, 35%, 44%)

RGB channels and saturation

R 155 of 255 = 61%
G 88 of 255 = 35%
B 112 of 255 = 44%

155
88
112

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

Portions of RGB colors in percentages

R + G + B = 155 + 88 + 112 = 355 (100%)
R 155 of 355 ~ 43.66%
G 88 of 355 ~ 24.79%
B 112 of 355 ~ 31.55'%

%43.66
%24.79
%31.55

CMYK color model

#9B5870 color CMYK value is (0,43,28,39).

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

CMYK: (0,43,28,39)
C0M43Y28K39 (0%, 43%, 28%, 39%)
(0.00 / 0.43 / 0.28 / 0.39)

CMYK percentages

%0
%43.23
%27.74
%39.22

Codes

Color #9B5870 in popluar color models

9B 58 70
RGB 155 88 112
HSL 339° 27.57% 47.65%
HSB/HSV 339° 43.23% 60.78%
CMYK 0.00% 43.23% 27.74%
39.22%

Color #9B5870 in popluar number systems.

HEX 9B 58 70
Decimal 155 88 112
Binary 10011011 1011000 1110000
Octal 233 130 160

Shades and tints

Shades of #9B5870

#9B5870
(155,88,112)
#8D5066
(141,80,102)
#7F485C
(127,72,92)
#714052
(113,64,82)
#633848
(99,56,72)
#55303E
(85,48,62)
#472834
(71,40,52)
#39202A
(57,32,42)
#2B1820
(43,24,32)
#1D1016
(29,16,22)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #9B5870

#9B5870
(155,88,112)
#A4677D
(164,103,125)
#AD768A
(173,118,138)
#B68597
(182,133,151)
#BF94A4
(191,148,164)
#C8A3B1
(200,163,177)
#D1B2BE
(209,178,190)
#DAC1CB
(218,193,203)
#E3D0D8
(227,208,216)
#ECDFE5
(236,223,229)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5870; }

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

This text font color is #9B5870.

Background Color

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

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

This div background color is #9B5870.

Border color

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

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

This div border color is #9B5870.

Opacity

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

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

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

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

This text has shadow with #9B5870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5870.

Preview

Color preview on black background

This text has color #9B5870 on black background.


Color preview on white background

This text has color #9B5870 on white background.


Black color preview on #9B5870 background

This text has black color on #9B5870 background.


White color preview on #9B5870 background

This text has white color on #9B5870 background.


Related colors

Complementary color

Complementary color for #hex is #64A78F.


I love getcolorcode.com

Triadic colors

1 #709B58 and #58709B with #9B5870 are triadic colors.

2 #70589B and #589B70 with #9B5870 are triadic colors.