COLOR #9B7494

HEX: #9B7494 RGB: (155,116,148)

Color info

#9B7494 contains red, green and blue colors in about the same proportion. Web safe color of #9B7494 is #996699 (or #969).

RGB color model

#9B7494 color RGB value is (155,116,148).

RGB: (155,116,148) (61%, 45%, 58%)

RGB channels and saturation

R 155 of 255 = 61%
G 116 of 255 = 45%
B 148 of 255 = 58%

155
116
148

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

Portions of RGB colors in percentages

R + G + B = 155 + 116 + 148 = 419 (100%)
R 155 of 419 ~ 36.99%
G 116 of 419 ~ 27.68%
B 148 of 419 ~ 35.32'%

%36.99
%27.68
%35.32

CMYK color model

#9B7494 color CMYK value is (0,25,5,39).

  • cyan value is 0.00%
  • magenta value is 25.16%
  • yellow value is 4.52%
  • key color value is 39.22%

CMYK: (0,25,5,39)
C0M25Y5K39 (0%, 25%, 5%, 39%)
(0.00 / 0.25 / 0.05 / 0.39)

CMYK percentages

%0
%25.16
%4.52
%39.22

Codes

Color #9B7494 in popluar color models

9B 74 94
RGB 155 116 148
HSL 311° 16.32% 53.14%
HSB/HSV 311° 25.16% 60.78%
CMYK 0.00% 25.16% 4.52%
39.22%

Color #9B7494 in popluar number systems.

HEX 9B 74 94
Decimal 155 116 148
Binary 10011011 1110100 10010100
Octal 233 164 224

Shades and tints

Shades of #9B7494

#9B7494
(155,116,148)
#8D6A87
(141,106,135)
#7F607A
(127,96,122)
#71566D
(113,86,109)
#634C60
(99,76,96)
#554253
(85,66,83)
#473846
(71,56,70)
#392E39
(57,46,57)
#2B242C
(43,36,44)
#1D1A1F
(29,26,31)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #9B7494

#9B7494
(155,116,148)
#A4809D
(164,128,157)
#AD8CA6
(173,140,166)
#B698AF
(182,152,175)
#BFA4B8
(191,164,184)
#C8B0C1
(200,176,193)
#D1BCCA
(209,188,202)
#DAC8D3
(218,200,211)
#E3D4DC
(227,212,220)
#ECE0E5
(236,224,229)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7494 color. Also use rgb(155,116,148) instead hex code.

Text Font Color

.myTextColor { color: #9B7494; }

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

This text font color is #9B7494.

Background Color

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

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

This div background color is #9B7494.

Border color

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

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

This div border color is #9B7494.

Opacity

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

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

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

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

This text has shadow with #9B7494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7494.

Preview

Color preview on black background

This text has color #9B7494 on black background.


Color preview on white background

This text has color #9B7494 on white background.


Black color preview on #9B7494 background

This text has black color on #9B7494 background.


White color preview on #9B7494 background

This text has white color on #9B7494 background.


Related colors

Complementary color

Complementary color for #hex is #648B6B.


I love getcolorcode.com

Triadic colors

1 #949B74 and #74949B with #9B7494 are triadic colors.

2 #94749B and #749B94 with #9B7494 are triadic colors.