COLOR #9A749D

HEX: #9A749D
RGB: (154,116,157)

Color info

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

RGB color model

#9A749D color RGB value is (154,116,157).

  • red value is 154;
  • green value is 116;
  • blue value is 157.
RGB:
(154,116,157)
(60%,45%,62%)

RGB channels and saturation

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

154
116
157

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

Portions of RGB colors in percentages

R + G + B =
154 + 116 + 157 = 427 (100%)
R 154 of 427 ~ 36.07%
G 116 of 427 ~ 27.17%
B 157 of 427 ~ 36.77%

%36.07
%27.17
%36.77

CMYK color model

#9A749D color CMYK value is (2,26,0,38).

  • cyan value is 1.91%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(2,26,0,38)
C2M26Y0K38 
(2%,26%,0%,38%)
(0.02/0.26/0.00/0.38)	

CMYK percentages

%1.91
%26.11
%0
%38.43

Codes

Color #9A749D in popluar color models

9A749D
RGB154116157
HSL296°17.30%53.53%
HSB/HSV296°26.11%61.57%
CMYK1.91%26.11%0.00%
38.43%

Color #9A749D in popluar number systems.

HEX9A749D
Decimal154116157
Binary10011010111010010011101
Octal232164235

Shades and tints

Shades of #9A749D

#9A749D
(154,116,157)
#8C6A8F
(140,106,143)
#7E6081
(126,96,129)
#705673
(112,86,115)
#624C65
(98,76,101)
#544257
(84,66,87)
#463849
(70,56,73)
#382E3B
(56,46,59)
#2A242D
(42,36,45)
#1C1A1F
(28,26,31)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #9A749D

#9A749D
(154,116,157)
#A380A5
(163,128,165)
#AC8CAD
(172,140,173)
#B598B5
(181,152,181)
#BEA4BD
(190,164,189)
#C7B0C5
(199,176,197)
#D0BCCD
(208,188,205)
#D9C8D5
(217,200,213)
#E2D4DD
(226,212,221)
#EBE0E5
(235,224,229)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A749D; }

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

This text font color is #9A749D.


Background Color

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

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

This div background color is #9A749D.


Border color

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

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

This div border color is #9A749D.


Opacity

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

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

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

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

This text has shadow with #9A749D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A749D on black background.


Color preview on white background

This text has color #9A749D on white background.



Black color preview on #9A749D background

This text has black color on #9A749D background.


White color preview on #9A749D background

This text has white color on #9A749D background.