COLOR #9A759B

HEX: #9A759B RGB: (154,117,155)

Color info

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

RGB color model

#9A759B color RGB value is (154,117,155).

RGB: (154,117,155) (60%, 46%, 61%)

RGB channels and saturation

R 154 of 255 = 60%
G 117 of 255 = 46%
B 155 of 255 = 61%

154
117
155

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

Portions of RGB colors in percentages

R + G + B = 154 + 117 + 155 = 426 (100%)
R 154 of 426 ~ 36.15%
G 117 of 426 ~ 27.46%
B 155 of 426 ~ 36.38'%

%36.15
%27.46
%36.38

CMYK color model

#9A759B color CMYK value is (1,25,0,39).

  • cyan value is 0.65%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (1,25,0,39)
C1M25Y0K39 (1%, 25%, 0%, 39%)
(0.01 / 0.25 / 0.00 / 0.39)

CMYK percentages

%0.65
%24.52
%0
%39.22

Codes

Color #9A759B in popluar color models

9A 75 9B
RGB 154 117 155
HSL 298° 15.97% 53.33%
HSB/HSV 298° 24.52% 60.78%
CMYK 0.65% 24.52% 0.00%
39.22%

Color #9A759B in popluar number systems.

HEX 9A 75 9B
Decimal 154 117 155
Binary 10011010 1110101 10011011
Octal 232 165 233

Shades and tints

Shades of #9A759B

#9A759B
(154,117,155)
#8C6B8D
(140,107,141)
#7E617F
(126,97,127)
#705771
(112,87,113)
#624D63
(98,77,99)
#544355
(84,67,85)
#463947
(70,57,71)
#382F39
(56,47,57)
#2A252B
(42,37,43)
#1C1B1D
(28,27,29)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #9A759B

#9A759B
(154,117,155)
#A381A4
(163,129,164)
#AC8DAD
(172,141,173)
#B599B6
(181,153,182)
#BEA5BF
(190,165,191)
#C7B1C8
(199,177,200)
#D0BDD1
(208,189,209)
#D9C9DA
(217,201,218)
#E2D5E3
(226,213,227)
#EBE1EC
(235,225,236)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A759B; }

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

This text font color is #9A759B.

Background Color

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

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

This div background color is #9A759B.

Border color

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

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

This div border color is #9A759B.

Opacity

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

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

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

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

This text has shadow with #9A759B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A759B.

Preview

Color preview on black background

This text has color #9A759B on black background.


Color preview on white background

This text has color #9A759B on white background.


Black color preview on #9A759B background

This text has black color on #9A759B background.


White color preview on #9A759B background

This text has white color on #9A759B background.


Related colors

Complementary color

Complementary color for #hex is #658A64.


I love getcolorcode.com

Triadic colors

1 #9B9A75 and #759B9A with #9A759B are triadic colors.

2 #9B759A and #759A9B with #9A759B are triadic colors.