COLOR #9B627D

HEX: #9B627D
RGB: (155,98,125)

Color info

#9B627D contains red, green and blue colors in about the same proportion. Web safe color of #9B627D is #996666 (or #966).

RGB color model

#9B627D color RGB value is (155,98,125).

  • red value is 155;
  • green value is 98;
  • blue value is 125.
RGB:
(155,98,125)
(61%,38%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 125 of 255 = 49%

155
98
125

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

Portions of RGB colors in percentages

R + G + B =
155 + 98 + 125 = 378 (100%)
R 155 of 378 ~ 41.01%
G 98 of 378 ~ 25.93%
B 125 of 378 ~ 33.07%

%41.01
%25.93
%33.07

CMYK color model

#9B627D color CMYK value is (0,37,19,39).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(0,37,19,39)
C0M37Y19K39 
(0%,37%,19%,39%)
(0.00/0.37/0.19/0.39)	

CMYK percentages

%0
%36.77
%19.35
%39.22

Codes

Color #9B627D in popluar color models

9B627D
RGB15598125
HSL332°22.53%49.61%
HSB/HSV332°36.77%60.78%
CMYK0.00%36.77%19.35%
39.22%

Color #9B627D in popluar number systems.

HEX9B627D
Decimal15598125
Binary1001101111000101111101
Octal233142175

Shades and tints

Shades of #9B627D

#9B627D
(155,98,125)
#8D5A72
(141,90,114)
#7F5267
(127,82,103)
#714A5C
(113,74,92)
#634251
(99,66,81)
#553A46
(85,58,70)
#47323B
(71,50,59)
#392A30
(57,42,48)
#2B2225
(43,34,37)
#1D1A1A
(29,26,26)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #9B627D

#9B627D
(155,98,125)
#A47088
(164,112,136)
#AD7E93
(173,126,147)
#B68C9E
(182,140,158)
#BF9AA9
(191,154,169)
#C8A8B4
(200,168,180)
#D1B6BF
(209,182,191)
#DAC4CA
(218,196,202)
#E3D2D5
(227,210,213)
#ECE0E0
(236,224,224)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B627D color. Also use rgb(155,98,125) instead hex code.

Text Font Color

.myTextColor { color: #9B627D; }

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

This text font color is #9B627D.


Background Color

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

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

This div background color is #9B627D.


Border color

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

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

This div border color is #9B627D.


Opacity

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

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

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

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

This text has shadow with #9B627D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B627D on black background.


Color preview on white background

This text has color #9B627D on white background.



Black color preview on #9B627D background

This text has black color on #9B627D background.


White color preview on #9B627D background

This text has white color on #9B627D background.