COLOR #9A537D

HEX: #9A537D
RGB: (154,83,125)

Color info

#9A537D contains mainly red and blue colors. Web safe color of #9A537D is #996666 (or #966).

RGB color model

#9A537D color RGB value is (154,83,125).

  • red value is 154;
  • green value is 83;
  • blue value is 125.
RGB:
(154,83,125)
(60%,33%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 83 of 255 = 33%
B 125 of 255 = 49%

154
83
125

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

Portions of RGB colors in percentages

R + G + B =
154 + 83 + 125 = 362 (100%)
R 154 of 362 ~ 42.54%
G 83 of 362 ~ 22.93%
B 125 of 362 ~ 34.53%

%42.54
%22.93
%34.53

CMYK color model

#9A537D color CMYK value is (0,46,19,40).

  • cyan value is 0.00%
  • magenta value is 46.10%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(0,46,19,40)
C0M46Y19K40 
(0%,46%,19%,40%)
(0.00/0.46/0.19/0.40)	

CMYK percentages

%0
%46.1
%18.83
%39.61

Codes

Color #9A537D in popluar color models

9A537D
RGB15483125
HSL325°29.96%46.47%
HSB/HSV325°46.10%60.39%
CMYK0.00%46.10%18.83%
39.61%

Color #9A537D in popluar number systems.

HEX9A537D
Decimal15483125
Binary1001101010100111111101
Octal232123175

Shades and tints

Shades of #9A537D

#9A537D
(154,83,125)
#8C4C72
(140,76,114)
#7E4567
(126,69,103)
#703E5C
(112,62,92)
#623751
(98,55,81)
#543046
(84,48,70)
#46293B
(70,41,59)
#382230
(56,34,48)
#2A1B25
(42,27,37)
#1C141A
(28,20,26)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #9A537D

#9A537D
(154,83,125)
#A36288
(163,98,136)
#AC7193
(172,113,147)
#B5809E
(181,128,158)
#BE8FA9
(190,143,169)
#C79EB4
(199,158,180)
#D0ADBF
(208,173,191)
#D9BCCA
(217,188,202)
#E2CBD5
(226,203,213)
#EBDAE0
(235,218,224)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A537D color. Also use rgb(154,83,125) instead hex code.

Text Font Color

.myTextColor { color: #9A537D; }

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

This text font color is #9A537D.


Background Color

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

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

This div background color is #9A537D.


Border color

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

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

This div border color is #9A537D.


Opacity

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

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

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

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

This text has shadow with #9A537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A537D on black background.


Color preview on white background

This text has color #9A537D on white background.



Black color preview on #9A537D background

This text has black color on #9A537D background.


White color preview on #9A537D background

This text has white color on #9A537D background.