COLOR #9B438B

HEX: #9B438B
RGB: (155,67,139)

Color info

#9B438B contains mainly red and blue colors. Web safe color of #9B438B is #993399 (or #939).

RGB color model

#9B438B color RGB value is (155,67,139).

  • red value is 155;
  • green value is 67;
  • blue value is 139.
RGB:
(155,67,139)
(61%,26%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 67 of 255 = 26%
B 139 of 255 = 55%

155
67
139

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

Portions of RGB colors in percentages

R + G + B =
155 + 67 + 139 = 361 (100%)
R 155 of 361 ~ 42.94%
G 67 of 361 ~ 18.56%
B 139 of 361 ~ 38.5%

%42.94
%18.56
%38.5

CMYK color model

#9B438B color CMYK value is (0,57,10,39).

  • cyan value is 0.00%
  • magenta value is 56.77%
  • yellow value is 10.32%
  • key color value is 39.22%
CMYK:
(0,57,10,39)
C0M57Y10K39 
(0%,57%,10%,39%)
(0.00/0.57/0.10/0.39)	

CMYK percentages

%0
%56.77
%10.32
%39.22

Codes

Color #9B438B in popluar color models

9B438B
RGB15567139
HSL311°39.64%43.53%
HSB/HSV311°56.77%60.78%
CMYK0.00%56.77%10.32%
39.22%

Color #9B438B in popluar number systems.

HEX9B438B
Decimal15567139
Binary10011011100001110001011
Octal233103213

Shades and tints

Shades of #9B438B

#9B438B
(155,67,139)
#8D3D7F
(141,61,127)
#7F3773
(127,55,115)
#713167
(113,49,103)
#632B5B
(99,43,91)
#55254F
(85,37,79)
#471F43
(71,31,67)
#391937
(57,25,55)
#2B132B
(43,19,43)
#1D0D1F
(29,13,31)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #9B438B

#9B438B
(155,67,139)
#A45495
(164,84,149)
#AD659F
(173,101,159)
#B676A9
(182,118,169)
#BF87B3
(191,135,179)
#C898BD
(200,152,189)
#D1A9C7
(209,169,199)
#DABAD1
(218,186,209)
#E3CBDB
(227,203,219)
#ECDCE5
(236,220,229)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B438B color. Also use rgb(155,67,139) instead hex code.

Text Font Color

.myTextColor { color: #9B438B; }

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

This text font color is #9B438B.


Background Color

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

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

This div background color is #9B438B.


Border color

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

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

This div border color is #9B438B.


Opacity

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

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

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

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

This text has shadow with #9B438B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B438B on black background.


Color preview on white background

This text has color #9B438B on white background.



Black color preview on #9B438B background

This text has black color on #9B438B background.


White color preview on #9B438B background

This text has white color on #9B438B background.