COLOR #9F93D3

HEX: #9F93D3
RGB: (159,147,211)

Color info

#9F93D3 contains mainly red and blue colors. Web safe color of #9F93D3 is #9999CC (or #99C).

RGB color model

#9F93D3 color RGB value is (159,147,211).

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

RGB channels and saturation

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

159
147
211

R + G + B ~ 68%. #9F93D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 147 + 211 = 517 (100%)
R 159 of 517 ~ 30.75%
G 147 of 517 ~ 28.43%
B 211 of 517 ~ 40.81%

%30.75
%28.43
%40.81

CMYK color model

#9F93D3 color CMYK value is (25,30,0,17).

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

CMYK percentages

%24.64
%30.33
%0
%17.25

Codes

Color #9F93D3 in popluar color models

9F93D3
RGB159147211
HSL251°42.11%70.20%
HSB/HSV251°30.33%82.75%
CMYK24.64%30.33%0.00%
17.25%

Color #9F93D3 in popluar number systems.

HEX9F93D3
Decimal159147211
Binary100111111001001111010011
Octal237223323

Shades and tints

Shades of #9F93D3

#9F93D3
(159,147,211)
#9186C0
(145,134,192)
#8379AD
(131,121,173)
#756C9A
(117,108,154)
#675F87
(103,95,135)
#595274
(89,82,116)
#4B4561
(75,69,97)
#3D384E
(61,56,78)
#2F2B3B
(47,43,59)
#211E28
(33,30,40)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #9F93D3

#9F93D3
(159,147,211)
#A79CD7
(167,156,215)
#AFA5DB
(175,165,219)
#B7AEDF
(183,174,223)
#BFB7E3
(191,183,227)
#C7C0E7
(199,192,231)
#CFC9EB
(207,201,235)
#D7D2EF
(215,210,239)
#DFDBF3
(223,219,243)
#E7E4F7
(231,228,247)
#EFEDFB
(239,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F93D3; }

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

This text font color is #9F93D3.


Background Color

.myBgColor { background-color: #9F93D3; }

<div style="background-color:#9F93D3">Inner text</div>

This div background color is #9F93D3.


Border color

.myBorderColor { border: 1px solid #9F93D3; }

<div style="border:3px solid #9F93D3">Div</div>

This div border color is #9F93D3.


Opacity

.myOpacity80 { color: #9F93D3; opacity: 0.8; }

<p style="color:#9F93D3;opacity:0.8;">80%</p>

Text with #9F93D3 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 #9F93D3;}

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

This text has shadow with #9F93D3 color.

.textShadow {text-shadow: 3px 3px 1px #9F93D3, 3px 3px 1px red;}

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

This text has shadow with #9F93D3 primary color and red secondary color.


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

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

This text has shadow with #9F93D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F93D3 on black background.


Color preview on white background

This text has color #9F93D3 on white background.



Black color preview on #9F93D3 background

This text has black color on #9F93D3 background.


White color preview on #9F93D3 background

This text has white color on #9F93D3 background.