COLOR #9A759F

HEX: #9A759F RGB: (154,117,159)

Color info

#9A759F contains red, green and blue colors in about the same proportion. Web safe color of #9A759F is #996699 (or #969).

RGB color model

#9A759F color RGB value is (154,117,159).

RGB: (154,117,159) (60%, 46%, 62%)

RGB channels and saturation

R 154 of 255 = 60%
G 117 of 255 = 46%
B 159 of 255 = 62%

154
117
159

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

Portions of RGB colors in percentages

R + G + B = 154 + 117 + 159 = 430 (100%)
R 154 of 430 ~ 35.81%
G 117 of 430 ~ 27.21%
B 159 of 430 ~ 36.98'%

%35.81
%27.21
%36.98

CMYK color model

#9A759F color CMYK value is (3,26,0,38).

  • cyan value is 3.14%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (3,26,0,38)
C3M26Y0K38 (3%, 26%, 0%, 38%)
(0.03 / 0.26 / 0.00 / 0.38)

CMYK percentages

%3.14
%26.42
%0
%37.65

Codes

Color #9A759F in popluar color models

9A 75 9F
RGB 154 117 159
HSL 293° 17.95% 54.12%
HSB/HSV 293° 26.42% 62.35%
CMYK 3.14% 26.42% 0.00%
37.65%

Color #9A759F in popluar number systems.

HEX 9A 75 9F
Decimal 154 117 159
Binary 10011010 1110101 10011111
Octal 232 165 237

Shades and tints

Shades of #9A759F

#9A759F
(154,117,159)
#8C6B91
(140,107,145)
#7E6183
(126,97,131)
#705775
(112,87,117)
#624D67
(98,77,103)
#544359
(84,67,89)
#46394B
(70,57,75)
#382F3D
(56,47,61)
#2A252F
(42,37,47)
#1C1B21
(28,27,33)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #9A759F

#9A759F
(154,117,159)
#A381A7
(163,129,167)
#AC8DAF
(172,141,175)
#B599B7
(181,153,183)
#BEA5BF
(190,165,191)
#C7B1C7
(199,177,199)
#D0BDCF
(208,189,207)
#D9C9D7
(217,201,215)
#E2D5DF
(226,213,223)
#EBE1E7
(235,225,231)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A759F color. Also use rgb(154,117,159) instead hex code.

Text Font Color

.myTextColor { color: #9A759F; }

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

This text font color is #9A759F.

Background Color

.myBgColor { background-color: #9A759F; }

<div style="background-color:#9A759F">Inner text</div>

This div background color is #9A759F.

Border color

.myBorderColor { border: 1px solid #9A759F; }

<div style="border:3px solid #9A759F">Div</div>

This div border color is #9A759F.

Opacity

.myOpacity80 { color: #9A759F; opacity: 0.8; }

<p style="color:#9A759F;opacity:0.8;">80%</p>

Text with #9A759F 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 #9A759F;}

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

This text has shadow with #9A759F color.


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

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

This text has shadow with #9A759F primary color and red secondary color.


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

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

This text has shadow with #9A759F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9A759F.

Preview

Color preview on black background

This text has color #9A759F on black background.


Color preview on white background

This text has color #9A759F on white background.


Black color preview on #9A759F background

This text has black color on #9A759F background.


White color preview on #9A759F background

This text has white color on #9A759F background.


Related colors

Complementary color

Complementary color for #hex is #658A60.


I love getcolorcode.com

Triadic colors

1 #9F9A75 and #759F9A with #9A759F are triadic colors.

2 #9F759A and #759A9F with #9A759F are triadic colors.