COLOR #9757B7

HEX: #9757B7 RGB: (151,87,183)

Color info

#9757B7 contains mainly red and blue colors. Web safe color of #9757B7 is #9966CC (or #96C).

RGB color model

#9757B7 color RGB value is (151,87,183).

RGB: (151,87,183) (59%, 34%, 72%)

RGB channels and saturation

R 151 of 255 = 59%
G 87 of 255 = 34%
B 183 of 255 = 72%

151
87
183

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

Portions of RGB colors in percentages

R + G + B = 151 + 87 + 183 = 421 (100%)
R 151 of 421 ~ 35.87%
G 87 of 421 ~ 20.67%
B 183 of 421 ~ 43.47'%

%35.87
%20.67
%43.47

CMYK color model

#9757B7 color CMYK value is (17,52,0,28).

  • cyan value is 17.49%
  • magenta value is 52.46%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (17,52,0,28)
C17M52Y0K28 (17%, 52%, 0%, 28%)
(0.17 / 0.52 / 0.00 / 0.28)

CMYK percentages

%17.49
%52.46
%0
%28.24

Codes

Color #9757B7 in popluar color models

97 57 B7
RGB 151 87 183
HSL 280° 40.00% 52.94%
HSB/HSV 280° 52.46% 71.76%
CMYK 17.49% 52.46% 0.00%
28.24%

Color #9757B7 in popluar number systems.

HEX 97 57 B7
Decimal 151 87 183
Binary 10010111 1010111 10110111
Octal 227 127 267

Shades and tints

Shades of #9757B7

#9757B7
(151,87,183)
#8A50A7
(138,80,167)
#7D4997
(125,73,151)
#704287
(112,66,135)
#633B77
(99,59,119)
#563467
(86,52,103)
#492D57
(73,45,87)
#3C2647
(60,38,71)
#2F1F37
(47,31,55)
#221827
(34,24,39)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #9757B7

#9757B7
(151,87,183)
#A066BD
(160,102,189)
#A975C3
(169,117,195)
#B284C9
(178,132,201)
#BB93CF
(187,147,207)
#C4A2D5
(196,162,213)
#CDB1DB
(205,177,219)
#D6C0E1
(214,192,225)
#DFCFE7
(223,207,231)
#E8DEED
(232,222,237)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9757B7 color. Also use rgb(151,87,183) instead hex code.

Text Font Color

.myTextColor { color: #9757B7; }

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

This text font color is #9757B7.

Background Color

.myBgColor { background-color: #9757B7; }

<div style="background-color:#9757B7">Inner text</div>

This div background color is #9757B7.

Border color

.myBorderColor { border: 1px solid #9757B7; }

<div style="border:3px solid #9757B7">Div</div>

This div border color is #9757B7.

Opacity

.myOpacity80 { color: #9757B7; opacity: 0.8; }

<p style="color:#9757B7;opacity:0.8;">80%</p>

Text with #9757B7 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 #9757B7;}

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

This text has shadow with #9757B7 color.


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

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

This text has shadow with #9757B7 primary color and red secondary color.


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

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

This text has shadow with #9757B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9757B7.

Preview

Color preview on black background

This text has color #9757B7 on black background.


Color preview on white background

This text has color #9757B7 on white background.


Black color preview on #9757B7 background

This text has black color on #9757B7 background.


White color preview on #9757B7 background

This text has white color on #9757B7 background.


Related colors

Complementary color

Complementary color for #hex is #68A848.


I love getcolorcode.com

Triadic colors

1 #B79757 and #57B797 with #9757B7 are triadic colors.

2 #B75797 and #5797B7 with #9757B7 are triadic colors.