COLOR #9A58B7

HEX: #9A58B7
RGB: (154,88,183)

Color info

#9A58B7 contains mainly red and blue colors. Web safe color of #9A58B7 is #9966CC (or #96C).

RGB color model

#9A58B7 color RGB value is (154,88,183).

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

RGB channels and saturation

R 154 of 255 = 60%
G 88 of 255 = 35%
B 183 of 255 = 72%

154
88
183

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

Portions of RGB colors in percentages

R + G + B =
154 + 88 + 183 = 425 (100%)
R 154 of 425 ~ 36.24%
G 88 of 425 ~ 20.71%
B 183 of 425 ~ 43.06%

%36.24
%20.71
%43.06

CMYK color model

#9A58B7 color CMYK value is (16,52,0,28).

  • cyan value is 15.85%
  • magenta value is 51.91%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(16,52,0,28)
C16M52Y0K28 
(16%,52%,0%,28%)
(0.16/0.52/0.00/0.28)	

CMYK percentages

%15.85
%51.91
%0
%28.24

Codes

Color #9A58B7 in popluar color models

9A58B7
RGB15488183
HSL282°39.75%53.14%
HSB/HSV282°51.91%71.76%
CMYK15.85%51.91%0.00%
28.24%

Color #9A58B7 in popluar number systems.

HEX9A58B7
Decimal15488183
Binary10011010101100010110111
Octal232130267

Shades and tints

Shades of #9A58B7

#9A58B7
(154,88,183)
#8C50A7
(140,80,167)
#7E4897
(126,72,151)
#704087
(112,64,135)
#623877
(98,56,119)
#543067
(84,48,103)
#462857
(70,40,87)
#382047
(56,32,71)
#2A1837
(42,24,55)
#1C1027
(28,16,39)
#0E0817
(14,8,23)
#000000
(0,0,0)

Tints of #9A58B7

#9A58B7
(154,88,183)
#A367BD
(163,103,189)
#AC76C3
(172,118,195)
#B585C9
(181,133,201)
#BE94CF
(190,148,207)
#C7A3D5
(199,163,213)
#D0B2DB
(208,178,219)
#D9C1E1
(217,193,225)
#E2D0E7
(226,208,231)
#EBDFED
(235,223,237)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A58B7; }

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

This text font color is #9A58B7.


Background Color

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

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

This div background color is #9A58B7.


Border color

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

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

This div border color is #9A58B7.


Opacity

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

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

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

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

This text has shadow with #9A58B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A58B7 on black background.


Color preview on white background

This text has color #9A58B7 on white background.



Black color preview on #9A58B7 background

This text has black color on #9A58B7 background.


White color preview on #9A58B7 background

This text has white color on #9A58B7 background.