COLOR #9A5DDF

HEX: #9A5DDF
RGB: (154,93,223)

Color info

#9A5DDF contains mainly blue color. Web safe color of #9A5DDF is #9966CC (or #96C).

RGB color model

#9A5DDF color RGB value is (154,93,223).

  • red value is 154;
  • green value is 93;
  • blue value is 223.
RGB:
(154,93,223)
(60%,36%,87%)

RGB channels and saturation

R 154 of 255 = 60%
G 93 of 255 = 36%
B 223 of 255 = 87%

154
93
223

R + G + B ~ 61%. #9A5DDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 93 + 223 = 470 (100%)
R 154 of 470 ~ 32.77%
G 93 of 470 ~ 19.79%
B 223 of 470 ~ 47.45%

%32.77
%19.79
%47.45

CMYK color model

#9A5DDF color CMYK value is (31,58,0,13).

  • cyan value is 30.94%
  • magenta value is 58.30%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(31,58,0,13)
C31M58Y0K13 
(31%,58%,0%,13%)
(0.31/0.58/0.00/0.13)	

CMYK percentages

%30.94
%58.3
%0
%12.55

Codes

Color #9A5DDF in popluar color models

9A5DDF
RGB15493223
HSL268°67.01%61.96%
HSB/HSV268°58.30%87.45%
CMYK30.94%58.30%0.00%
12.55%

Color #9A5DDF in popluar number systems.

HEX9A5DDF
Decimal15493223
Binary10011010101110111011111
Octal232135337

Shades and tints

Shades of #9A5DDF

#9A5DDF
(154,93,223)
#8C55CB
(140,85,203)
#7E4DB7
(126,77,183)
#7045A3
(112,69,163)
#623D8F
(98,61,143)
#54357B
(84,53,123)
#462D67
(70,45,103)
#382553
(56,37,83)
#2A1D3F
(42,29,63)
#1C152B
(28,21,43)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #9A5DDF

#9A5DDF
(154,93,223)
#A36BE1
(163,107,225)
#AC79E3
(172,121,227)
#B587E5
(181,135,229)
#BE95E7
(190,149,231)
#C7A3E9
(199,163,233)
#D0B1EB
(208,177,235)
#D9BFED
(217,191,237)
#E2CDEF
(226,205,239)
#EBDBF1
(235,219,241)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5DDF color. Also use rgb(154,93,223) instead hex code.

Text Font Color

.myTextColor { color: #9A5DDF; }

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

This text font color is #9A5DDF.


Background Color

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

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

This div background color is #9A5DDF.


Border color

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

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

This div border color is #9A5DDF.


Opacity

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

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

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

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

This text has shadow with #9A5DDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5DDF on black background.


Color preview on white background

This text has color #9A5DDF on white background.



Black color preview on #9A5DDF background

This text has black color on #9A5DDF background.


White color preview on #9A5DDF background

This text has white color on #9A5DDF background.