COLOR #9493F8

HEX: #9493F8
RGB: (148,147,248)

Color info

#9493F8 contains mainly blue color. Web safe color of #9493F8 is #9999FF (or #99F).

RGB color model

#9493F8 color RGB value is (148,147,248).

  • red value is 148;
  • green value is 147;
  • blue value is 248.
RGB:
(148,147,248)
(58%,58%,97%)

RGB channels and saturation

R 148 of 255 = 58%
G 147 of 255 = 58%
B 248 of 255 = 97%

148
147
248

R + G + B ~ 71%. #9493F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 147 + 248 = 543 (100%)
R 148 of 543 ~ 27.26%
G 147 of 543 ~ 27.07%
B 248 of 543 ~ 45.67%

%27.26
%27.07
%45.67

CMYK color model

#9493F8 color CMYK value is (40,41,0,3).

  • cyan value is 40.32%
  • magenta value is 40.73%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(40,41,0,3)
C40M41Y0K3 
(40%,41%,0%,3%)
(0.40/0.41/0.00/0.03)	

CMYK percentages

%40.32
%40.73
%0
%2.75

Codes

Color #9493F8 in popluar color models

9493F8
RGB148147248
HSL241°87.83%77.45%
HSB/HSV241°40.73%97.25%
CMYK40.32%40.73%0.00%
2.75%

Color #9493F8 in popluar number systems.

HEX9493F8
Decimal148147248
Binary100101001001001111111000
Octal224223370

Shades and tints

Shades of #9493F8

#9493F8
(148,147,248)
#8786E2
(135,134,226)
#7A79CC
(122,121,204)
#6D6CB6
(109,108,182)
#605FA0
(96,95,160)
#53528A
(83,82,138)
#464574
(70,69,116)
#39385E
(57,56,94)
#2C2B48
(44,43,72)
#1F1E32
(31,30,50)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #9493F8

#9493F8
(148,147,248)
#9D9CF8
(157,156,248)
#A6A5F8
(166,165,248)
#AFAEF8
(175,174,248)
#B8B7F8
(184,183,248)
#C1C0F8
(193,192,248)
#CAC9F8
(202,201,248)
#D3D2F8
(211,210,248)
#DCDBF8
(220,219,248)
#E5E4F8
(229,228,248)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9493F8 color. Also use rgb(148,147,248) instead hex code.

Text Font Color

.myTextColor { color: #9493F8; }

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

This text font color is #9493F8.


Background Color

.myBgColor { background-color: #9493F8; }

<div style="background-color:#9493F8">Inner text</div>

This div background color is #9493F8.


Border color

.myBorderColor { border: 1px solid #9493F8; }

<div style="border:3px solid #9493F8">Div</div>

This div border color is #9493F8.


Opacity

.myOpacity80 { color: #9493F8; opacity: 0.8; }

<p style="color:#9493F8;opacity:0.8;">80%</p>

Text with #9493F8 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 #9493F8;}

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

This text has shadow with #9493F8 color.

.textShadow {text-shadow: 3px 3px 1px #9493F8, 3px 3px 1px red;}

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

This text has shadow with #9493F8 primary color and red secondary color.


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

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

This text has shadow with #9493F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9493F8 on black background.


Color preview on white background

This text has color #9493F8 on white background.



Black color preview on #9493F8 background

This text has black color on #9493F8 background.


White color preview on #9493F8 background

This text has white color on #9493F8 background.