COLOR #9E58D0

HEX: #9E58D0
RGB: (158,88,208)

Color info

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

RGB color model

#9E58D0 color RGB value is (158,88,208).

  • red value is 158;
  • green value is 88;
  • blue value is 208.
RGB:
(158,88,208)
(62%,35%,82%)

RGB channels and saturation

R 158 of 255 = 62%
G 88 of 255 = 35%
B 208 of 255 = 82%

158
88
208

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

Portions of RGB colors in percentages

R + G + B =
158 + 88 + 208 = 454 (100%)
R 158 of 454 ~ 34.8%
G 88 of 454 ~ 19.38%
B 208 of 454 ~ 45.81%

%34.8
%19.38
%45.81

CMYK color model

#9E58D0 color CMYK value is (24,58,0,18).

  • cyan value is 24.04%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(24,58,0,18)
C24M58Y0K18 
(24%,58%,0%,18%)
(0.24/0.58/0.00/0.18)	

CMYK percentages

%24.04
%57.69
%0
%18.43

Codes

Color #9E58D0 in popluar color models

9E58D0
RGB15888208
HSL275°56.07%58.04%
HSB/HSV275°57.69%81.57%
CMYK24.04%57.69%0.00%
18.43%

Color #9E58D0 in popluar number systems.

HEX9E58D0
Decimal15888208
Binary10011110101100011010000
Octal236130320

Shades and tints

Shades of #9E58D0

#9E58D0
(158,88,208)
#9050BE
(144,80,190)
#8248AC
(130,72,172)
#74409A
(116,64,154)
#663888
(102,56,136)
#583076
(88,48,118)
#4A2864
(74,40,100)
#3C2052
(60,32,82)
#2E1840
(46,24,64)
#20102E
(32,16,46)
#12081C
(18,8,28)
#000000
(0,0,0)

Tints of #9E58D0

#9E58D0
(158,88,208)
#A667D4
(166,103,212)
#AE76D8
(174,118,216)
#B685DC
(182,133,220)
#BE94E0
(190,148,224)
#C6A3E4
(198,163,228)
#CEB2E8
(206,178,232)
#D6C1EC
(214,193,236)
#DED0F0
(222,208,240)
#E6DFF4
(230,223,244)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E58D0 color. Also use rgb(158,88,208) instead hex code.

Text Font Color

.myTextColor { color: #9E58D0; }

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

This text font color is #9E58D0.


Background Color

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

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

This div background color is #9E58D0.


Border color

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

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

This div border color is #9E58D0.


Opacity

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

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

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

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

This text has shadow with #9E58D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E58D0 on black background.


Color preview on white background

This text has color #9E58D0 on white background.



Black color preview on #9E58D0 background

This text has black color on #9E58D0 background.


White color preview on #9E58D0 background

This text has white color on #9E58D0 background.