COLOR #938AD2

HEX: #938AD2
RGB: (147,138,210)

Color info

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

RGB color model

#938AD2 color RGB value is (147,138,210).

  • red value is 147;
  • green value is 138;
  • blue value is 210.
RGB:
(147,138,210)
(58%,54%,82%)

RGB channels and saturation

R 147 of 255 = 58%
G 138 of 255 = 54%
B 210 of 255 = 82%

147
138
210

R + G + B ~ 65%. #938AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 138 + 210 = 495 (100%)
R 147 of 495 ~ 29.7%
G 138 of 495 ~ 27.88%
B 210 of 495 ~ 42.42%

%29.7
%27.88
%42.42

CMYK color model

#938AD2 color CMYK value is (30,34,0,18).

  • cyan value is 30.00%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(30,34,0,18)
C30M34Y0K18 
(30%,34%,0%,18%)
(0.30/0.34/0.00/0.18)	

CMYK percentages

%30
%34.29
%0
%17.65

Codes

Color #938AD2 in popluar color models

938AD2
RGB147138210
HSL248°44.44%68.24%
HSB/HSV248°34.29%82.35%
CMYK30.00%34.29%0.00%
17.65%

Color #938AD2 in popluar number systems.

HEX938AD2
Decimal147138210
Binary100100111000101011010010
Octal223212322

Shades and tints

Shades of #938AD2

#938AD2
(147,138,210)
#867EBF
(134,126,191)
#7972AC
(121,114,172)
#6C6699
(108,102,153)
#5F5A86
(95,90,134)
#524E73
(82,78,115)
#454260
(69,66,96)
#38364D
(56,54,77)
#2B2A3A
(43,42,58)
#1E1E27
(30,30,39)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #938AD2

#938AD2
(147,138,210)
#9C94D6
(156,148,214)
#A59EDA
(165,158,218)
#AEA8DE
(174,168,222)
#B7B2E2
(183,178,226)
#C0BCE6
(192,188,230)
#C9C6EA
(201,198,234)
#D2D0EE
(210,208,238)
#DBDAF2
(219,218,242)
#E4E4F6
(228,228,246)
#EDEEFA
(237,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938AD2 color. Also use rgb(147,138,210) instead hex code.

Text Font Color

.myTextColor { color: #938AD2; }

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

This text font color is #938AD2.


Background Color

.myBgColor { background-color: #938AD2; }

<div style="background-color:#938AD2">Inner text</div>

This div background color is #938AD2.


Border color

.myBorderColor { border: 1px solid #938AD2; }

<div style="border:3px solid #938AD2">Div</div>

This div border color is #938AD2.


Opacity

.myOpacity80 { color: #938AD2; opacity: 0.8; }

<p style="color:#938AD2;opacity:0.8;">80%</p>

Text with #938AD2 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 #938AD2;}

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

This text has shadow with #938AD2 color.

.textShadow {text-shadow: 3px 3px 1px #938AD2, 3px 3px 1px red;}

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

This text has shadow with #938AD2 primary color and red secondary color.


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

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

This text has shadow with #938AD2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938AD2 on black background.


Color preview on white background

This text has color #938AD2 on white background.



Black color preview on #938AD2 background

This text has black color on #938AD2 background.


White color preview on #938AD2 background

This text has white color on #938AD2 background.