COLOR #9393D3

HEX: #9393D3
RGB: (147,147,211)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

147
147
211

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

Portions of RGB colors in percentages

R + G + B =
147 + 147 + 211 = 505 (100%)
R 147 of 505 ~ 29.11%
G 147 of 505 ~ 29.11%
B 211 of 505 ~ 41.78%

%29.11
%29.11
%41.78

CMYK color model

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

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

CMYK percentages

%30.33
%30.33
%0
%17.25

Codes

Color #9393D3 in popluar color models

9393D3
RGB147147211
HSL240°42.11%70.20%
HSB/HSV240°30.33%82.75%
CMYK30.33%30.33%0.00%
17.25%

Color #9393D3 in popluar number systems.

HEX9393D3
Decimal147147211
Binary100100111001001111010011
Octal223223323

Shades and tints

Shades of #9393D3

#9393D3
(147,147,211)
#8686C0
(134,134,192)
#7979AD
(121,121,173)
#6C6C9A
(108,108,154)
#5F5F87
(95,95,135)
#525274
(82,82,116)
#454561
(69,69,97)
#38384E
(56,56,78)
#2B2B3B
(43,43,59)
#1E1E28
(30,30,40)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #9393D3

#9393D3
(147,147,211)
#9C9CD7
(156,156,215)
#A5A5DB
(165,165,219)
#AEAEDF
(174,174,223)
#B7B7E3
(183,183,227)
#C0C0E7
(192,192,231)
#C9C9EB
(201,201,235)
#D2D2EF
(210,210,239)
#DBDBF3
(219,219,243)
#E4E4F7
(228,228,247)
#EDEDFB
(237,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9393D3; }

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

This text font color is #9393D3.


Background Color

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

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

This div background color is #9393D3.


Border color

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

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

This div border color is #9393D3.


Opacity

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

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

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

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

This text has shadow with #9393D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9393D3 on black background.


Color preview on white background

This text has color #9393D3 on white background.



Black color preview on #9393D3 background

This text has black color on #9393D3 background.


White color preview on #9393D3 background

This text has white color on #9393D3 background.