COLOR #9765A1

HEX: #9765A1 RGB: (151,101,161)

Color info

#9765A1 contains mainly red and blue colors. Web safe color of #9765A1 is #996699 (or #969).

RGB color model

#9765A1 color RGB value is (151,101,161).

RGB: (151,101,161) (59%, 40%, 63%)

RGB channels and saturation

R 151 of 255 = 59%
G 101 of 255 = 40%
B 161 of 255 = 63%

151
101
161

R + G + B ~ 54%. #9765A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 101 + 161 = 413 (100%)
R 151 of 413 ~ 36.56%
G 101 of 413 ~ 24.46%
B 161 of 413 ~ 38.98'%

%36.56
%24.46
%38.98

CMYK color model

#9765A1 color CMYK value is (6,37,0,37).

  • cyan value is 6.21%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (6,37,0,37) C6M37Y0K37 (6%,37%,0%,37%) (0.06/0.37/0.00/0.37) 

CMYK percentages

%6.21
%37.27
%0
%36.86

Codes

Color #9765A1 in popluar color models

97 65 A1
RGB 151 101 161
HSL 290° 24.19% 51.37%
HSB/HSV 290° 37.27% 63.14%
CMYK 6.21% 37.27% 0.00%
36.86%

Color #9765A1 in popluar number systems.

HEX 97 65 A1
Decimal 151 101 161
Binary 10010111 1100101 10100001
Octal 227 145 241

Shades and tints

Shades of #9765A1

#9765A1
(151,101,161)
#8A5C93
(138,92,147)
#7D5385
(125,83,133)
#704A77
(112,74,119)
#634169
(99,65,105)
#56385B
(86,56,91)
#492F4D
(73,47,77)
#3C263F
(60,38,63)
#2F1D31
(47,29,49)
#221423
(34,20,35)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #9765A1

#9765A1
(151,101,161)
#A073A9
(160,115,169)
#A981B1
(169,129,177)
#B28FB9
(178,143,185)
#BB9DC1
(187,157,193)
#C4ABC9
(196,171,201)
#CDB9D1
(205,185,209)
#D6C7D9
(214,199,217)
#DFD5E1
(223,213,225)
#E8E3E9
(232,227,233)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9765A1 color. Also use rgb(151,101,161) instead hex code.

Text Font Color

.myTextColor { color: #9765A1; }

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

This text font color is #9765A1.

Background Color

.myBgColor { background-color: #9765A1; }

<div style="background-color:#9765A1">Inner text</div>

This div background color is #9765A1.

Border color

.myBorderColor { border: 1px solid #9765A1; }

<div style="border:3px solid #9765A1">Div</div>

This div border color is #9765A1.

Opacity

.myOpacity80 { color: #9765A1; opacity: 0.8; }

<p style="color:#9765A1;opacity:0.8;">80%</p>

Text with #9765A1 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 #9765A1;}

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

This text has shadow with #9765A1 color.


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

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

This text has shadow with #9765A1 primary color and red secondary color.


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

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

This text has shadow with #9765A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9765A1.

Preview

Color preview on black background

This text has color #9765A1 on black background.


Color preview on white background

This text has color #9765A1 on white background.


Black color preview on #9765A1 background

This text has black color on #9765A1 background.


White color preview on #9765A1 background

This text has white color on #9765A1 background.


Related colors

Complementary color

Complementary color for #hex is #689A5E.


I love getcolorcode.com

Triadic colors

1 #A19765 and #65A197 with #9765A1 are triadic colors.

2 #A16597 and #6597A1 with #9765A1 are triadic colors.