COLOR #9A749E

HEX: #9A749E RGB: (154,116,158)

Color info

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

RGB color model

#9A749E color RGB value is (154,116,158).

RGB: (154,116,158) (60%, 45%, 62%)

RGB channels and saturation

R 154 of 255 = 60%
G 116 of 255 = 45%
B 158 of 255 = 62%

154
116
158

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

Portions of RGB colors in percentages

R + G + B = 154 + 116 + 158 = 428 (100%)
R 154 of 428 ~ 35.98%
G 116 of 428 ~ 27.1%
B 158 of 428 ~ 36.92'%

%35.98
%27.1
%36.92

CMYK color model

#9A749E color CMYK value is (3,27,0,38).

  • cyan value is 2.53%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (3,27,0,38)
C3M27Y0K38 (3%, 27%, 0%, 38%)
(0.03 / 0.27 / 0.00 / 0.38)

CMYK percentages

%2.53
%26.58
%0
%38.04

Codes

Color #9A749E in popluar color models

9A 74 9E
RGB 154 116 158
HSL 294° 17.80% 53.73%
HSB/HSV 294° 26.58% 61.96%
CMYK 2.53% 26.58% 0.00%
38.04%

Color #9A749E in popluar number systems.

HEX 9A 74 9E
Decimal 154 116 158
Binary 10011010 1110100 10011110
Octal 232 164 236

Shades and tints

Shades of #9A749E

#9A749E
(154,116,158)
#8C6A90
(140,106,144)
#7E6082
(126,96,130)
#705674
(112,86,116)
#624C66
(98,76,102)
#544258
(84,66,88)
#46384A
(70,56,74)
#382E3C
(56,46,60)
#2A242E
(42,36,46)
#1C1A20
(28,26,32)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #9A749E

#9A749E
(154,116,158)
#A380A6
(163,128,166)
#AC8CAE
(172,140,174)
#B598B6
(181,152,182)
#BEA4BE
(190,164,190)
#C7B0C6
(199,176,198)
#D0BCCE
(208,188,206)
#D9C8D6
(217,200,214)
#E2D4DE
(226,212,222)
#EBE0E6
(235,224,230)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A749E color. Also use rgb(154,116,158) instead hex code.

Text Font Color

.myTextColor { color: #9A749E; }

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

This text font color is #9A749E.

Background Color

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

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

This div background color is #9A749E.

Border color

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

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

This div border color is #9A749E.

Opacity

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

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

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

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

This text has shadow with #9A749E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A749E.

Preview

Color preview on black background

This text has color #9A749E on black background.


Color preview on white background

This text has color #9A749E on white background.


Black color preview on #9A749E background

This text has black color on #9A749E background.


White color preview on #9A749E background

This text has white color on #9A749E background.


Related colors

Complementary color

Complementary color for #hex is #658B61.


I love getcolorcode.com

Triadic colors

1 #9E9A74 and #749E9A with #9A749E are triadic colors.

2 #9E749A and #749A9E with #9A749E are triadic colors.