COLOR #9765AA

HEX: #9765AA
RGB: (151,101,170)

Color info

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

RGB color model

#9765AA color RGB value is (151,101,170).

  • red value is 151;
  • green value is 101;
  • blue value is 170.
RGB:
(151,101,170)
(59%,40%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 101 of 255 = 40%
B 170 of 255 = 67%

151
101
170

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

Portions of RGB colors in percentages

R + G + B =
151 + 101 + 170 = 422 (100%)
R 151 of 422 ~ 35.78%
G 101 of 422 ~ 23.93%
B 170 of 422 ~ 40.28%

%35.78
%23.93
%40.28

CMYK color model

#9765AA color CMYK value is (11,41,0,33).

  • cyan value is 11.18%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(11,41,0,33)
C11M41Y0K33 
(11%,41%,0%,33%)
(0.11/0.41/0.00/0.33)	

CMYK percentages

%11.18
%40.59
%0
%33.33

Codes

Color #9765AA in popluar color models

9765AA
RGB151101170
HSL283°28.87%53.14%
HSB/HSV283°40.59%66.67%
CMYK11.18%40.59%0.00%
33.33%

Color #9765AA in popluar number systems.

HEX9765AA
Decimal151101170
Binary10010111110010110101010
Octal227145252

Shades and tints

Shades of #9765AA

#9765AA
(151,101,170)
#8A5C9B
(138,92,155)
#7D538C
(125,83,140)
#704A7D
(112,74,125)
#63416E
(99,65,110)
#56385F
(86,56,95)
#492F50
(73,47,80)
#3C2641
(60,38,65)
#2F1D32
(47,29,50)
#221423
(34,20,35)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #9765AA

#9765AA
(151,101,170)
#A073B1
(160,115,177)
#A981B8
(169,129,184)
#B28FBF
(178,143,191)
#BB9DC6
(187,157,198)
#C4ABCD
(196,171,205)
#CDB9D4
(205,185,212)
#D6C7DB
(214,199,219)
#DFD5E2
(223,213,226)
#E8E3E9
(232,227,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9765AA; }

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

This text font color is #9765AA.


Background Color

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

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

This div background color is #9765AA.


Border color

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

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

This div border color is #9765AA.


Opacity

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

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

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

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

This text has shadow with #9765AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9765AA on black background.


Color preview on white background

This text has color #9765AA on white background.



Black color preview on #9765AA background

This text has black color on #9765AA background.


White color preview on #9765AA background

This text has white color on #9765AA background.