COLOR #9A749B

HEX: #9A749B
RGB: (154,116,155)

Color info

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

RGB color model

#9A749B color RGB value is (154,116,155).

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

RGB channels and saturation

R 154 of 255 = 60%
G 116 of 255 = 45%
B 155 of 255 = 61%

154
116
155

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

Portions of RGB colors in percentages

R + G + B =
154 + 116 + 155 = 425 (100%)
R 154 of 425 ~ 36.24%
G 116 of 425 ~ 27.29%
B 155 of 425 ~ 36.47%

%36.24
%27.29
%36.47

CMYK color model

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

  • cyan value is 0.65%
  • magenta value is 25.16%
  • 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
%25.16
%0
%39.22

Codes

Color #9A749B in popluar color models

9A749B
RGB154116155
HSL298°16.32%53.14%
HSB/HSV298°25.16%60.78%
CMYK0.65%25.16%0.00%
39.22%

Color #9A749B in popluar number systems.

HEX9A749B
Decimal154116155
Binary10011010111010010011011
Octal232164233

Shades and tints

Shades of #9A749B

#9A749B
(154,116,155)
#8C6A8D
(140,106,141)
#7E607F
(126,96,127)
#705671
(112,86,113)
#624C63
(98,76,99)
#544255
(84,66,85)
#463847
(70,56,71)
#382E39
(56,46,57)
#2A242B
(42,36,43)
#1C1A1D
(28,26,29)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #9A749B

#9A749B
(154,116,155)
#A380A4
(163,128,164)
#AC8CAD
(172,140,173)
#B598B6
(181,152,182)
#BEA4BF
(190,164,191)
#C7B0C8
(199,176,200)
#D0BCD1
(208,188,209)
#D9C8DA
(217,200,218)
#E2D4E3
(226,212,227)
#EBE0EC
(235,224,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A749B; }

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

This text font color is #9A749B.


Background Color

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

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

This div background color is #9A749B.


Border color

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

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

This div border color is #9A749B.


Opacity

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

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

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

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

This text has shadow with #9A749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A749B on black background.


Color preview on white background

This text has color #9A749B on white background.



Black color preview on #9A749B background

This text has black color on #9A749B background.


White color preview on #9A749B background

This text has white color on #9A749B background.