COLOR #9593E3

HEX: #9593E3
RGB: (149,147,227)

Color info

#9593E3 contains mainly blue color. Web safe color of #9593E3 is #9999CC (or #99C).

RGB color model

#9593E3 color RGB value is (149,147,227).

  • red value is 149;
  • green value is 147;
  • blue value is 227.
RGB:
(149,147,227)
(58%,58%,89%)

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 227 of 255 = 89%

149
147
227

R + G + B ~ 68%. #9593E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 147 + 227 = 523 (100%)
R 149 of 523 ~ 28.49%
G 147 of 523 ~ 28.11%
B 227 of 523 ~ 43.4%

%28.49
%28.11
%43.4

CMYK color model

#9593E3 color CMYK value is (34,35,0,11).

  • cyan value is 34.36%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(34,35,0,11)
C34M35Y0K11 
(34%,35%,0%,11%)
(0.34/0.35/0.00/0.11)	

CMYK percentages

%34.36
%35.24
%0
%10.98

Codes

Color #9593E3 in popluar color models

9593E3
RGB149147227
HSL242°58.82%73.33%
HSB/HSV242°35.24%89.02%
CMYK34.36%35.24%0.00%
10.98%

Color #9593E3 in popluar number systems.

HEX9593E3
Decimal149147227
Binary100101011001001111100011
Octal225223343

Shades and tints

Shades of #9593E3

#9593E3
(149,147,227)
#8886CF
(136,134,207)
#7B79BB
(123,121,187)
#6E6CA7
(110,108,167)
#615F93
(97,95,147)
#54527F
(84,82,127)
#47456B
(71,69,107)
#3A3857
(58,56,87)
#2D2B43
(45,43,67)
#201E2F
(32,30,47)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #9593E3

#9593E3
(149,147,227)
#9E9CE5
(158,156,229)
#A7A5E7
(167,165,231)
#B0AEE9
(176,174,233)
#B9B7EB
(185,183,235)
#C2C0ED
(194,192,237)
#CBC9EF
(203,201,239)
#D4D2F1
(212,210,241)
#DDDBF3
(221,219,243)
#E6E4F5
(230,228,245)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9593E3 color. Also use rgb(149,147,227) instead hex code.

Text Font Color

.myTextColor { color: #9593E3; }

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

This text font color is #9593E3.


Background Color

.myBgColor { background-color: #9593E3; }

<div style="background-color:#9593E3">Inner text</div>

This div background color is #9593E3.


Border color

.myBorderColor { border: 1px solid #9593E3; }

<div style="border:3px solid #9593E3">Div</div>

This div border color is #9593E3.


Opacity

.myOpacity80 { color: #9593E3; opacity: 0.8; }

<p style="color:#9593E3;opacity:0.8;">80%</p>

Text with #9593E3 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 #9593E3;}

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

This text has shadow with #9593E3 color.

.textShadow {text-shadow: 3px 3px 1px #9593E3, 3px 3px 1px red;}

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

This text has shadow with #9593E3 primary color and red secondary color.


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

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

This text has shadow with #9593E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9593E3 on black background.


Color preview on white background

This text has color #9593E3 on white background.



Black color preview on #9593E3 background

This text has black color on #9593E3 background.


White color preview on #9593E3 background

This text has white color on #9593E3 background.