COLOR #9B458B

HEX: #9B458B RGB: (155,69,139)

Color info

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

RGB color model

#9B458B color RGB value is (155,69,139).

RGB: (155,69,139) (61%, 27%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 69 of 255 = 27%
B 139 of 255 = 55%

155
69
139

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

Portions of RGB colors in percentages

R + G + B = 155 + 69 + 139 = 363 (100%)
R 155 of 363 ~ 42.7%
G 69 of 363 ~ 19.01%
B 139 of 363 ~ 38.29'%

%42.7
%19.01
%38.29

CMYK color model

#9B458B color CMYK value is (0,55,10,39).

  • cyan value is 0.00%
  • magenta value is 55.48%
  • yellow value is 10.32%
  • key color value is 39.22%

CMYK: (0,55,10,39)
C0M55Y10K39 (0%, 55%, 10%, 39%)
(0.00 / 0.55 / 0.10 / 0.39)

CMYK percentages

%0
%55.48
%10.32
%39.22

Codes

Color #9B458B in popluar color models

9B 45 8B
RGB 155 69 139
HSL 311° 38.39% 43.92%
HSB/HSV 311° 55.48% 60.78%
CMYK 0.00% 55.48% 10.32%
39.22%

Color #9B458B in popluar number systems.

HEX 9B 45 8B
Decimal 155 69 139
Binary 10011011 1000101 10001011
Octal 233 105 213

Shades and tints

Shades of #9B458B

#9B458B
(155,69,139)
#8D3F7F
(141,63,127)
#7F3973
(127,57,115)
#713367
(113,51,103)
#632D5B
(99,45,91)
#55274F
(85,39,79)
#472143
(71,33,67)
#391B37
(57,27,55)
#2B152B
(43,21,43)
#1D0F1F
(29,15,31)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #9B458B

#9B458B
(155,69,139)
#A45595
(164,85,149)
#AD659F
(173,101,159)
#B675A9
(182,117,169)
#BF85B3
(191,133,179)
#C895BD
(200,149,189)
#D1A5C7
(209,165,199)
#DAB5D1
(218,181,209)
#E3C5DB
(227,197,219)
#ECD5E5
(236,213,229)
#F5E5EF
(245,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B458B; }

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

This text font color is #9B458B.

Background Color

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

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

This div background color is #9B458B.

Border color

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

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

This div border color is #9B458B.

Opacity

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

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

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

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

This text has shadow with #9B458B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B458B.

Preview

Color preview on black background

This text has color #9B458B on black background.


Color preview on white background

This text has color #9B458B on white background.


Black color preview on #9B458B background

This text has black color on #9B458B background.


White color preview on #9B458B background

This text has white color on #9B458B background.


Related colors

Complementary color

Complementary color for #hex is #64BA74.


I love getcolorcode.com

Triadic colors

1 #8B9B45 and #458B9B with #9B458B are triadic colors.

2 #8B459B and #459B8B with #9B458B are triadic colors.