COLOR #9B467D

HEX: #9B467D RGB: (155,70,125)

Color info

#9B467D contains mainly red and blue colors. Web safe color of #9B467D is #993366 (or #936).

RGB color model

#9B467D color RGB value is (155,70,125).

RGB: (155,70,125) (61%, 27%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 70 of 255 = 27%
B 125 of 255 = 49%

155
70
125

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

Portions of RGB colors in percentages

R + G + B = 155 + 70 + 125 = 350 (100%)
R 155 of 350 ~ 44.29%
G 70 of 350 ~ 20%
B 125 of 350 ~ 35.71'%

%44.29
%20
%35.71

CMYK color model

#9B467D color CMYK value is (0,55,19,39).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 19.35%
  • key color value is 39.22%

CMYK: (0,55,19,39)
C0M55Y19K39 (0%, 55%, 19%, 39%)
(0.00 / 0.55 / 0.19 / 0.39)

CMYK percentages

%0
%54.84
%19.35
%39.22

Codes

Color #9B467D in popluar color models

9B 46 7D
RGB 155 70 125
HSL 321° 37.78% 44.12%
HSB/HSV 321° 54.84% 60.78%
CMYK 0.00% 54.84% 19.35%
39.22%

Color #9B467D in popluar number systems.

HEX 9B 46 7D
Decimal 155 70 125
Binary 10011011 1000110 1111101
Octal 233 106 175

Shades and tints

Shades of #9B467D

#9B467D
(155,70,125)
#8D4072
(141,64,114)
#7F3A67
(127,58,103)
#71345C
(113,52,92)
#632E51
(99,46,81)
#552846
(85,40,70)
#47223B
(71,34,59)
#391C30
(57,28,48)
#2B1625
(43,22,37)
#1D101A
(29,16,26)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #9B467D

#9B467D
(155,70,125)
#A45688
(164,86,136)
#AD6693
(173,102,147)
#B6769E
(182,118,158)
#BF86A9
(191,134,169)
#C896B4
(200,150,180)
#D1A6BF
(209,166,191)
#DAB6CA
(218,182,202)
#E3C6D5
(227,198,213)
#ECD6E0
(236,214,224)
#F5E6EB
(245,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B467D; }

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

This text font color is #9B467D.

Background Color

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

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

This div background color is #9B467D.

Border color

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

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

This div border color is #9B467D.

Opacity

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

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

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

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

This text has shadow with #9B467D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B467D.

Preview

Color preview on black background

This text has color #9B467D on black background.


Color preview on white background

This text has color #9B467D on white background.


Black color preview on #9B467D background

This text has black color on #9B467D background.


White color preview on #9B467D background

This text has white color on #9B467D background.


Related colors

Complementary color

Complementary color for #hex is #64B982.


I love getcolorcode.com

Triadic colors

1 #7D9B46 and #467D9B with #9B467D are triadic colors.

2 #7D469B and #469B7D with #9B467D are triadic colors.