COLOR #9A588D

HEX: #9A588D
RGB: (154,88,141)

Color info

#9A588D contains mainly red and blue colors. Web safe color of #9A588D is #996699 (or #969).

RGB color model

#9A588D color RGB value is (154,88,141).

  • red value is 154;
  • green value is 88;
  • blue value is 141.
RGB:
(154,88,141)
(60%,35%,55%)

RGB channels and saturation

R 154 of 255 = 60%
G 88 of 255 = 35%
B 141 of 255 = 55%

154
88
141

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

Portions of RGB colors in percentages

R + G + B =
154 + 88 + 141 = 383 (100%)
R 154 of 383 ~ 40.21%
G 88 of 383 ~ 22.98%
B 141 of 383 ~ 36.81%

%40.21
%22.98
%36.81

CMYK color model

#9A588D color CMYK value is (0,43,8,40).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 8.44%
  • key color value is 39.61%
CMYK:
(0,43,8,40)
C0M43Y8K40 
(0%,43%,8%,40%)
(0.00/0.43/0.08/0.40)	

CMYK percentages

%0
%42.86
%8.44
%39.61

Codes

Color #9A588D in popluar color models

9A588D
RGB15488141
HSL312°27.27%47.45%
HSB/HSV312°42.86%60.39%
CMYK0.00%42.86%8.44%
39.61%

Color #9A588D in popluar number systems.

HEX9A588D
Decimal15488141
Binary10011010101100010001101
Octal232130215

Shades and tints

Shades of #9A588D

#9A588D
(154,88,141)
#8C5081
(140,80,129)
#7E4875
(126,72,117)
#704069
(112,64,105)
#62385D
(98,56,93)
#543051
(84,48,81)
#462845
(70,40,69)
#382039
(56,32,57)
#2A182D
(42,24,45)
#1C1021
(28,16,33)
#0E0815
(14,8,21)
#000000
(0,0,0)

Tints of #9A588D

#9A588D
(154,88,141)
#A36797
(163,103,151)
#AC76A1
(172,118,161)
#B585AB
(181,133,171)
#BE94B5
(190,148,181)
#C7A3BF
(199,163,191)
#D0B2C9
(208,178,201)
#D9C1D3
(217,193,211)
#E2D0DD
(226,208,221)
#EBDFE7
(235,223,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A588D color. Also use rgb(154,88,141) instead hex code.

Text Font Color

.myTextColor { color: #9A588D; }

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

This text font color is #9A588D.


Background Color

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

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

This div background color is #9A588D.


Border color

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

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

This div border color is #9A588D.


Opacity

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

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

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

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

This text has shadow with #9A588D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A588D on black background.


Color preview on white background

This text has color #9A588D on white background.



Black color preview on #9A588D background

This text has black color on #9A588D background.


White color preview on #9A588D background

This text has white color on #9A588D background.