COLOR #9393C1

HEX: #9393C1
RGB: (147,147,193)

Color info

#9393C1 contains red, green and blue colors in about the same proportion. Web safe color of #9393C1 is #9999CC (or #99C).

RGB color model

#9393C1 color RGB value is (147,147,193).

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

RGB channels and saturation

R 147 of 255 = 58%
G 147 of 255 = 58%
B 193 of 255 = 76%

147
147
193

R + G + B ~ 64%. #9393C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 147 + 193 = 487 (100%)
R 147 of 487 ~ 30.18%
G 147 of 487 ~ 30.18%
B 193 of 487 ~ 39.63%

%30.18
%30.18
%39.63

CMYK color model

#9393C1 color CMYK value is (24,24,0,24).

  • cyan value is 23.83%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(24,24,0,24)
C24M24Y0K24 
(24%,24%,0%,24%)
(0.24/0.24/0.00/0.24)	

CMYK percentages

%23.83
%23.83
%0
%24.31

Codes

Color #9393C1 in popluar color models

9393C1
RGB147147193
HSL240°27.06%66.67%
HSB/HSV240°23.83%75.69%
CMYK23.83%23.83%0.00%
24.31%

Color #9393C1 in popluar number systems.

HEX9393C1
Decimal147147193
Binary100100111001001111000001
Octal223223301

Shades and tints

Shades of #9393C1

#9393C1
(147,147,193)
#8686B0
(134,134,176)
#79799F
(121,121,159)
#6C6C8E
(108,108,142)
#5F5F7D
(95,95,125)
#52526C
(82,82,108)
#45455B
(69,69,91)
#38384A
(56,56,74)
#2B2B39
(43,43,57)
#1E1E28
(30,30,40)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #9393C1

#9393C1
(147,147,193)
#9C9CC6
(156,156,198)
#A5A5CB
(165,165,203)
#AEAED0
(174,174,208)
#B7B7D5
(183,183,213)
#C0C0DA
(192,192,218)
#C9C9DF
(201,201,223)
#D2D2E4
(210,210,228)
#DBDBE9
(219,219,233)
#E4E4EE
(228,228,238)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9393C1; }

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

This text font color is #9393C1.


Background Color

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

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

This div background color is #9393C1.


Border color

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

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

This div border color is #9393C1.


Opacity

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

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

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

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

This text has shadow with #9393C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9393C1 on black background.


Color preview on white background

This text has color #9393C1 on white background.



Black color preview on #9393C1 background

This text has black color on #9393C1 background.


White color preview on #9393C1 background

This text has white color on #9393C1 background.