COLOR #9A58BD

HEX: #9A58BD
RGB: (154,88,189)

Color info

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

RGB color model

#9A58BD color RGB value is (154,88,189).

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

RGB channels and saturation

R 154 of 255 = 60%
G 88 of 255 = 35%
B 189 of 255 = 74%

154
88
189

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

Portions of RGB colors in percentages

R + G + B =
154 + 88 + 189 = 431 (100%)
R 154 of 431 ~ 35.73%
G 88 of 431 ~ 20.42%
B 189 of 431 ~ 43.85%

%35.73
%20.42
%43.85

CMYK color model

#9A58BD color CMYK value is (19,53,0,26).

  • cyan value is 18.52%
  • magenta value is 53.44%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,53,0,26)
C19M53Y0K26 
(19%,53%,0%,26%)
(0.19/0.53/0.00/0.26)	

CMYK percentages

%18.52
%53.44
%0
%25.88

Codes

Color #9A58BD in popluar color models

9A58BD
RGB15488189
HSL279°43.35%54.31%
HSB/HSV279°53.44%74.12%
CMYK18.52%53.44%0.00%
25.88%

Color #9A58BD in popluar number systems.

HEX9A58BD
Decimal15488189
Binary10011010101100010111101
Octal232130275

Shades and tints

Shades of #9A58BD

#9A58BD
(154,88,189)
#8C50AC
(140,80,172)
#7E489B
(126,72,155)
#70408A
(112,64,138)
#623879
(98,56,121)
#543068
(84,48,104)
#462857
(70,40,87)
#382046
(56,32,70)
#2A1835
(42,24,53)
#1C1024
(28,16,36)
#0E0813
(14,8,19)
#000000
(0,0,0)

Tints of #9A58BD

#9A58BD
(154,88,189)
#A367C3
(163,103,195)
#AC76C9
(172,118,201)
#B585CF
(181,133,207)
#BE94D5
(190,148,213)
#C7A3DB
(199,163,219)
#D0B2E1
(208,178,225)
#D9C1E7
(217,193,231)
#E2D0ED
(226,208,237)
#EBDFF3
(235,223,243)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A58BD; }

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

This text font color is #9A58BD.


Background Color

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

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

This div background color is #9A58BD.


Border color

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

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

This div border color is #9A58BD.


Opacity

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

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

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

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

This text has shadow with #9A58BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A58BD on black background.


Color preview on white background

This text has color #9A58BD on white background.



Black color preview on #9A58BD background

This text has black color on #9A58BD background.


White color preview on #9A58BD background

This text has white color on #9A58BD background.