COLOR #9A58F6

HEX: #9A58F6
RGB: (154,88,246)

Color info

#9A58F6 contains mainly blue color. Web safe color of #9A58F6 is #9966FF (or #96F).

RGB color model

#9A58F6 color RGB value is (154,88,246).

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

RGB channels and saturation

R 154 of 255 = 60%
G 88 of 255 = 35%
B 246 of 255 = 96%

154
88
246

R + G + B ~ 64%. #9A58F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 88 + 246 = 488 (100%)
R 154 of 488 ~ 31.56%
G 88 of 488 ~ 18.03%
B 246 of 488 ~ 50.41%

%31.56
%18.03
%50.41

CMYK color model

#9A58F6 color CMYK value is (37,64,0,4).

  • cyan value is 37.40%
  • magenta value is 64.23%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(37,64,0,4)
C37M64Y0K4 
(37%,64%,0%,4%)
(0.37/0.64/0.00/0.04)	

CMYK percentages

%37.4
%64.23
%0
%3.53

Codes

Color #9A58F6 in popluar color models

9A58F6
RGB15488246
HSL265°89.77%65.49%
HSB/HSV265°64.23%96.47%
CMYK37.40%64.23%0.00%
3.53%

Color #9A58F6 in popluar number systems.

HEX9A58F6
Decimal15488246
Binary10011010101100011110110
Octal232130366

Shades and tints

Shades of #9A58F6

#9A58F6
(154,88,246)
#8C50E0
(140,80,224)
#7E48CA
(126,72,202)
#7040B4
(112,64,180)
#62389E
(98,56,158)
#543088
(84,48,136)
#462872
(70,40,114)
#38205C
(56,32,92)
#2A1846
(42,24,70)
#1C1030
(28,16,48)
#0E081A
(14,8,26)
#000000
(0,0,0)

Tints of #9A58F6

#9A58F6
(154,88,246)
#A367F6
(163,103,246)
#AC76F6
(172,118,246)
#B585F6
(181,133,246)
#BE94F6
(190,148,246)
#C7A3F6
(199,163,246)
#D0B2F6
(208,178,246)
#D9C1F6
(217,193,246)
#E2D0F6
(226,208,246)
#EBDFF6
(235,223,246)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A58F6; }

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

This text font color is #9A58F6.


Background Color

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

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

This div background color is #9A58F6.


Border color

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

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

This div border color is #9A58F6.


Opacity

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

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

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

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

This text has shadow with #9A58F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A58F6 on black background.


Color preview on white background

This text has color #9A58F6 on white background.



Black color preview on #9A58F6 background

This text has black color on #9A58F6 background.


White color preview on #9A58F6 background

This text has white color on #9A58F6 background.