COLOR #9A58AE

HEX: #9A58AE
RGB: (154,88,174)

Color info

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

RGB color model

#9A58AE color RGB value is (154,88,174).

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

RGB channels and saturation

R 154 of 255 = 60%
G 88 of 255 = 35%
B 174 of 255 = 68%

154
88
174

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

Portions of RGB colors in percentages

R + G + B =
154 + 88 + 174 = 416 (100%)
R 154 of 416 ~ 37.02%
G 88 of 416 ~ 21.15%
B 174 of 416 ~ 41.83%

%37.02
%21.15
%41.83

CMYK color model

#9A58AE color CMYK value is (11,49,0,32).

  • cyan value is 11.49%
  • magenta value is 49.43%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(11,49,0,32)
C11M49Y0K32 
(11%,49%,0%,32%)
(0.11/0.49/0.00/0.32)	

CMYK percentages

%11.49
%49.43
%0
%31.76

Codes

Color #9A58AE in popluar color models

9A58AE
RGB15488174
HSL286°34.68%51.37%
HSB/HSV286°49.43%68.24%
CMYK11.49%49.43%0.00%
31.76%

Color #9A58AE in popluar number systems.

HEX9A58AE
Decimal15488174
Binary10011010101100010101110
Octal232130256

Shades and tints

Shades of #9A58AE

#9A58AE
(154,88,174)
#8C509F
(140,80,159)
#7E4890
(126,72,144)
#704081
(112,64,129)
#623872
(98,56,114)
#543063
(84,48,99)
#462854
(70,40,84)
#382045
(56,32,69)
#2A1836
(42,24,54)
#1C1027
(28,16,39)
#0E0818
(14,8,24)
#000000
(0,0,0)

Tints of #9A58AE

#9A58AE
(154,88,174)
#A367B5
(163,103,181)
#AC76BC
(172,118,188)
#B585C3
(181,133,195)
#BE94CA
(190,148,202)
#C7A3D1
(199,163,209)
#D0B2D8
(208,178,216)
#D9C1DF
(217,193,223)
#E2D0E6
(226,208,230)
#EBDFED
(235,223,237)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A58AE; }

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

This text font color is #9A58AE.


Background Color

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

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

This div background color is #9A58AE.


Border color

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

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

This div border color is #9A58AE.


Opacity

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

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

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

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

This text has shadow with #9A58AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A58AE on black background.


Color preview on white background

This text has color #9A58AE on white background.



Black color preview on #9A58AE background

This text has black color on #9A58AE background.


White color preview on #9A58AE background

This text has white color on #9A58AE background.