COLOR #9759AD

HEX: #9759AD
RGB: (151,89,173)

Color info

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

RGB color model

#9759AD color RGB value is (151,89,173).

  • red value is 151;
  • green value is 89;
  • blue value is 173.
RGB:
(151,89,173)
(59%,35%,68%)

RGB channels and saturation

R 151 of 255 = 59%
G 89 of 255 = 35%
B 173 of 255 = 68%

151
89
173

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

Portions of RGB colors in percentages

R + G + B =
151 + 89 + 173 = 413 (100%)
R 151 of 413 ~ 36.56%
G 89 of 413 ~ 21.55%
B 173 of 413 ~ 41.89%

%36.56
%21.55
%41.89

CMYK color model

#9759AD color CMYK value is (13,49,0,32).

  • cyan value is 12.72%
  • magenta value is 48.55%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,49,0,32)
C13M49Y0K32 
(13%,49%,0%,32%)
(0.13/0.49/0.00/0.32)	

CMYK percentages

%12.72
%48.55
%0
%32.16

Codes

Color #9759AD in popluar color models

9759AD
RGB15189173
HSL284°33.87%51.37%
HSB/HSV284°48.55%67.84%
CMYK12.72%48.55%0.00%
32.16%

Color #9759AD in popluar number systems.

HEX9759AD
Decimal15189173
Binary10010111101100110101101
Octal227131255

Shades and tints

Shades of #9759AD

#9759AD
(151,89,173)
#8A519E
(138,81,158)
#7D498F
(125,73,143)
#704180
(112,65,128)
#633971
(99,57,113)
#563162
(86,49,98)
#492953
(73,41,83)
#3C2144
(60,33,68)
#2F1935
(47,25,53)
#221126
(34,17,38)
#150917
(21,9,23)
#000000
(0,0,0)

Tints of #9759AD

#9759AD
(151,89,173)
#A068B4
(160,104,180)
#A977BB
(169,119,187)
#B286C2
(178,134,194)
#BB95C9
(187,149,201)
#C4A4D0
(196,164,208)
#CDB3D7
(205,179,215)
#D6C2DE
(214,194,222)
#DFD1E5
(223,209,229)
#E8E0EC
(232,224,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9759AD color. Also use rgb(151,89,173) instead hex code.

Text Font Color

.myTextColor { color: #9759AD; }

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

This text font color is #9759AD.


Background Color

.myBgColor { background-color: #9759AD; }

<div style="background-color:#9759AD">Inner text</div>

This div background color is #9759AD.


Border color

.myBorderColor { border: 1px solid #9759AD; }

<div style="border:3px solid #9759AD">Div</div>

This div border color is #9759AD.


Opacity

.myOpacity80 { color: #9759AD; opacity: 0.8; }

<p style="color:#9759AD;opacity:0.8;">80%</p>

Text with #9759AD 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 #9759AD;}

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

This text has shadow with #9759AD color.

.textShadow {text-shadow: 3px 3px 1px #9759AD, 3px 3px 1px red;}

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

This text has shadow with #9759AD primary color and red secondary color.


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

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

This text has shadow with #9759AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9759AD on black background.


Color preview on white background

This text has color #9759AD on white background.



Black color preview on #9759AD background

This text has black color on #9759AD background.


White color preview on #9759AD background

This text has white color on #9759AD background.