COLOR #9593D3

HEX: #9593D3
RGB: (149,147,211)

Color info

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

RGB color model

#9593D3 color RGB value is (149,147,211).

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

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 211 of 255 = 83%

149
147
211

R + G + B ~ 66%. #9593D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 147 + 211 = 507 (100%)
R 149 of 507 ~ 29.39%
G 147 of 507 ~ 28.99%
B 211 of 507 ~ 41.62%

%29.39
%28.99
%41.62

CMYK color model

#9593D3 color CMYK value is (29,30,0,17).

  • cyan value is 29.38%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(29,30,0,17)
C29M30Y0K17 
(29%,30%,0%,17%)
(0.29/0.30/0.00/0.17)	

CMYK percentages

%29.38
%30.33
%0
%17.25

Codes

Color #9593D3 in popluar color models

9593D3
RGB149147211
HSL242°42.11%70.20%
HSB/HSV242°30.33%82.75%
CMYK29.38%30.33%0.00%
17.25%

Color #9593D3 in popluar number systems.

HEX9593D3
Decimal149147211
Binary100101011001001111010011
Octal225223323

Shades and tints

Shades of #9593D3

#9593D3
(149,147,211)
#8886C0
(136,134,192)
#7B79AD
(123,121,173)
#6E6C9A
(110,108,154)
#615F87
(97,95,135)
#545274
(84,82,116)
#474561
(71,69,97)
#3A384E
(58,56,78)
#2D2B3B
(45,43,59)
#201E28
(32,30,40)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #9593D3

#9593D3
(149,147,211)
#9E9CD7
(158,156,215)
#A7A5DB
(167,165,219)
#B0AEDF
(176,174,223)
#B9B7E3
(185,183,227)
#C2C0E7
(194,192,231)
#CBC9EB
(203,201,235)
#D4D2EF
(212,210,239)
#DDDBF3
(221,219,243)
#E6E4F7
(230,228,247)
#EFEDFB
(239,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9593D3; }

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

This text font color is #9593D3.


Background Color

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

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

This div background color is #9593D3.


Border color

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

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

This div border color is #9593D3.


Opacity

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

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

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

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

This text has shadow with #9593D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9593D3 on black background.


Color preview on white background

This text has color #9593D3 on white background.



Black color preview on #9593D3 background

This text has black color on #9593D3 background.


White color preview on #9593D3 background

This text has white color on #9593D3 background.