COLOR #9765AE

HEX: #9765AE RGB: (151,101,174)

Color info

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

RGB color model

#9765AE color RGB value is (151,101,174).

RGB: (151,101,174) (59%, 40%, 68%)

RGB channels and saturation

R 151 of 255 = 59%
G 101 of 255 = 40%
B 174 of 255 = 68%

151
101
174

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

Portions of RGB colors in percentages

R + G + B = 151 + 101 + 174 = 426 (100%)
R 151 of 426 ~ 35.45%
G 101 of 426 ~ 23.71%
B 174 of 426 ~ 40.85'%

%35.45
%23.71
%40.85

CMYK color model

#9765AE color CMYK value is (13,42,0,32).

  • cyan value is 13.22%
  • magenta value is 41.95%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (13,42,0,32)
C13M42Y0K32 (13%, 42%, 0%, 32%)
(0.13 / 0.42 / 0.00 / 0.32)

CMYK percentages

%13.22
%41.95
%0
%31.76

Codes

Color #9765AE in popluar color models

97 65 AE
RGB 151 101 174
HSL 281° 31.06% 53.92%
HSB/HSV 281° 41.95% 68.24%
CMYK 13.22% 41.95% 0.00%
31.76%

Color #9765AE in popluar number systems.

HEX 97 65 AE
Decimal 151 101 174
Binary 10010111 1100101 10101110
Octal 227 145 256

Shades and tints

Shades of #9765AE

#9765AE
(151,101,174)
#8A5C9F
(138,92,159)
#7D5390
(125,83,144)
#704A81
(112,74,129)
#634172
(99,65,114)
#563863
(86,56,99)
#492F54
(73,47,84)
#3C2645
(60,38,69)
#2F1D36
(47,29,54)
#221427
(34,20,39)
#150B18
(21,11,24)
#000000
(0,0,0)

Tints of #9765AE

#9765AE
(151,101,174)
#A073B5
(160,115,181)
#A981BC
(169,129,188)
#B28FC3
(178,143,195)
#BB9DCA
(187,157,202)
#C4ABD1
(196,171,209)
#CDB9D8
(205,185,216)
#D6C7DF
(214,199,223)
#DFD5E6
(223,213,230)
#E8E3ED
(232,227,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9765AE; }

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

This text font color is #9765AE.

Background Color

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

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

This div background color is #9765AE.

Border color

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

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

This div border color is #9765AE.

Opacity

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

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

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

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

This text has shadow with #9765AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9765AE.

Preview

Color preview on black background

This text has color #9765AE on black background.


Color preview on white background

This text has color #9765AE on white background.


Black color preview on #9765AE background

This text has black color on #9765AE background.


White color preview on #9765AE background

This text has white color on #9765AE background.


Related colors

Complementary color

Complementary color for #hex is #689A51.


I love getcolorcode.com

Triadic colors

1 #AE9765 and #65AE97 with #9765AE are triadic colors.

2 #AE6597 and #6597AE with #9765AE are triadic colors.